xref: /freebsd/contrib/ncurses/man/man_db.renames (revision 1f474190)
1##############################################################################
2# Copyright 2019,2020 Thomas E. Dickey                                       #
3# Copyright 1998-2015,2017 Free Software Foundation, Inc.                    #
4#                                                                            #
5# Permission is hereby granted, free of charge, to any person obtaining a    #
6# copy of this software and associated documentation files (the "Software"), #
7# to deal in the Software without restriction, including without limitation  #
8# the rights to use, copy, modify, merge, publish, distribute, distribute    #
9# with modifications, sublicense, and/or sell copies of the Software, and to #
10# permit persons to whom the Software is furnished to do so, subject to the  #
11# following conditions:                                                      #
12#                                                                            #
13# The above copyright notice and this permission notice shall be included in #
14# all copies or substantial portions of the Software.                        #
15#                                                                            #
16# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
17# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
18# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
19# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
20# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
21# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
22# DEALINGS IN THE SOFTWARE.                                                  #
23#                                                                            #
24# Except as contained in this notice, the name(s) of the above copyright     #
25# holders shall not be used in advertising or otherwise to promote the sale, #
26# use or other dealings in this Software without prior written               #
27# authorization.                                                             #
28##############################################################################
29# $Id: man_db.renames,v 1.56 2020/02/02 23:34:34 tom Exp $
30# Manual-page renamings for the man_db program
31#
32# Files:
33captoinfo.1m			captoinfo.1
34clear.1				clear.1
35curs_add_wch.3x			add_wch.3ncurses
36curs_add_wchstr.3x		add_wchstr.3ncurses
37curs_addch.3x			addch.3ncurses
38curs_addchstr.3x		addchstr.3ncurses
39curs_addstr.3x			addstr.3ncurses
40curs_addwstr.3x			addwstr.3ncurses
41curs_attr.3x			attr.3ncurses
42curs_beep.3x			beep.3ncurses
43curs_bkgd.3x			bkgd.3ncurses
44curs_bkgrnd.3x			bkgrnd.3ncurses
45curs_border.3x			border.3ncurses
46curs_border_set.3x		border_set.3ncurses
47curs_clear.3x			clear.3ncurses
48curs_color.3x			color.3ncurses
49curs_delch.3x			delch.3ncurses
50curs_deleteln.3x		deleteln.3ncurses
51curs_extend.3x			extensions.3ncurses
52curs_get_wch.3x			get_wch.3ncurses
53curs_get_wstr.3x		get_wstr.3ncurses
54curs_getcchar.3x		getcchar.3ncurses
55curs_getch.3x			getch.3ncurses
56curs_getstr.3x			getstr.3ncurses
57curs_getyx.3x			getyx.3ncurses
58curs_in_wch.3x			in_wch.3ncurses
59curs_in_wchstr.3x		in_wchstr.3ncurses
60curs_inch.3x			inch.3ncurses
61curs_inchstr.3x			inchstr.3ncurses
62curs_initscr.3x			initscr.3ncurses
63curs_inopts.3x			inopts.3ncurses
64curs_ins_wch.3x			ins_wch.3ncurses
65curs_ins_wstr.3x		ins_wstr.3ncurses
66curs_insch.3x			insch.3ncurses
67curs_insstr.3x			insstr.3ncurses
68curs_instr.3x			instr.3ncurses
69curs_inwstr.3x			inwstr.3ncurses
70curs_kernel.3x			kernel.3ncurses
71curs_legacy.3x			legacy.3ncurses
72curs_memleaks.3x		memleaks.3ncurses
73curs_mouse.3x			mouse.3ncurses
74curs_move.3x			move.3ncurses
75curs_opaque.3x			opaque.3ncurses
76curs_outopts.3x			outopts.3ncurses
77curs_overlay.3x			overlay.3ncurses
78curs_pad.3x			pad.3ncurses
79curs_print.3x			print.3ncurses
80curs_printw.3x			printw.3ncurses
81curs_refresh.3x			refresh.3ncurses
82curs_scanw.3x			scanw.3ncurses
83curs_scr_dump.3x		scr_dump.3ncurses
84curs_scroll.3x			scroll.3ncurses
85curs_slk.3x			slk.3ncurses
86curs_sp_funcs.3x		sp_funcs.3ncurses
87curs_termattrs.3x		termattrs.3ncurses
88curs_termcap.3x			termcap.3ncurses
89curs_terminfo.3x		terminfo.3ncurses
90curs_threads.3x			threads.3ncurses
91curs_touch.3x			touch.3ncurses
92curs_trace.3x			trace.3ncurses
93curs_util.3x			util.3ncurses
94curs_variables.3x		curses_variables.3ncurses
95curs_window.3x			window.3ncurses
96curses.3x			ncurses.3ncurses
97default_colors.3x		default_colors.3ncurses
98define_key.3x			define_key.3ncurses
99form.3x				form.3form
100form_cursor.3x			cursor.3form
101form_data.3x			data.3form
102form_driver.3x			driver.3form
103form_field.3x			field.3form
104form_field_attributes.3x	field_attributes.3form
105form_field_buffer.3x		field_buffer.3form
106form_field_info.3x		field_info.3form
107form_field_just.3x		field_just.3form
108form_field_new.3x		field_new.3form
109form_field_opts.3x		field_opts.3form
110form_field_userptr.3x		field_userptr.3form
111form_field_validation.3x	field_validation.3form
112form_fieldtype.3x		fieldtype.3form
113form_hook.3x			hook.3form
114form_new.3x			new.3form
115form_new_page.3x		new_page.3form
116form_opts.3x			opts.3form
117form_page.3x			page.3form
118form_post.3x			post.3form
119form_requestname.3x		requestname.3form
120form_userptr.3x			userptr.3form
121form_variables.3x		form_variables.3form
122form_win.3x			win.3form
123infocmp.1m			infocmp.1
124infotocap.1m			infotocap.1
125key_defined.3x			key_defined.3ncurses
126keybound.3x			keybound.3ncurses
127keyok.3x			keyok.3ncurses
128legacy_coding.3x		legacy_coding.3ncurses
129menu.3x				menu.3menu
130menu_attributes.3x		attributes.3menu
131menu_cursor.3x			cursor.3menu
132menu_driver.3x			driver.3menu
133menu_format.3x			format.3menu
134menu_hook.3x			hook.3menu
135menu_items.3x			items.3menu
136menu_mark.3x			mark.3menu
137menu_new.3x			new.3menu
138menu_opts.3x			opts.3menu
139menu_pattern.3x			pattern.3menu
140menu_post.3x			post.3menu
141menu_requestname.3x		requestname.3menu
142menu_spacing.3x			spacing.3menu
143menu_userptr.3x			userptr.3menu
144menu_win.3x			win.3menu
145mitem_current.3x		menu_current.3menu
146mitem_name.3x			menu_name.3menu
147mitem_new.3x			menu_new.3menu
148mitem_opts.3x			menu_opts.3menu
149mitem_userptr.3x		menu_userptr.3menu
150mitem_value.3x			menu_value.3menu
151mitem_visible.3x		menu_visible.3menu
152ncurses.3x			ncurses.3ncurses
153new_pair.3x			new_pair.3ncurses
154panel.3x			panel.3curses
155printf.3s			printf.3
156putc.3s 			putc.3
157resizeterm.3x			resizeterm.3ncurses
158scanf.3s			scanf.3
159scr_dump.5			scr_dump.5
160system.3s			system.3
161tabs.1				tabs.1
162term.5				term.5
163term.7				term.7
164term_variables.3x		terminfo_variables.3ncurses
165terminfo.5			terminfo.5
166terminfo.\\\*n			terminfo.5
167tic.1m				tic.1
168toe.1m				toe.1
169tput.1				tput.1
170tset.1				tset.1
171user_caps.5			user_caps.5
172wresize.3x			wresize.3ncurses
173#
174# Other:
175tack.1m				tack.1
176#
177getty.1				getty.8
178scanf.3				scanf.3
179ttys.5				ttys.4
180system.3			system.3
181regcomp.3x			regcomp.3
182regexec.3x			regexec.3
183vprintf.3			vprintf.3
184#
185# The following are pages which may be generated depending on configuration:
186adacurses-config.1		adacurses-config.1
187adacurses5-config.1		adacurses5-config.1
188adacurses6-config.1		adacurses6-config.1
189#
190ncurses5-config.1		ncurses5-config.1
191ncursesw5-config.1		ncursesw5-config.1
192ncursest5-config.1		ncursest5-config.1
193ncursestw5-config.1		ncursestw5-config.1
194#
195ncurses6-config.1		ncurses6-config.1
196ncursesw6-config.1		ncursesw6-config.1
197ncursest6-config.1		ncursest6-config.1
198ncursestw6-config.1		ncursestw6-config.1
199#
200# vile:cfgmode
201