diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3xcurses | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3xcurses')
118 files changed, 863 insertions, 408 deletions
diff --git a/usr/src/man/man3xcurses/COLS.3xcurses b/usr/src/man/man3xcurses/COLS.3xcurses index 0e5718ac2d..a5143060c4 100644 --- a/usr/src/man/man3xcurses/COLS.3xcurses +++ b/usr/src/man/man3xcurses/COLS.3xcurses @@ -27,7 +27,7 @@ terminal screen. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -45,5 +45,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/LINES.3xcurses b/usr/src/man/man3xcurses/LINES.3xcurses index 06e8811272..25dbf0a3fc 100644 --- a/usr/src/man/man3xcurses/LINES.3xcurses +++ b/usr/src/man/man3xcurses/LINES.3xcurses @@ -27,7 +27,7 @@ screen. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -45,5 +45,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/add_wch.3xcurses b/usr/src/man/man3xcurses/add_wch.3xcurses index 7d4d7467a3..fcad875801 100644 --- a/usr/src/man/man3xcurses/add_wch.3xcurses +++ b/usr/src/man/man3xcurses/add_wch.3xcurses @@ -122,7 +122,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -140,8 +140,18 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattr_off\fR(3XCURSES), \fBbkgrndset\fR(3XCURSES), \fBcurses\fR(3XCURSES), -\fBdoupdate\fR(3XCURSES), \fBin_wch\fR(3XCURSES), \fBins_wch\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBnl\fR(3XCURSES), \fBprintw\fR(3XCURSES), -\fBscrollok\fR(3XCURSES), \fBscrl\fR(3XCURSES), \fBsetscrreg\fR(3XCURSES), -\fBterminfo\fR(4), \fBattributes\fR(5), \fBstandards\fR(5) +.BR attr_off (3XCURSES), +.BR bkgrndset (3XCURSES), +.BR curses (3XCURSES), +.BR doupdate (3XCURSES), +.BR in_wch (3XCURSES), +.BR ins_wch (3XCURSES), +.BR libcurses (3XCURSES), +.BR nl (3XCURSES), +.BR printw (3XCURSES), +.BR scrl (3XCURSES), +.BR scrollok (3XCURSES), +.BR setscrreg (3XCURSES), +.BR terminfo (5), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/add_wchnstr.3xcurses b/usr/src/man/man3xcurses/add_wchnstr.3xcurses index 83497c3504..9de86a5b9a 100644 --- a/usr/src/man/man3xcurses/add_wchnstr.3xcurses +++ b/usr/src/man/man3xcurses/add_wchnstr.3xcurses @@ -144,7 +144,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -162,5 +162,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddnwstr\fR(3XCURSES), \fBadd_wch\fR(3XCURSES), \fBattr_off\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR addnwstr (3XCURSES), +.BR attr_off (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/addch.3xcurses b/usr/src/man/man3xcurses/addch.3xcurses index 02481f79cf..b95f4f0861 100644 --- a/usr/src/man/man3xcurses/addch.3xcurses +++ b/usr/src/man/man3xcurses/addch.3xcurses @@ -126,7 +126,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -144,8 +144,16 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattroff\fR(3XCURSES), \fBbkgdset\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), -\fBinch\fR(3XCURSES), \fBinsch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBnl\fR(3XCURSES), \fBprintw\fR(3XCURSES), \fBscrollok\fR(3XCURSES), -\fBscrl\fR(3XCURSES), \fBterminfo\fR(4), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR attroff (3XCURSES), +.BR bkgdset (3XCURSES), +.BR doupdate (3XCURSES), +.BR inch (3XCURSES), +.BR insch (3XCURSES), +.BR libcurses (3XCURSES), +.BR nl (3XCURSES), +.BR printw (3XCURSES), +.BR scrl (3XCURSES), +.BR scrollok (3XCURSES), +.BR terminfo (5), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/addchstr.3xcurses b/usr/src/man/man3xcurses/addchstr.3xcurses index 733a159a91..5899f79b2b 100644 --- a/usr/src/man/man3xcurses/addchstr.3xcurses +++ b/usr/src/man/man3xcurses/addchstr.3xcurses @@ -141,7 +141,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -159,5 +159,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBaddnstr\fR(3XCURSES), \fBattroff\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR addch (3XCURSES), +.BR addnstr (3XCURSES), +.BR attroff (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/addnstr.3xcurses b/usr/src/man/man3xcurses/addnstr.3xcurses index 32b74b5a25..6aad5b4d76 100644 --- a/usr/src/man/man3xcurses/addnstr.3xcurses +++ b/usr/src/man/man3xcurses/addnstr.3xcurses @@ -146,7 +146,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -164,5 +164,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBaddchstr\fR(3XCURSES), \fBcurses\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR addch (3XCURSES), +.BR addchstr (3XCURSES), +.BR curses (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/addnwstr.3xcurses b/usr/src/man/man3xcurses/addnwstr.3xcurses index ba791604e3..8e071ffbfa 100644 --- a/usr/src/man/man3xcurses/addnwstr.3xcurses +++ b/usr/src/man/man3xcurses/addnwstr.3xcurses @@ -148,7 +148,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -166,5 +166,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBadd_wchnstr\fR(3XCURSES), \fBcurses\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR add_wchnstr (3XCURSES), +.BR curses (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/attr_get.3xcurses b/usr/src/man/man3xcurses/attr_get.3xcurses index ce6162932b..5fa7e5a94c 100644 --- a/usr/src/man/man3xcurses/attr_get.3xcurses +++ b/usr/src/man/man3xcurses/attr_get.3xcurses @@ -143,7 +143,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -161,7 +161,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBaddnwstr\fR(3XCURSES), \fBattroff\fR(3XCURSES), -\fBbkgrndset\fR(3XCURSES), \fBcurses\fR(3XCURSES), \fBinit_color\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBstart_color\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR addnwstr (3XCURSES), +.BR attroff (3XCURSES), +.BR bkgrndset (3XCURSES), +.BR curses (3XCURSES), +.BR init_color (3XCURSES), +.BR libcurses (3XCURSES), +.BR start_color (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/attroff.3xcurses b/usr/src/man/man3xcurses/attroff.3xcurses index 53d51f42c5..0f00d263da 100644 --- a/usr/src/man/man3xcurses/attroff.3xcurses +++ b/usr/src/man/man3xcurses/attroff.3xcurses @@ -113,7 +113,7 @@ All of these functions may be macros. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -131,7 +131,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBaddnstr\fR(3XCURSES), \fBattr_get\fR(3XCURSES), -\fBbkgdset\fR(3XCURSES), \fBcurses\fR(3XCURSES), \fBinit_color\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBstart_color\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR addch (3XCURSES), +.BR addnstr (3XCURSES), +.BR attr_get (3XCURSES), +.BR bkgdset (3XCURSES), +.BR curses (3XCURSES), +.BR init_color (3XCURSES), +.BR libcurses (3XCURSES), +.BR start_color (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/baudrate.3xcurses b/usr/src/man/man3xcurses/baudrate.3xcurses index 6a21060c87..5246fdda06 100644 --- a/usr/src/man/man3xcurses/baudrate.3xcurses +++ b/usr/src/man/man3xcurses/baudrate.3xcurses @@ -35,7 +35,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -53,4 +53,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/beep.3xcurses b/usr/src/man/man3xcurses/beep.3xcurses index fedf50ebbe..8a3f408582 100644 --- a/usr/src/man/man3xcurses/beep.3xcurses +++ b/usr/src/man/man3xcurses/beep.3xcurses @@ -31,7 +31,7 @@ The \fBbeep()\fR and \fBflash()\fR functions produce an audio and visual alarm on the terminal, respectively. If the terminal has the capability, \fBbeep()\fR sounds a bell or beep and \fBflash()\fR flashes the screen. One alarm is substituted for another if the terminal does not support the -capability called (see \fBterminfo\fR(4) \fBbel\fR and \fBflash\fR +capability called (see \fBterminfo\fR(5) \fBbel\fR and \fBflash\fR capabilities). For example, a call to \fBbeep()\fR for a terminal without that capability results in a flash. .SH RETURN VALUES @@ -45,7 +45,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -63,5 +63,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBterminfo\fR(4), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR terminfo (5), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/bkgd.3xcurses b/usr/src/man/man3xcurses/bkgd.3xcurses index b99618a299..0691db6a48 100644 --- a/usr/src/man/man3xcurses/bkgd.3xcurses +++ b/usr/src/man/man3xcurses/bkgd.3xcurses @@ -117,7 +117,7 @@ using only constants with the A_ prefix. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -135,8 +135,16 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBaddchstr\fR(3XCURSES), \fBattroff\fR(3XCURSES), -\fBbkgrnd\fR(3XCURSES), \fBclear\fR(3XCURSES), \fBclrtoeol\fR(3XCURSES), -\fBclrtobot\fR(3XCURSES), \fBerase\fR(3XCURSES), \fBinch\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBmvprintw\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR addch (3XCURSES), +.BR addchstr (3XCURSES), +.BR attroff (3XCURSES), +.BR bkgrnd (3XCURSES), +.BR clear (3XCURSES), +.BR clrtobot (3XCURSES), +.BR clrtoeol (3XCURSES), +.BR erase (3XCURSES), +.BR inch (3XCURSES), +.BR libcurses (3XCURSES), +.BR mvprintw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/bkgrnd.3xcurses b/usr/src/man/man3xcurses/bkgrnd.3xcurses index adcecdcb8c..79e86053f5 100644 --- a/usr/src/man/man3xcurses/bkgrnd.3xcurses +++ b/usr/src/man/man3xcurses/bkgrnd.3xcurses @@ -118,7 +118,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -136,8 +136,18 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBadd_wchnstr\fR(3XCURSES), \fBaddch\fR(3XCURSES), -\fBaddchstr\fR(3XCURSES), \fBattroff\fR(3XCURSES), \fBbkgd\fR(3XCURSES), -\fBclear\fR(3XCURSES), \fBclrtoeol\fR(3XCURSES), \fBclrtobot\fR(3XCURSES), -\fBerase\fR(3XCURSES), \fBinch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBmvprintw\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR add_wchnstr (3XCURSES), +.BR addch (3XCURSES), +.BR addchstr (3XCURSES), +.BR attroff (3XCURSES), +.BR bkgd (3XCURSES), +.BR clear (3XCURSES), +.BR clrtobot (3XCURSES), +.BR clrtoeol (3XCURSES), +.BR erase (3XCURSES), +.BR inch (3XCURSES), +.BR libcurses (3XCURSES), +.BR mvprintw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/border.3xcurses b/usr/src/man/man3xcurses/border.3xcurses index d4f6af140a..3ed8267b56 100644 --- a/usr/src/man/man3xcurses/border.3xcurses +++ b/usr/src/man/man3xcurses/border.3xcurses @@ -200,7 +200,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -218,6 +218,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBaddch\fR(3XCURSES), \fBattr_get\fR(3XCURSES), -\fBattroff\fR(3XCURSES), \fBborder_set\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR addch (3XCURSES), +.BR attr_get (3XCURSES), +.BR attroff (3XCURSES), +.BR border_set (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/border_set.3xcurses b/usr/src/man/man3xcurses/border_set.3xcurses index e2c5339c2b..2274fbd9cc 100644 --- a/usr/src/man/man3xcurses/border_set.3xcurses +++ b/usr/src/man/man3xcurses/border_set.3xcurses @@ -206,7 +206,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -224,6 +224,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBaddch\fR(3XCURSES), \fBattr_get\fR(3XCURSES), -\fBattroff\fR(3XCURSES), \fBborder\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR addch (3XCURSES), +.BR attr_get (3XCURSES), +.BR attroff (3XCURSES), +.BR border (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/can_change_color.3xcurses b/usr/src/man/man3xcurses/can_change_color.3xcurses index d2f32b9d0a..b28c184f7b 100644 --- a/usr/src/man/man3xcurses/can_change_color.3xcurses +++ b/usr/src/man/man3xcurses/can_change_color.3xcurses @@ -270,7 +270,7 @@ However, applications cannot rely on this to be true. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -288,5 +288,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattroff\fR(3XCURSES), \fBdelscreen\fR(3XCURSES), \fBinitscr\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR attroff (3XCURSES), +.BR delscreen (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/cbreak.3xcurses b/usr/src/man/man3xcurses/cbreak.3xcurses index 2a208c6214..2808c591fb 100644 --- a/usr/src/man/man3xcurses/cbreak.3xcurses +++ b/usr/src/man/man3xcurses/cbreak.3xcurses @@ -70,7 +70,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -88,6 +88,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBhalfdelay\fR(3XCURSES), \fBnodelay\fR(3XCURSES), -\fBtimeout\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5), \fBtermio\fR(7I) +.BR getch (3XCURSES), +.BR halfdelay (3XCURSES), +.BR libcurses (3XCURSES), +.BR nodelay (3XCURSES), +.BR timeout (3XCURSES), +.BR termio (4I), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/chgat.3xcurses b/usr/src/man/man3xcurses/chgat.3xcurses index fdf3b3f8f7..7e12c60009 100644 --- a/usr/src/man/man3xcurses/chgat.3xcurses +++ b/usr/src/man/man3xcurses/chgat.3xcurses @@ -135,7 +135,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -153,5 +153,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgrnd\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBsetcchar\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR bkgrnd (3XCURSES), +.BR libcurses (3XCURSES), +.BR setcchar (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/clear.3xcurses b/usr/src/man/man3xcurses/clear.3xcurses index 620ae0c4d0..8f0f725afa 100644 --- a/usr/src/man/man3xcurses/clear.3xcurses +++ b/usr/src/man/man3xcurses/clear.3xcurses @@ -81,7 +81,7 @@ An error occurred. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -99,7 +99,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBclearok\fR(3XCURSES), \fBclrtobot\fR(3XCURSES), -\fBclrtoeol\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBrefresh\fR(3XCURSES), \fBwrefresh\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR clearok (3XCURSES), +.BR clrtobot (3XCURSES), +.BR clrtoeol (3XCURSES), +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR refresh (3XCURSES), +.BR wrefresh (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/clearok.3xcurses b/usr/src/man/man3xcurses/clearok.3xcurses index 5e798348b9..05ca2a1c52 100644 --- a/usr/src/man/man3xcurses/clearok.3xcurses +++ b/usr/src/man/man3xcurses/clearok.3xcurses @@ -153,7 +153,7 @@ not use the cursor. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -171,6 +171,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBclear\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBscrl\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR clear (3XCURSES), +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR scrl (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/clrtobot.3xcurses b/usr/src/man/man3xcurses/clrtobot.3xcurses index 32eb3d9091..3918084f91 100644 --- a/usr/src/man/man3xcurses/clrtobot.3xcurses +++ b/usr/src/man/man3xcurses/clrtobot.3xcurses @@ -58,7 +58,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -76,6 +76,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBclear\fR(3XCURSES), \fBclearok\fR(3XCURSES), -\fBclrtoeol\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR clear (3XCURSES), +.BR clearok (3XCURSES), +.BR clrtoeol (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/clrtoeol.3xcurses b/usr/src/man/man3xcurses/clrtoeol.3xcurses index e00af67960..95153d9c9e 100644 --- a/usr/src/man/man3xcurses/clrtoeol.3xcurses +++ b/usr/src/man/man3xcurses/clrtoeol.3xcurses @@ -59,7 +59,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -77,6 +77,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBclear\fR(3XCURSES), \fBclearok\fR(3XCURSES), -\fBclrtobot\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR clear (3XCURSES), +.BR clearok (3XCURSES), +.BR clrtobot (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/copywin.3xcurses b/usr/src/man/man3xcurses/copywin.3xcurses index 94af2f64a8..a2c8a09086 100644 --- a/usr/src/man/man3xcurses/copywin.3xcurses +++ b/usr/src/man/man3xcurses/copywin.3xcurses @@ -132,7 +132,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -150,5 +150,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnewpad\fR(3XCURSES), -\fBoverlay\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR curses (3XCURSES), +.BR libcurses (3XCURSES), +.BR newpad (3XCURSES), +.BR overlay (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/cur_term.3xcurses b/usr/src/man/man3xcurses/cur_term.3xcurses index 9f3daed780..27dde0b86c 100644 --- a/usr/src/man/man3xcurses/cur_term.3xcurses +++ b/usr/src/man/man3xcurses/cur_term.3xcurses @@ -27,7 +27,7 @@ The external variable \fBcur_term\fR to identifies the record in the .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -45,5 +45,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBset_curterm\fR(3XCURSES), -\fBtigetflag\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR set_curterm (3XCURSES), +.BR tigetflag (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/curs_set.3xcurses b/usr/src/man/man3xcurses/curs_set.3xcurses index 64e7c614dd..7f62cb6aaf 100644 --- a/usr/src/man/man3xcurses/curs_set.3xcurses +++ b/usr/src/man/man3xcurses/curs_set.3xcurses @@ -48,7 +48,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -66,4 +66,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/curscr.3xcurses b/usr/src/man/man3xcurses/curscr.3xcurses index 58da17934a..14bbc741fd 100644 --- a/usr/src/man/man3xcurses/curscr.3xcurses +++ b/usr/src/man/man3xcurses/curscr.3xcurses @@ -28,7 +28,7 @@ be specified as an argument to certain functions such as .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -46,5 +46,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBclearok\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR clearok (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/curses.3xcurses b/usr/src/man/man3xcurses/curses.3xcurses index b1a06703d4..2970af80de 100644 --- a/usr/src/man/man3xcurses/curses.3xcurses +++ b/usr/src/man/man3xcurses/curses.3xcurses @@ -37,7 +37,7 @@ set in the Korn Shell (see \fBksh\fR(1)) by typing: .sp .LP To set environment variables using other command line interfaces or shells, see -the \fBenviron\fR(5) manual page. +the \fBenviron\fR(7) manual page. .sp .LP Three additional environment variables are useful, and can be set in the Korn @@ -587,7 +587,7 @@ of input functions like \fBgetch\fR(3XCURSES) and \fBgetnstr\fR(3XCURSES). .RS 27n In line input mode, the terminal driver handles the input of line units as well as \fBSIGERASE\fR and \fBSIGKILL\fR character processing. See -\fBtermio\fR(7I) for more information. +\fBtermio\fR(4I) for more information. .sp In this mode, the \fBgetch()\fR and \fBgetnstr()\fR functions will not return until a complete line has been read by the terminal driver, at which point only @@ -857,7 +857,7 @@ This second example is the same as the first, but with the right margin. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -875,18 +875,47 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBksh\fR(1), \fBCOLOR_PAIR\fR(3XCURSES), \fBPAIR_NUMBER\fR(3XCURSES), -\fBaddchstr\fR(3XCURSES), \fBattr_off\fR(3XCURSES), \fBattroff\fR(3XCURSES), -\fBbkgdset\fR(3XCURSES), \fBbkgrndset\fR(3XCURSES), \fBcbreak\fR(3XCURSES), -\fBcopywin\fR(3XCURSES), \fBderwin\fR(3XCURSES), \fBecho\fR(3XCURSES), -\fBgetcchar\fR(3XCURSES), \fBgetch\fR(3XCURSES), \fBgetnstr\fR(3XCURSES), -\fBhalfdelay\fR(3XCURSES), \fBinch\fR(3XCURSES), \fBkeypad\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBnewpad\fR(3XCURSES), \fBnewwin\fR(3XCURSES), -\fBnocbreak\fR(3XCURSES), \fBnodelay\fR(3XCURSES), \fBnoecho\fR(3XCURSES), -\fBnoraw\fR(3XCURSES), \fBnotimeout\fR(3XCURSES), \fBoverlay\fR(3XCURSES), -\fBoverwrite\fR(3XCURSES), \fBsetcchar\fR(3XCURSES), \fBsubwin\fR(3XCURSES), -\fBtimeout\fR(3XCURSES), \fBwaddchstr\fR(3XCURSES), \fBwaddstr\fR(3XCURSES), -\fBwcwidth\fR(3C), \fBwget_wch\fR(3XCURSES), \fBwinsch\fR(3XCURSES), -\fBwnoutrefresh\fR(3XCURSES), \fBwprintw\fR(3XCURSES), -\fBwrefresh\fR(3XCURSES), \fBwtimeout\fR(3XCURSES), \fBattributes\fR(5), -\fBenviron\fR(5), \fBstandards\fR(5), \fBtermio\fR(7I) +.BR ksh (1), +.BR wcwidth (3C), +.BR COLOR_PAIR (3XCURSES), +.BR PAIR_NUMBER (3XCURSES), +.BR addchstr (3XCURSES), +.BR attr_off (3XCURSES), +.BR attroff (3XCURSES), +.BR bkgdset (3XCURSES), +.BR bkgrndset (3XCURSES), +.BR cbreak (3XCURSES), +.BR copywin (3XCURSES), +.BR derwin (3XCURSES), +.BR echo (3XCURSES), +.BR getcchar (3XCURSES), +.BR getch (3XCURSES), +.BR getnstr (3XCURSES), +.BR halfdelay (3XCURSES), +.BR inch (3XCURSES), +.BR keypad (3XCURSES), +.BR libcurses (3XCURSES), +.BR newpad (3XCURSES), +.BR newwin (3XCURSES), +.BR nocbreak (3XCURSES), +.BR nodelay (3XCURSES), +.BR noecho (3XCURSES), +.BR noraw (3XCURSES), +.BR notimeout (3XCURSES), +.BR overlay (3XCURSES), +.BR overwrite (3XCURSES), +.BR setcchar (3XCURSES), +.BR subwin (3XCURSES), +.BR timeout (3XCURSES), +.BR waddchstr (3XCURSES), +.BR waddstr (3XCURSES), +.BR wget_wch (3XCURSES), +.BR winsch (3XCURSES), +.BR wnoutrefresh (3XCURSES), +.BR wprintw (3XCURSES), +.BR wrefresh (3XCURSES), +.BR wtimeout (3XCURSES), +.BR termio (4I), +.BR attributes (7), +.BR environ (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/def_prog_mode.3xcurses b/usr/src/man/man3xcurses/def_prog_mode.3xcurses index 331b72a79c..73027b9e0d 100644 --- a/usr/src/man/man3xcurses/def_prog_mode.3xcurses +++ b/usr/src/man/man3xcurses/def_prog_mode.3xcurses @@ -60,7 +60,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -78,6 +78,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBendwin\fR(3XCURSES), \fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBnewterm\fR(3XCURSES), \fBsetupterm\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR endwin (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR newterm (3XCURSES), +.BR setupterm (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/del_curterm.3xcurses b/usr/src/man/man3xcurses/del_curterm.3xcurses index e3963e5c4b..fcc01b8da7 100644 --- a/usr/src/man/man3xcurses/del_curterm.3xcurses +++ b/usr/src/man/man3xcurses/del_curterm.3xcurses @@ -163,7 +163,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -181,6 +181,12 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbaudrate\fR(3XCURSES), \fBbeep\fR(3XCURSES), \fBinitscr\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBmvcur\fR(3XCURSES), \fBtigetflag\fR(3XCURSES), -\fBuse_env\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR baudrate (3XCURSES), +.BR beep (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR mvcur (3XCURSES), +.BR tigetflag (3XCURSES), +.BR use_env (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/delay_output.3xcurses b/usr/src/man/man3xcurses/delay_output.3xcurses index c709f81678..cc6484ef8e 100644 --- a/usr/src/man/man3xcurses/delay_output.3xcurses +++ b/usr/src/man/man3xcurses/delay_output.3xcurses @@ -46,7 +46,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -64,5 +64,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBnapms\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR napms (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/delch.3xcurses b/usr/src/man/man3xcurses/delch.3xcurses index a75b405e44..8f1a3bc932 100644 --- a/usr/src/man/man3xcurses/delch.3xcurses +++ b/usr/src/man/man3xcurses/delch.3xcurses @@ -86,7 +86,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -104,5 +104,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBinsch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR insch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/deleteln.3xcurses b/usr/src/man/man3xcurses/deleteln.3xcurses index 65703c01ba..d29c6b5111 100644 --- a/usr/src/man/man3xcurses/deleteln.3xcurses +++ b/usr/src/man/man3xcurses/deleteln.3xcurses @@ -52,7 +52,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -70,5 +70,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBinsdelln\fR(3XCURSES), \fBinsertln\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR insdelln (3XCURSES), +.BR insertln (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/delscreen.3xcurses b/usr/src/man/man3xcurses/delscreen.3xcurses index ebe2e4cc4f..dee79f3734 100644 --- a/usr/src/man/man3xcurses/delscreen.3xcurses +++ b/usr/src/man/man3xcurses/delscreen.3xcurses @@ -46,7 +46,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -64,5 +64,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBendwin\fR(3XCURSES), \fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBnewterm\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR endwin (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR newterm (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/delwin.3xcurses b/usr/src/man/man3xcurses/delwin.3xcurses index a8ebb58a97..8b694a573c 100644 --- a/usr/src/man/man3xcurses/delwin.3xcurses +++ b/usr/src/man/man3xcurses/delwin.3xcurses @@ -49,7 +49,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -67,5 +67,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBderwin\fR(3XCURSES), \fBdupwin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR derwin (3XCURSES), +.BR dupwin (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/derwin.3xcurses b/usr/src/man/man3xcurses/derwin.3xcurses index ce2c4eb506..cadb6da6cc 100644 --- a/usr/src/man/man3xcurses/derwin.3xcurses +++ b/usr/src/man/man3xcurses/derwin.3xcurses @@ -125,7 +125,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -143,5 +143,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBis_linetouched\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR is_linetouched (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/doupdate.3xcurses b/usr/src/man/man3xcurses/doupdate.3xcurses index 2e69a110bc..a482794282 100644 --- a/usr/src/man/man3xcurses/doupdate.3xcurses +++ b/usr/src/man/man3xcurses/doupdate.3xcurses @@ -81,7 +81,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -99,6 +99,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBclearok\fR(3XCURSES), \fBcurses\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBprefresh\fR(3XCURSES), \fBredrawwin\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR clearok (3XCURSES), +.BR curses (3XCURSES), +.BR libcurses (3XCURSES), +.BR prefresh (3XCURSES), +.BR redrawwin (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/dupwin.3xcurses b/usr/src/man/man3xcurses/dupwin.3xcurses index accefc843b..5282a19669 100644 --- a/usr/src/man/man3xcurses/dupwin.3xcurses +++ b/usr/src/man/man3xcurses/dupwin.3xcurses @@ -46,7 +46,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -64,5 +64,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdelwin\fR(3XCURSES), \fBderwin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR delwin (3XCURSES), +.BR derwin (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/echo.3xcurses b/usr/src/man/man3xcurses/echo.3xcurses index 8610b5da62..8060d0bb91 100644 --- a/usr/src/man/man3xcurses/echo.3xcurses +++ b/usr/src/man/man3xcurses/echo.3xcurses @@ -45,7 +45,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -63,6 +63,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBgetstr\fR(3XCURSES), \fBinitscr\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBscanw\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR getch (3XCURSES), +.BR getstr (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR scanw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/echo_wchar.3xcurses b/usr/src/man/man3xcurses/echo_wchar.3xcurses index 06b1227565..f057e67f97 100644 --- a/usr/src/man/man3xcurses/echo_wchar.3xcurses +++ b/usr/src/man/man3xcurses/echo_wchar.3xcurses @@ -61,7 +61,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -79,5 +79,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), \fBechochar\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR doupdate (3XCURSES), +.BR echochar (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/echochar.3xcurses b/usr/src/man/man3xcurses/echochar.3xcurses index 2ccef3bf5f..72fd036248 100644 --- a/usr/src/man/man3xcurses/echochar.3xcurses +++ b/usr/src/man/man3xcurses/echochar.3xcurses @@ -61,7 +61,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -79,5 +79,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), \fBecho_wchar\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR addch (3XCURSES), +.BR doupdate (3XCURSES), +.BR echo_wchar (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/endwin.3xcurses b/usr/src/man/man3xcurses/endwin.3xcurses index b52379b41f..f87081ceb3 100644 --- a/usr/src/man/man3xcurses/endwin.3xcurses +++ b/usr/src/man/man3xcurses/endwin.3xcurses @@ -54,7 +54,7 @@ Non errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -72,5 +72,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnewterm\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR newterm (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/erasechar.3xcurses b/usr/src/man/man3xcurses/erasechar.3xcurses index 968f2a77e1..f6afb785fc 100644 --- a/usr/src/man/man3xcurses/erasechar.3xcurses +++ b/usr/src/man/man3xcurses/erasechar.3xcurses @@ -73,7 +73,7 @@ On success, the \fBerasewchar()\fR and \fBkillwchar()\fR functions return .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -91,5 +91,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBgetstr\fR(3XCURSES), \fBget_wch\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR get_wch (3XCURSES), +.BR getch (3XCURSES), +.BR getstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/filter.3xcurses b/usr/src/man/man3xcurses/filter.3xcurses index a863145000..9fce41b30a 100644 --- a/usr/src/man/man3xcurses/filter.3xcurses +++ b/usr/src/man/man3xcurses/filter.3xcurses @@ -56,7 +56,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -74,5 +74,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnewterm\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR newterm (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/flushinp.3xcurses b/usr/src/man/man3xcurses/flushinp.3xcurses index e1e76d9ee4..fbc2447880 100644 --- a/usr/src/man/man3xcurses/flushinp.3xcurses +++ b/usr/src/man/man3xcurses/flushinp.3xcurses @@ -35,7 +35,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -53,4 +53,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/get_wch.3xcurses b/usr/src/man/man3xcurses/get_wch.3xcurses index 11dad5aff8..74a0e504ff 100644 --- a/usr/src/man/man3xcurses/get_wch.3xcurses +++ b/usr/src/man/man3xcurses/get_wch.3xcurses @@ -133,7 +133,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,7 +151,14 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcbreak\fR(3XCURSES), \fBecho\fR(3XCURSES), \fBhalfdelay\fR(3XCURSES), -\fBkeypad\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnodelay\fR(3XCURSES), -\fBnotimeout\fR(3XCURSES), \fBraw\fR(3XCURSES), \fBtimeout\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR cbreak (3XCURSES), +.BR echo (3XCURSES), +.BR halfdelay (3XCURSES), +.BR keypad (3XCURSES), +.BR libcurses (3XCURSES), +.BR nodelay (3XCURSES), +.BR notimeout (3XCURSES), +.BR raw (3XCURSES), +.BR timeout (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/getbegyx.3xcurses b/usr/src/man/man3xcurses/getbegyx.3xcurses index 7ffb63e46a..f3fce28124 100644 --- a/usr/src/man/man3xcurses/getbegyx.3xcurses +++ b/usr/src/man/man3xcurses/getbegyx.3xcurses @@ -94,7 +94,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -112,4 +112,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/getcchar.3xcurses b/usr/src/man/man3xcurses/getcchar.3xcurses index 0fe60d7567..0a78b3e59e 100644 --- a/usr/src/man/man3xcurses/getcchar.3xcurses +++ b/usr/src/man/man3xcurses/getcchar.3xcurses @@ -98,7 +98,7 @@ None .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -116,6 +116,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattroff\fR(3XCURSES), \fBcan_change_color\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBsetcchar\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR attroff (3XCURSES), +.BR can_change_color (3XCURSES), +.BR libcurses (3XCURSES), +.BR setcchar (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/getch.3xcurses b/usr/src/man/man3xcurses/getch.3xcurses index 7dc672464a..9cd37a8505 100644 --- a/usr/src/man/man3xcurses/getch.3xcurses +++ b/usr/src/man/man3xcurses/getch.3xcurses @@ -244,7 +244,7 @@ produce undesirable results. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -262,7 +262,14 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcbreak\fR(3XCURSES), \fBecho\fR(3XCURSES), \fBhalfdelay\fR(3XCURSES), -\fBkeypad\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnodelay\fR(3XCURSES), -\fBnotimeout\fR(3XCURSES), \fBraw\fR(3XCURSES), \fBtimeout\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR cbreak (3XCURSES), +.BR echo (3XCURSES), +.BR halfdelay (3XCURSES), +.BR keypad (3XCURSES), +.BR libcurses (3XCURSES), +.BR nodelay (3XCURSES), +.BR notimeout (3XCURSES), +.BR raw (3XCURSES), +.BR timeout (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/getn_wstr.3xcurses b/usr/src/man/man3xcurses/getn_wstr.3xcurses index 162706d720..e2b72a4572 100644 --- a/usr/src/man/man3xcurses/getn_wstr.3xcurses +++ b/usr/src/man/man3xcurses/getn_wstr.3xcurses @@ -133,7 +133,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,5 +151,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBget_wch\fR(3XCURSES), \fBgetnstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR get_wch (3XCURSES), +.BR getnstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/getnstr.3xcurses b/usr/src/man/man3xcurses/getnstr.3xcurses index 2ae671e731..826608ed28 100644 --- a/usr/src/man/man3xcurses/getnstr.3xcurses +++ b/usr/src/man/man3xcurses/getnstr.3xcurses @@ -138,7 +138,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -156,5 +156,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR getch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/getwin.3xcurses b/usr/src/man/man3xcurses/getwin.3xcurses index e5670762bf..81c407275a 100644 --- a/usr/src/man/man3xcurses/getwin.3xcurses +++ b/usr/src/man/man3xcurses/getwin.3xcurses @@ -70,7 +70,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -88,5 +88,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBscr_dump\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR scr_dump (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/halfdelay.3xcurses b/usr/src/man/man3xcurses/halfdelay.3xcurses index b0778e5eb1..5ffb274664 100644 --- a/usr/src/man/man3xcurses/halfdelay.3xcurses +++ b/usr/src/man/man3xcurses/halfdelay.3xcurses @@ -51,7 +51,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -69,5 +69,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcbreak\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR cbreak (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/has_ic.3xcurses b/usr/src/man/man3xcurses/has_ic.3xcurses index 7cb1881bcd..3f4066c766 100644 --- a/usr/src/man/man3xcurses/has_ic.3xcurses +++ b/usr/src/man/man3xcurses/has_ic.3xcurses @@ -49,7 +49,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -67,4 +67,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/hline.3xcurses b/usr/src/man/man3xcurses/hline.3xcurses index 9f5f591743..482fdaa547 100644 --- a/usr/src/man/man3xcurses/hline.3xcurses +++ b/usr/src/man/man3xcurses/hline.3xcurses @@ -135,7 +135,7 @@ None .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -153,5 +153,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBborder\fR(3XCURSES), \fBborder_set\fR(3XCURSES), \fBhline_set\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR border (3XCURSES), +.BR border_set (3XCURSES), +.BR hline_set (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/hline_set.3xcurses b/usr/src/man/man3xcurses/hline_set.3xcurses index 58c88e3d01..1fba39f20e 100644 --- a/usr/src/man/man3xcurses/hline_set.3xcurses +++ b/usr/src/man/man3xcurses/hline_set.3xcurses @@ -135,7 +135,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -153,5 +153,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBborder\fR(3XCURSES), \fBborder_set\fR(3XCURSES), \fBhline\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR border (3XCURSES), +.BR border_set (3XCURSES), +.BR hline (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/idcok.3xcurses b/usr/src/man/man3xcurses/idcok.3xcurses index 6e46929a8d..0a46ea6f6b 100644 --- a/usr/src/man/man3xcurses/idcok.3xcurses +++ b/usr/src/man/man3xcurses/idcok.3xcurses @@ -57,7 +57,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -75,5 +75,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBclearok\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR clearok (3XCURSES), +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/immedok.3xcurses b/usr/src/man/man3xcurses/immedok.3xcurses index b0e5319963..235889dc53 100644 --- a/usr/src/man/man3xcurses/immedok.3xcurses +++ b/usr/src/man/man3xcurses/immedok.3xcurses @@ -57,7 +57,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -75,6 +75,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBclearok\fR(3XCURSES), \fBclrtobot\fR(3XCURSES), -\fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBscrl\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR addch (3XCURSES), +.BR clearok (3XCURSES), +.BR clrtobot (3XCURSES), +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR scrl (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/in_wch.3xcurses b/usr/src/man/man3xcurses/in_wch.3xcurses index 70d26f8753..8f85fd3649 100644 --- a/usr/src/man/man3xcurses/in_wch.3xcurses +++ b/usr/src/man/man3xcurses/in_wch.3xcurses @@ -97,7 +97,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -115,5 +115,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBinch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR inch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/in_wchnstr.3xcurses b/usr/src/man/man3xcurses/in_wchnstr.3xcurses index 91e77de309..1b97511d72 100644 --- a/usr/src/man/man3xcurses/in_wchnstr.3xcurses +++ b/usr/src/man/man3xcurses/in_wchnstr.3xcurses @@ -137,7 +137,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -155,5 +155,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBin_wch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR in_wch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/inch.3xcurses b/usr/src/man/man3xcurses/inch.3xcurses index 3d7ccd318e..a1c1ff56a7 100644 --- a/usr/src/man/man3xcurses/inch.3xcurses +++ b/usr/src/man/man3xcurses/inch.3xcurses @@ -89,7 +89,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -107,5 +107,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBattroff\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR addch (3XCURSES), +.BR attroff (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/inchnstr.3xcurses b/usr/src/man/man3xcurses/inchnstr.3xcurses index 3597f21370..36c64ffc02 100644 --- a/usr/src/man/man3xcurses/inchnstr.3xcurses +++ b/usr/src/man/man3xcurses/inchnstr.3xcurses @@ -143,7 +143,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -161,5 +161,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBinch\fR(3XCURSES), \fBinnstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR inch (3XCURSES), +.BR innstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/initscr.3xcurses b/usr/src/man/man3xcurses/initscr.3xcurses index cb24583dec..a50d032da2 100644 --- a/usr/src/man/man3xcurses/initscr.3xcurses +++ b/usr/src/man/man3xcurses/initscr.3xcurses @@ -86,7 +86,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -104,7 +104,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdel_curterm\fR(3XCURSES), \fBdelscreen\fR(3XCURSES), -\fBdoupdate\fR(3XCURSES), \fBendwin\fR(3XCURSES), \fBfilter\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBslk_attroff\fR(3XCURSES), -\fBuse_env\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR del_curterm (3XCURSES), +.BR delscreen (3XCURSES), +.BR doupdate (3XCURSES), +.BR endwin (3XCURSES), +.BR filter (3XCURSES), +.BR libcurses (3XCURSES), +.BR slk_attroff (3XCURSES), +.BR use_env (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/innstr.3xcurses b/usr/src/man/man3xcurses/innstr.3xcurses index 0c890d03e9..d2011ef320 100644 --- a/usr/src/man/man3xcurses/innstr.3xcurses +++ b/usr/src/man/man3xcurses/innstr.3xcurses @@ -157,7 +157,7 @@ All functions except \fBwinnstr()\fR may be macros. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -175,5 +175,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBinch\fR(3XCURSES), \fBinchstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR inch (3XCURSES), +.BR inchstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/innwstr.3xcurses b/usr/src/man/man3xcurses/innwstr.3xcurses index 7c89d2840b..f62a4c6213 100644 --- a/usr/src/man/man3xcurses/innwstr.3xcurses +++ b/usr/src/man/man3xcurses/innwstr.3xcurses @@ -149,7 +149,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -167,5 +167,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBin_wch\fR(3XCURSES), \fBin_wchnstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR in_wch (3XCURSES), +.BR in_wchnstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/ins_nwstr.3xcurses b/usr/src/man/man3xcurses/ins_nwstr.3xcurses index 10c3c8469a..b2fbc7c15b 100644 --- a/usr/src/man/man3xcurses/ins_nwstr.3xcurses +++ b/usr/src/man/man3xcurses/ins_nwstr.3xcurses @@ -145,7 +145,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -163,6 +163,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wchnstr\fR(3XCURSES), \fBaddnwstr\fR(3XCURSES), -\fBclrtoeol\fR(3XCURSES), \fBins_wch\fR(3XCURSES), \fBinsnstr\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wchnstr (3XCURSES), +.BR addnwstr (3XCURSES), +.BR clrtoeol (3XCURSES), +.BR ins_wch (3XCURSES), +.BR insnstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/ins_wch.3xcurses b/usr/src/man/man3xcurses/ins_wch.3xcurses index 3dc6372c38..693f4915e8 100644 --- a/usr/src/man/man3xcurses/ins_wch.3xcurses +++ b/usr/src/man/man3xcurses/ins_wch.3xcurses @@ -100,7 +100,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -118,5 +118,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBins_nwstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR ins_nwstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/insch.3xcurses b/usr/src/man/man3xcurses/insch.3xcurses index 33db022ec2..7db0723d7c 100644 --- a/usr/src/man/man3xcurses/insch.3xcurses +++ b/usr/src/man/man3xcurses/insch.3xcurses @@ -100,7 +100,7 @@ using only constants with the \fBA_\fR prefix. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -118,5 +118,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBins_wch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR ins_wch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/insdelln.3xcurses b/usr/src/man/man3xcurses/insdelln.3xcurses index db8451acaa..6633ad7b23 100644 --- a/usr/src/man/man3xcurses/insdelln.3xcurses +++ b/usr/src/man/man3xcurses/insdelln.3xcurses @@ -64,7 +64,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -82,5 +82,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdeleteln\fR(3XCURSES), \fBinsertln\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR deleteln (3XCURSES), +.BR insertln (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/insertln.3xcurses b/usr/src/man/man3xcurses/insertln.3xcurses index 8f0eec4425..2632cf09b0 100644 --- a/usr/src/man/man3xcurses/insertln.3xcurses +++ b/usr/src/man/man3xcurses/insertln.3xcurses @@ -52,7 +52,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -70,5 +70,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBbkgdset\fR(3XCURSES), \fBdeleteln\fR(3XCURSES), \fBinsdelln\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR bkgdset (3XCURSES), +.BR deleteln (3XCURSES), +.BR insdelln (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/insnstr.3xcurses b/usr/src/man/man3xcurses/insnstr.3xcurses index f9f9c84b24..1f4ac0a48b 100644 --- a/usr/src/man/man3xcurses/insnstr.3xcurses +++ b/usr/src/man/man3xcurses/insnstr.3xcurses @@ -144,7 +144,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -162,6 +162,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddchstr\fR(3XCURSES), \fBaddstr\fR(3XCURSES), \fBclrtoeol\fR(3XCURSES), -\fBins_nwstr\fR(3XCURSES), \fBinsch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR addchstr (3XCURSES), +.BR addstr (3XCURSES), +.BR clrtoeol (3XCURSES), +.BR ins_nwstr (3XCURSES), +.BR insch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/intrflush.3xcurses b/usr/src/man/man3xcurses/intrflush.3xcurses index 12f163905c..f02af0ca54 100644 --- a/usr/src/man/man3xcurses/intrflush.3xcurses +++ b/usr/src/man/man3xcurses/intrflush.3xcurses @@ -61,7 +61,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -79,5 +79,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBflushinp\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBqiflush\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR flushinp (3XCURSES), +.BR libcurses (3XCURSES), +.BR qiflush (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/is_linetouched.3xcurses b/usr/src/man/man3xcurses/is_linetouched.3xcurses index 1717f83569..b5a813941e 100644 --- a/usr/src/man/man3xcurses/is_linetouched.3xcurses +++ b/usr/src/man/man3xcurses/is_linetouched.3xcurses @@ -154,7 +154,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -172,5 +172,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/keyname.3xcurses b/usr/src/man/man3xcurses/keyname.3xcurses index c5452cfdcd..d52c6152bf 100644 --- a/usr/src/man/man3xcurses/keyname.3xcurses +++ b/usr/src/man/man3xcurses/keyname.3xcurses @@ -88,7 +88,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,5 +106,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBmeta\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR meta (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/keypad.3xcurses b/usr/src/man/man3xcurses/keypad.3xcurses index 3caf1b0e39..258170cfb1 100644 --- a/usr/src/man/man3xcurses/keypad.3xcurses +++ b/usr/src/man/man3xcurses/keypad.3xcurses @@ -228,7 +228,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -246,7 +246,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBendwin\fR(3XCURSES), \fBgetch\fR(3XCURSES), -\fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnewterm\fR(3XCURSES), -\fBnocbreak\fR(3XCURSES), \fBnoraw\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR addch (3XCURSES), +.BR endwin (3XCURSES), +.BR getch (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR newterm (3XCURSES), +.BR nocbreak (3XCURSES), +.BR noraw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/libcurses.3xcurses b/usr/src/man/man3xcurses/libcurses.3xcurses index c80df46a10..edf2f0c2c5 100644 --- a/usr/src/man/man3xcurses/libcurses.3xcurses +++ b/usr/src/man/man3xcurses/libcurses.3xcurses @@ -278,7 +278,7 @@ is provided for backwards compatibility and will be removed in a future release of the operating system. There is no plan to fix any of its defects. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -295,5 +295,8 @@ MT-Level Unsafe .SH SEE ALSO .LP -\fBIntro\fR(3), \fBcurses\fR(3XCURSES), \fBlibcurses\fR(3LIB), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR Intro (3), +.BR libcurses (3LIB), +.BR curses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/longname.3xcurses b/usr/src/man/man3xcurses/longname.3xcurses index 81a3bcfd95..830783f987 100644 --- a/usr/src/man/man3xcurses/longname.3xcurses +++ b/usr/src/man/man3xcurses/longname.3xcurses @@ -40,7 +40,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -58,5 +58,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBnewterm\fR(3XCURSES), -\fBsetupterm\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR newterm (3XCURSES), +.BR setupterm (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/meta.3xcurses b/usr/src/man/man3xcurses/meta.3xcurses index 60d6c0923b..52e80eeac7 100644 --- a/usr/src/man/man3xcurses/meta.3xcurses +++ b/usr/src/man/man3xcurses/meta.3xcurses @@ -71,7 +71,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,5 +89,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR getch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/move.3xcurses b/usr/src/man/man3xcurses/move.3xcurses index 246bc258f0..ab9f8fa2c7 100644 --- a/usr/src/man/man3xcurses/move.3xcurses +++ b/usr/src/man/man3xcurses/move.3xcurses @@ -72,7 +72,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -90,5 +90,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/mvcur.3xcurses b/usr/src/man/man3xcurses/mvcur.3xcurses index 0e4628345d..713d0c1209 100644 --- a/usr/src/man/man3xcurses/mvcur.3xcurses +++ b/usr/src/man/man3xcurses/mvcur.3xcurses @@ -82,7 +82,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -100,4 +100,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/mvderwin.3xcurses b/usr/src/man/man3xcurses/mvderwin.3xcurses index 91436872b9..d3072482c2 100644 --- a/usr/src/man/man3xcurses/mvderwin.3xcurses +++ b/usr/src/man/man3xcurses/mvderwin.3xcurses @@ -72,7 +72,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -90,5 +90,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdelwin\fR(3XCURSES), \fBderwin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR delwin (3XCURSES), +.BR derwin (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/mvprintw.3xcurses b/usr/src/man/man3xcurses/mvprintw.3xcurses index 60658c079c..d9daf83bb9 100644 --- a/usr/src/man/man3xcurses/mvprintw.3xcurses +++ b/usr/src/man/man3xcurses/mvprintw.3xcurses @@ -91,7 +91,7 @@ return \fBERR\fR. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -109,5 +109,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddnstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBprintf\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR printf (3C), +.BR addnstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/mvscanw.3xcurses b/usr/src/man/man3xcurses/mvscanw.3xcurses index 743509986e..2ee5dd9621 100644 --- a/usr/src/man/man3xcurses/mvscanw.3xcurses +++ b/usr/src/man/man3xcurses/mvscanw.3xcurses @@ -90,7 +90,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -108,5 +108,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetnstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBprintw\fR(3XCURSES), -\fBscanf\fR(3C), \fBwcstombs\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) +.BR scanf (3C), +.BR wcstombs (3C), +.BR getnstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR printw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/mvwin.3xcurses b/usr/src/man/man3xcurses/mvwin.3xcurses index fa6f1777a7..6736aa226f 100644 --- a/usr/src/man/man3xcurses/mvwin.3xcurses +++ b/usr/src/man/man3xcurses/mvwin.3xcurses @@ -67,7 +67,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -85,5 +85,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBderwin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR derwin (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/napms.3xcurses b/usr/src/man/man3xcurses/napms.3xcurses index 52a2087267..7b3ebe0769 100644 --- a/usr/src/man/man3xcurses/napms.3xcurses +++ b/usr/src/man/man3xcurses/napms.3xcurses @@ -44,7 +44,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -62,5 +62,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdelay_output\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR delay_output (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/newpad.3xcurses b/usr/src/man/man3xcurses/newpad.3xcurses index 5c85bbca5e..a315d03493 100644 --- a/usr/src/man/man3xcurses/newpad.3xcurses +++ b/usr/src/man/man3xcurses/newpad.3xcurses @@ -189,7 +189,7 @@ On success, the \fBpnoutrefresh()\fR and \fBprefresh()\fR functions return .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -207,6 +207,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBclearok\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), -\fBis_linetouched\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBpechochar\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR clearok (3XCURSES), +.BR doupdate (3XCURSES), +.BR is_linetouched (3XCURSES), +.BR libcurses (3XCURSES), +.BR pechochar (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/nl.3xcurses b/usr/src/man/man3xcurses/nl.3xcurses index fd991e9bb7..d3bc2bd87a 100644 --- a/usr/src/man/man3xcurses/nl.3xcurses +++ b/usr/src/man/man3xcurses/nl.3xcurses @@ -47,7 +47,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -65,4 +65,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/nodelay.3xcurses b/usr/src/man/man3xcurses/nodelay.3xcurses index 7f12ef0eb2..10932dc059 100644 --- a/usr/src/man/man3xcurses/nodelay.3xcurses +++ b/usr/src/man/man3xcurses/nodelay.3xcurses @@ -56,7 +56,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -74,5 +74,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBhalfdelay\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBnotimeout\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR getch (3XCURSES), +.BR halfdelay (3XCURSES), +.BR libcurses (3XCURSES), +.BR notimeout (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/noqiflush.3xcurses b/usr/src/man/man3xcurses/noqiflush.3xcurses index 0838471ef9..aa61e6a273 100644 --- a/usr/src/man/man3xcurses/noqiflush.3xcurses +++ b/usr/src/man/man3xcurses/noqiflush.3xcurses @@ -41,7 +41,7 @@ None .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -59,5 +59,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBflushinp\fR(3XCURSES), \fBintrflush\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR flushinp (3XCURSES), +.BR intrflush (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/notimeout.3xcurses b/usr/src/man/man3xcurses/notimeout.3xcurses index 56191c578e..451c56c246 100644 --- a/usr/src/man/man3xcurses/notimeout.3xcurses +++ b/usr/src/man/man3xcurses/notimeout.3xcurses @@ -97,7 +97,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -115,5 +115,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBgetch\fR(3XCURSES), \fBhalfdelay\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBnodelay\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR getch (3XCURSES), +.BR halfdelay (3XCURSES), +.BR libcurses (3XCURSES), +.BR nodelay (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/overlay.3xcurses b/usr/src/man/man3xcurses/overlay.3xcurses index c6df9ff055..b034f734d9 100644 --- a/usr/src/man/man3xcurses/overlay.3xcurses +++ b/usr/src/man/man3xcurses/overlay.3xcurses @@ -211,7 +211,7 @@ char *str; .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -229,5 +229,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcopywin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBwadd_wch\fR(3XCURSES), -\fBwin_wch\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR copywin (3XCURSES), +.BR libcurses (3XCURSES), +.BR wadd_wch (3XCURSES), +.BR win_wch (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/pechochar.3xcurses b/usr/src/man/man3xcurses/pechochar.3xcurses index 89e5f4364a..85c3d4bd78 100644 --- a/usr/src/man/man3xcurses/pechochar.3xcurses +++ b/usr/src/man/man3xcurses/pechochar.3xcurses @@ -71,7 +71,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,5 +89,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBadd_wch\fR(3XCURSES), \fBaddch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBnewpad\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR add_wch (3XCURSES), +.BR addch (3XCURSES), +.BR libcurses (3XCURSES), +.BR newpad (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/putp.3xcurses b/usr/src/man/man3xcurses/putp.3xcurses index 25b8033ef4..9412864702 100644 --- a/usr/src/man/man3xcurses/putp.3xcurses +++ b/usr/src/man/man3xcurses/putp.3xcurses @@ -91,7 +91,7 @@ The output of \fBputp()\fR goes to \fBstdout\fR, not to the file descriptor, .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -109,6 +109,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBputchar\fR(3C), \fBsetupterm\fR(3XCURSES), -\fBtgetent\fR(3XCURSES), \fBtigetflag\fR(3XCURSES), \fBterminfo\fR(4), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR putchar (3C), +.BR libcurses (3XCURSES), +.BR setupterm (3XCURSES), +.BR tgetent (3XCURSES), +.BR tigetflag (3XCURSES), +.BR terminfo (5), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/redrawwin.3xcurses b/usr/src/man/man3xcurses/redrawwin.3xcurses index 38abb33de1..3c6039179e 100644 --- a/usr/src/man/man3xcurses/redrawwin.3xcurses +++ b/usr/src/man/man3xcurses/redrawwin.3xcurses @@ -82,7 +82,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -100,5 +100,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/resetty.3xcurses b/usr/src/man/man3xcurses/resetty.3xcurses index 35c34a4f89..5c88015607 100644 --- a/usr/src/man/man3xcurses/resetty.3xcurses +++ b/usr/src/man/man3xcurses/resetty.3xcurses @@ -42,7 +42,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -60,4 +60,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/ripoffline.3xcurses b/usr/src/man/man3xcurses/ripoffline.3xcurses index 18ff536f27..f6a1969f7d 100644 --- a/usr/src/man/man3xcurses/ripoffline.3xcurses +++ b/usr/src/man/man3xcurses/ripoffline.3xcurses @@ -81,7 +81,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -99,5 +99,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBslk_attroff\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR slk_attroff (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/scr_dump.3xcurses b/usr/src/man/man3xcurses/scr_dump.3xcurses index 861a69baea..278bbbf0ba 100644 --- a/usr/src/man/man3xcurses/scr_dump.3xcurses +++ b/usr/src/man/man3xcurses/scr_dump.3xcurses @@ -83,7 +83,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -101,6 +101,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdelscreen\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), \fBendwin\fR(3XCURSES), -\fBgetwin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR delscreen (3XCURSES), +.BR doupdate (3XCURSES), +.BR endwin (3XCURSES), +.BR getwin (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/scrl.3xcurses b/usr/src/man/man3xcurses/scrl.3xcurses index 2ca4f6ba5a..1aa2c6a960 100644 --- a/usr/src/man/man3xcurses/scrl.3xcurses +++ b/usr/src/man/man3xcurses/scrl.3xcurses @@ -73,7 +73,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -91,5 +91,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBclearok\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR clearok (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/set_term.3xcurses b/usr/src/man/man3xcurses/set_term.3xcurses index 096390537f..a75517201c 100644 --- a/usr/src/man/man3xcurses/set_term.3xcurses +++ b/usr/src/man/man3xcurses/set_term.3xcurses @@ -47,7 +47,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -65,4 +65,6 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/setcchar.3xcurses b/usr/src/man/man3xcurses/setcchar.3xcurses index 831702c9b1..73880d4235 100644 --- a/usr/src/man/man3xcurses/setcchar.3xcurses +++ b/usr/src/man/man3xcurses/setcchar.3xcurses @@ -86,7 +86,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -104,6 +104,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattroff\fR(3XCURSES), \fBcan_change_color\fR(3XCURSES), -\fBgetcchar\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR attroff (3XCURSES), +.BR can_change_color (3XCURSES), +.BR getcchar (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/slk_attroff.3xcurses b/usr/src/man/man3xcurses/slk_attroff.3xcurses index deb0f3d30d..6fd242d91e 100644 --- a/usr/src/man/man3xcurses/slk_attroff.3xcurses +++ b/usr/src/man/man3xcurses/slk_attroff.3xcurses @@ -287,7 +287,7 @@ is likely to follow soon. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -305,6 +305,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattr_get\fR(3XCURSES), \fBattroff\fR(3XCURSES), \fBdelscreen\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBmbstowcs\fR(3C), \fBripoffline\fR(3XCURSES), -\fBwcswidth\fR(3C), \fBwcwidth\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) +.BR mbstowcs (3C), +.BR wcswidth (3C), +.BR wcwidth (3C), +.BR attr_get (3XCURSES), +.BR attroff (3XCURSES), +.BR delscreen (3XCURSES), +.BR libcurses (3XCURSES), +.BR ripoffline (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/standend.3xcurses b/usr/src/man/man3xcurses/standend.3xcurses index 876befd196..67e36dfdf0 100644 --- a/usr/src/man/man3xcurses/standend.3xcurses +++ b/usr/src/man/man3xcurses/standend.3xcurses @@ -64,7 +64,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -82,5 +82,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattr_get\fR(3XCURSES), \fBattroff\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR attr_get (3XCURSES), +.BR attroff (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/stdscr.3xcurses b/usr/src/man/man3xcurses/stdscr.3xcurses index 44999f39e4..3da3ff2409 100644 --- a/usr/src/man/man3xcurses/stdscr.3xcurses +++ b/usr/src/man/man3xcurses/stdscr.3xcurses @@ -28,7 +28,7 @@ functions that to not specify a window using an argument of type \fBWINDOW .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -46,5 +46,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBderwin\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR derwin (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/syncok.3xcurses b/usr/src/man/man3xcurses/syncok.3xcurses index 0a1519f0d0..5c3c8efe2c 100644 --- a/usr/src/man/man3xcurses/syncok.3xcurses +++ b/usr/src/man/man3xcurses/syncok.3xcurses @@ -88,7 +88,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,6 +106,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBderwin\fR(3XCURSES), \fBdoupdate\fR(3XCURSES), -\fBis_linetouched\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR derwin (3XCURSES), +.BR doupdate (3XCURSES), +.BR is_linetouched (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/termattrs.3xcurses b/usr/src/man/man3xcurses/termattrs.3xcurses index 16795f2565..15dbddfc3b 100644 --- a/usr/src/man/man3xcurses/termattrs.3xcurses +++ b/usr/src/man/man3xcurses/termattrs.3xcurses @@ -49,7 +49,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -67,5 +67,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBattr_get\fR(3XCURSES), \fBattroff\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR attr_get (3XCURSES), +.BR attroff (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/termname.3xcurses b/usr/src/man/man3xcurses/termname.3xcurses index 8858587a4e..f857de9562 100644 --- a/usr/src/man/man3xcurses/termname.3xcurses +++ b/usr/src/man/man3xcurses/termname.3xcurses @@ -35,7 +35,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -53,5 +53,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdel_curterm\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR del_curterm (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/tgetent.3xcurses b/usr/src/man/man3xcurses/tgetent.3xcurses index 8e5c1136d8..5fc7147198 100644 --- a/usr/src/man/man3xcurses/tgetent.3xcurses +++ b/usr/src/man/man3xcurses/tgetent.3xcurses @@ -156,7 +156,7 @@ returned by \fBtgetstr()\fR and \fBtgoto()\fR. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -174,5 +174,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBputp\fR(3XCURSES), \fBsetupterm\fR(3XCURSES), -\fBtigetflag\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR putp (3XCURSES), +.BR setupterm (3XCURSES), +.BR tigetflag (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/tigetflag.3xcurses b/usr/src/man/man3xcurses/tigetflag.3xcurses index d687a53ff2..b5ef5e2572 100644 --- a/usr/src/man/man3xcurses/tigetflag.3xcurses +++ b/usr/src/man/man3xcurses/tigetflag.3xcurses @@ -112,7 +112,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -130,5 +130,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBtgetent\fR(3XCURSES), \fBterminfo\fR(4), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR tgetent (3XCURSES), +.BR terminfo (5), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/typeahead.3xcurses b/usr/src/man/man3xcurses/typeahead.3xcurses index d63c54a718..775ab4b61c 100644 --- a/usr/src/man/man3xcurses/typeahead.3xcurses +++ b/usr/src/man/man3xcurses/typeahead.3xcurses @@ -58,7 +58,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -76,5 +76,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBgetch\fR(3XCURSES), \fBinitscr\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR doupdate (3XCURSES), +.BR getch (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/unctrl.3xcurses b/usr/src/man/man3xcurses/unctrl.3xcurses index 7c381a0602..a7570717ea 100644 --- a/usr/src/man/man3xcurses/unctrl.3xcurses +++ b/usr/src/man/man3xcurses/unctrl.3xcurses @@ -48,7 +48,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -66,5 +66,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3XCURSES), \fBaddstr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBwunctrl\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR addch (3XCURSES), +.BR addstr (3XCURSES), +.BR libcurses (3XCURSES), +.BR wunctrl (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/ungetch.3xcurses b/usr/src/man/man3xcurses/ungetch.3xcurses index 43c5a9f26d..8c1041f36c 100644 --- a/usr/src/man/man3xcurses/ungetch.3xcurses +++ b/usr/src/man/man3xcurses/ungetch.3xcurses @@ -65,7 +65,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -83,5 +83,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBget_wch\fR(3XCURSES), \fBgetch\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR get_wch (3XCURSES), +.BR getch (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/use_env.3xcurses b/usr/src/man/man3xcurses/use_env.3xcurses index 6d46857f92..43ce84937d 100644 --- a/usr/src/man/man3xcurses/use_env.3xcurses +++ b/usr/src/man/man3xcurses/use_env.3xcurses @@ -53,7 +53,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -71,5 +71,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdel_curterm\fR(3XCURSES), \fBinitscr\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR del_curterm (3XCURSES), +.BR initscr (3XCURSES), +.BR libcurses (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/vidattr.3xcurses b/usr/src/man/man3xcurses/vidattr.3xcurses index ece54d6403..611427a91c 100644 --- a/usr/src/man/man3xcurses/vidattr.3xcurses +++ b/usr/src/man/man3xcurses/vidattr.3xcurses @@ -133,7 +133,7 @@ displayed. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,6 +151,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdoupdate\fR(3XCURSES), \fBis_linetouched\fR(3XCURSES), -\fBlibcurses\fR(3XCURSES), \fBputchar\fR(3C), \fBtigetflag\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR putchar (3C), +.BR doupdate (3XCURSES), +.BR is_linetouched (3XCURSES), +.BR libcurses (3XCURSES), +.BR tigetflag (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/vw_printw.3xcurses b/usr/src/man/man3xcurses/vw_printw.3xcurses index 136d25bf62..477de5270a 100644 --- a/usr/src/man/man3xcurses/vw_printw.3xcurses +++ b/usr/src/man/man3xcurses/vw_printw.3xcurses @@ -73,7 +73,7 @@ work, due to the requirements to include <\fBvarargs.h\fR> and .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -91,5 +91,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBmvprintw\fR(3XCURSES), \fBprintf\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR printf (3C), +.BR libcurses (3XCURSES), +.BR mvprintw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/vw_scanw.3xcurses b/usr/src/man/man3xcurses/vw_scanw.3xcurses index 7dd581cd7c..8c7f3adad7 100644 --- a/usr/src/man/man3xcurses/vw_scanw.3xcurses +++ b/usr/src/man/man3xcurses/vw_scanw.3xcurses @@ -73,7 +73,7 @@ which both contain definitions of \fBva_list\fR. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -91,5 +91,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBmvscanw\fR(3XCURSES), \fBscanf\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR scanf (3C), +.BR libcurses (3XCURSES), +.BR mvscanw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/vwprintw.3xcurses b/usr/src/man/man3xcurses/vwprintw.3xcurses index 6d476e3ad1..6cb2d49d40 100644 --- a/usr/src/man/man3xcurses/vwprintw.3xcurses +++ b/usr/src/man/man3xcurses/vwprintw.3xcurses @@ -74,7 +74,7 @@ the same file will not work, due to the requirements to include .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -92,5 +92,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBmvprintw\fR(3XCURSES), \fBprintf\fR(3C), -\fBvw_printw\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR printf (3C), +.BR libcurses (3XCURSES), +.BR mvprintw (3XCURSES), +.BR vw_printw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/vwscanw.3xcurses b/usr/src/man/man3xcurses/vwscanw.3xcurses index 6af1a01b28..36cab965c1 100644 --- a/usr/src/man/man3xcurses/vwscanw.3xcurses +++ b/usr/src/man/man3xcurses/vwscanw.3xcurses @@ -74,7 +74,7 @@ the same file will not work, due to the requirements to include .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -92,5 +92,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBmvscanw\fR(3XCURSES), \fBscanf\fR(3C), -\fBvw_scanw\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5) +.BR scanf (3C), +.BR libcurses (3XCURSES), +.BR mvscanw (3XCURSES), +.BR vw_scanw (3XCURSES), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3xcurses/wunctrl.3xcurses b/usr/src/man/man3xcurses/wunctrl.3xcurses index 85cf67b8b0..143b46ef6c 100644 --- a/usr/src/man/man3xcurses/wunctrl.3xcurses +++ b/usr/src/man/man3xcurses/wunctrl.3xcurses @@ -61,7 +61,7 @@ No errors are defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -79,5 +79,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBkeyname\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBunctrl\fR(3XCURSES), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR keyname (3XCURSES), +.BR libcurses (3XCURSES), +.BR unctrl (3XCURSES), +.BR attributes (7), +.BR standards (7) |