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/man3curses | |
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/man3curses')
102 files changed, 804 insertions, 583 deletions
diff --git a/usr/src/man/man3curses/curs_addch.3curses b/usr/src/man/man3curses/curs_addch.3curses index e8958eefeb..dc9efcba86 100644 --- a/usr/src/man/man3curses/curs_addch.3curses +++ b/usr/src/man/man3curses/curs_addch.3curses @@ -152,7 +152,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -168,9 +168,14 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_attr\fR(3CURSES), \fBcurs_clear\fR(3CURSES), \fBcurs_inch\fR(3CURSES), -\fBcurs_outopts\fR(3CURSES), \fBcurs_refresh\fR(3CURSES), -\fBcurses\fR(3CURSES), \fBputc\fR(3C), \fBattributes\fR(5) +.BR putc (3C), +.BR curs_attr (3CURSES), +.BR curs_clear (3CURSES), +.BR curs_inch (3CURSES), +.BR curs_outopts (3CURSES), +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_addchstr.3curses b/usr/src/man/man3curses/curs_addchstr.3curses index d3f4cfd8d1..b7d3089449 100644 --- a/usr/src/man/man3curses/curs_addchstr.3curses +++ b/usr/src/man/man3curses/curs_addchstr.3curses @@ -78,7 +78,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -94,7 +94,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_addstr\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_addstr (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_addstr.3curses b/usr/src/man/man3curses/curs_addstr.3curses index 398687339e..945f984601 100644 --- a/usr/src/man/man3curses/curs_addstr.3curses +++ b/usr/src/man/man3curses/curs_addstr.3curses @@ -69,7 +69,7 @@ other than \fBERR\fR upon successful completion. .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,7 +85,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_addch\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_addch (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_addwch.3curses b/usr/src/man/man3curses/curs_addwch.3curses index d00e9b2af2..9fbc70736d 100644 --- a/usr/src/man/man3curses/curs_addwch.3curses +++ b/usr/src/man/man3curses/curs_addwch.3curses @@ -150,7 +150,7 @@ All routines return the integer \fBERR\fR upon failure and an integer value other than \fBERR\fR upon successful completion, unless otherwise noted in the preceding routine descriptions. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -164,10 +164,17 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBputwchar\fR(3C), \fBclrtoeol\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBcurs_attr\fR(3CURSES), \fBcurs_inwch\fR(3CURSES), -\fBcurs_outopts\fR(3CURSES), \fBrefresh\fR(3CURSES), \fBstandout\fR(3CURSES), -\fBwinwch\fR(3CURSES), \fBwrefresh\fR(3CURSES), \fBattributes\fR(5) +.BR putwchar (3C), +.BR clrtoeol (3CURSES), +.BR curs_attr (3CURSES), +.BR curs_inwch (3CURSES), +.BR curs_outopts (3CURSES), +.BR curses (3CURSES), +.BR refresh (3CURSES), +.BR standout (3CURSES), +.BR winwch (3CURSES), +.BR wrefresh (3CURSES), +.BR attributes (7) .SH NOTES The header file <\fBcurses.h\fR> automatically includes the header files <\fBstdio.h\fR>, <\fBunctrl.h\fR> and <\fBwidec.h\fR>. diff --git a/usr/src/man/man3curses/curs_addwchstr.3curses b/usr/src/man/man3curses/curs_addwchstr.3curses index 66c9e25a79..43cb10c6da 100644 --- a/usr/src/man/man3curses/curs_addwchstr.3curses +++ b/usr/src/man/man3curses/curs_addwchstr.3curses @@ -76,7 +76,7 @@ All routines return the integer \fBERR\fR upon failure and an integer value other than \fBERR\fR upon successful completion, unless otherwise noted in the preceding routine descriptions. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -90,7 +90,9 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBcurses\fR(3CURSES), \fBwaddnwstr\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR waddnwstr (3CURSES), +.BR attributes (7) .SH NOTES The header file <\fBcurses.h\fR> automatically includes the header files <\fBstdio.h\fR>, <\fBunctrl.h\fR> and <\fBwidec.h\fR>. diff --git a/usr/src/man/man3curses/curs_addwstr.3curses b/usr/src/man/man3curses/curs_addwstr.3curses index f2ce50d27d..3212589e0d 100644 --- a/usr/src/man/man3curses/curs_addwstr.3curses +++ b/usr/src/man/man3curses/curs_addwstr.3curses @@ -67,7 +67,7 @@ the entire string will be added. All routines return the integer \fBERR\fR upon failure and an integer value other than \fBERR\fR upon successful completion. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -81,7 +81,9 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBcurses\fR(3CURSES), \fBwaddwch\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR waddwch (3CURSES), +.BR attributes (7) .SH NOTES The header file <\fBcurses.h\fR> automatically includes the header files <\fBstdio.h\fR>, <\fBnctrl.h\fR> and <\fBwidec.h\fR>. diff --git a/usr/src/man/man3curses/curs_alecompat.3curses b/usr/src/man/man3curses/curs_alecompat.3curses index 78175d8638..e495aa46ad 100644 --- a/usr/src/man/man3curses/curs_alecompat.3curses +++ b/usr/src/man/man3curses/curs_alecompat.3curses @@ -74,7 +74,7 @@ other than \fBERR\fR upon successful completion. .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,7 +90,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBgetyx\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR getyx (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_attr.3curses b/usr/src/man/man3curses/curs_attr.3curses index 6eaa543c25..76a7d146d2 100644 --- a/usr/src/man/man3curses/curs_attr.3curses +++ b/usr/src/man/man3curses/curs_attr.3curses @@ -187,7 +187,7 @@ These routines always return 1. .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 @@ -203,8 +203,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_addch\fR(3CURSES), \fBcurs_addstr\fR(3CURSES), -\fBcurs_printw\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_addch (3CURSES), +.BR curs_addstr (3CURSES), +.BR curs_printw (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_beep.3curses b/usr/src/man/man3curses/curs_beep.3curses index 5b66162f62..41831bab66 100644 --- a/usr/src/man/man3curses/curs_beep.3curses +++ b/usr/src/man/man3curses/curs_beep.3curses @@ -38,7 +38,7 @@ These routines always return \fBOK\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 @@ -54,7 +54,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_bkgd.3curses b/usr/src/man/man3curses/curs_bkgd.3curses index 9835f275ec..8dfaa0dfa7 100644 --- a/usr/src/man/man3curses/curs_bkgd.3curses +++ b/usr/src/man/man3curses/curs_bkgd.3curses @@ -62,7 +62,7 @@ integer, if \fBimmedok()\fR is set. See \fBcurs_outopts\fR(3CURSES). .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,8 +78,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_addch\fR(3CURSES), \fBcurs_outopts\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_addch (3CURSES), +.BR curs_outopts (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_border.3curses b/usr/src/man/man3curses/curs_border.3curses index 2bb09c5fa6..d44d06c325 100644 --- a/usr/src/man/man3curses/curs_border.3curses +++ b/usr/src/man/man3curses/curs_border.3curses @@ -104,7 +104,7 @@ All routines return the integer \fBOK\fR, or a non-negative integer if .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 @@ -120,7 +120,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_outopts\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_outopts (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_clear.3curses b/usr/src/man/man3curses/curs_clear.3curses index 7f76131ad7..ba4c177b45 100644 --- a/usr/src/man/man3curses/curs_clear.3curses +++ b/usr/src/man/man3curses/curs_clear.3curses @@ -80,7 +80,7 @@ All routines return the integer \fBOK\fR, or a non-negative integer if .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 @@ -96,8 +96,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_outopts\fR(3CURSES), \fBcurs_refresh\fR(3CURSES), -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_outopts (3CURSES), +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_color.3curses b/usr/src/man/man3curses/curs_color.3curses index 6e833f4d47..29baa7b454 100644 --- a/usr/src/man/man3curses/curs_color.3curses +++ b/usr/src/man/man3curses/curs_color.3curses @@ -157,7 +157,7 @@ upon successful completion. .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 @@ -173,8 +173,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_attr\fR(3CURSES), \fBcurs_initscr\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_attr (3CURSES), +.BR curs_initscr (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_delch.3curses b/usr/src/man/man3curses/curs_delch.3curses index 2eafb8fb7a..af39c3ad67 100644 --- a/usr/src/man/man3curses/curs_delch.3curses +++ b/usr/src/man/man3curses/curs_delch.3curses @@ -48,7 +48,7 @@ other than \fBERR\fR upon successful completion. .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,7 +64,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_deleteln.3curses b/usr/src/man/man3curses/curs_deleteln.3curses index d9f04d1ade..d517842579 100644 --- a/usr/src/man/man3curses/curs_deleteln.3curses +++ b/usr/src/man/man3curses/curs_deleteln.3curses @@ -69,7 +69,7 @@ other than \fBERR\fR upon successful completion. .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,7 +85,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_getch.3curses b/usr/src/man/man3curses/curs_getch.3curses index 24fe0a96d0..3f57744f98 100644 --- a/usr/src/man/man3curses/curs_getch.3curses +++ b/usr/src/man/man3curses/curs_getch.3curses @@ -192,7 +192,7 @@ code upon successful completion. .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 @@ -208,8 +208,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_inopts\fR(3CURSES), \fBcurs_move\fR(3CURSES), -\fBcurs_refresh\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_inopts (3CURSES), +.BR curs_move (3CURSES), +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_getstr.3curses b/usr/src/man/man3curses/curs_getstr.3curses index e66b90c2a0..2ed9325749 100644 --- a/usr/src/man/man3curses/curs_getstr.3curses +++ b/usr/src/man/man3curses/curs_getstr.3curses @@ -55,7 +55,7 @@ other than \fBERR\fR upon successful completion. .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,7 +71,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_getch\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_getch (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_getwch.3curses b/usr/src/man/man3curses/curs_getwch.3curses index b146753877..f50a319031 100644 --- a/usr/src/man/man3curses/curs_getwch.3curses +++ b/usr/src/man/man3curses/curs_getwch.3curses @@ -77,7 +77,7 @@ The following function keys, defined in \fB<curses.h>\fR, might be returned by \fBgetwch()\fR if \fBkeypad\fR has been enabled. Note that not all of these may be supported on a particular terminal if the terminal does not transmit a unique code when the key is pressed or if the definition for the key is not -present in the \fBterminfo\fR(4) database. +present in the \fBterminfo\fR(5) database. .sp .sp @@ -191,7 +191,7 @@ other than \fBERR\fR upon successful completion. .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,8 +207,12 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBcurs_inopts\fR(3CURSES), \fBcurs_move\fR(3CURSES), -\fBwrefresh\fR(3CURSES), \fBterminfo\fR(4), \fBattributes\fR(5) +.BR curs_inopts (3CURSES), +.BR curs_move (3CURSES), +.BR curses (3CURSES), +.BR wrefresh (3CURSES), +.BR terminfo (5), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_getwstr.3curses b/usr/src/man/man3curses/curs_getwstr.3curses index 7bbff59cad..c999a82fb2 100644 --- a/usr/src/man/man3curses/curs_getwstr.3curses +++ b/usr/src/man/man3curses/curs_getwstr.3curses @@ -71,7 +71,7 @@ other than \fBERR\fR upon successful completion. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -87,7 +87,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBgetwch\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR getwch (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_getyx.3curses b/usr/src/man/man3curses/curs_getyx.3curses index 9dd998fbde..0cd35f5ca3 100644 --- a/usr/src/man/man3curses/curs_getyx.3curses +++ b/usr/src/man/man3curses/curs_getyx.3curses @@ -55,7 +55,7 @@ used as the right-hand side of assignment statements). .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,7 +71,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inch.3curses b/usr/src/man/man3curses/curs_inch.3curses index bc9e316bbd..6cf43d9449 100644 --- a/usr/src/man/man3curses/curs_inch.3curses +++ b/usr/src/man/man3curses/curs_inch.3curses @@ -75,7 +75,7 @@ Bit-mask to extract color-pair field information .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,7 +91,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inchstr.3curses b/usr/src/man/man3curses/curs_inchstr.3curses index 62e5d321f9..7fe23d63fe 100644 --- a/usr/src/man/man3curses/curs_inchstr.3curses +++ b/usr/src/man/man3curses/curs_inchstr.3curses @@ -71,7 +71,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -87,7 +87,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_inch\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_inch (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_initscr.3curses b/usr/src/man/man3curses/curs_initscr.3curses index 6983540823..934bf62a22 100644 --- a/usr/src/man/man3curses/curs_initscr.3curses +++ b/usr/src/man/man3curses/curs_initscr.3curses @@ -105,7 +105,7 @@ Routines that return pointers always return \fINULL\fR on error. .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 @@ -121,9 +121,12 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_kernel\fR(3CURSES), \fBcurs_refresh\fR(3CURSES), -\fBcurs_slk\fR(3CURSES), \fBcurs_util\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_kernel (3CURSES), +.BR curs_refresh (3CURSES), +.BR curs_slk (3CURSES), +.BR curs_util (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inopts.3curses b/usr/src/man/man3curses/curs_inopts.3curses index 716748cd7d..663eada4bf 100644 --- a/usr/src/man/man3curses/curs_inopts.3curses +++ b/usr/src/man/man3curses/curs_inopts.3curses @@ -157,7 +157,7 @@ value for keypad is false. .sp .LP Initially, whether the terminal returns 7 or 8 significant bits on input -depends on the control mode of the tty driver (see \fBtermio\fR(7I)). To force +depends on the control mode of the tty driver (see \fBtermio\fR(4I)). To force 8 bits to be returned, invoke \fBmeta\fR(\fIwin\fR, \fBTRUE\fR). To force 7 bits to be returned, invoke \fBmeta\fR(\fIwin\fR, \fBFALSE\fR). The window argument, \fIwin\fR, is always ignored. If the terminfo capabilities \fBsmm\fR @@ -189,7 +189,7 @@ by \fBcurses\fR. .LP When the \fBnoqiflush()\fR routine is used, normal flush of input and output queues associated with the \fBINTR\fR, \fBQUIT\fR and \fBSUSP\fR characters -will not be done (see \fBtermio\fR(7I)). When \fBqiflush()\fR is called, the +will not be done (see \fBtermio\fR(4I)). When \fBqiflush()\fR is called, the queues will be flushed when these control characters are read. .sp .LP @@ -222,7 +222,7 @@ noted in the preceding routine descriptions. .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 @@ -238,8 +238,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_getch\fR(3CURSES), \fBcurs_initscr\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5), \fBtermio\fR(7I) +.BR curs_getch (3CURSES), +.BR curs_initscr (3CURSES), +.BR curses (3CURSES), +.BR termio (4I), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_insch.3curses b/usr/src/man/man3curses/curs_insch.3curses index dd2c3b4041..7bd0911cdf 100644 --- a/usr/src/man/man3curses/curs_insch.3curses +++ b/usr/src/man/man3curses/curs_insch.3curses @@ -48,7 +48,7 @@ other than \fBERR\fR upon successful completion. .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,7 +64,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_insstr.3curses b/usr/src/man/man3curses/curs_insstr.3curses index 08d626e351..7bbe788b62 100644 --- a/usr/src/man/man3curses/curs_insstr.3curses +++ b/usr/src/man/man3curses/curs_insstr.3curses @@ -81,7 +81,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -97,8 +97,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_clear\fR(3CURSES), \fBcurs_inch\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_clear (3CURSES), +.BR curs_inch (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_instr.3curses b/usr/src/man/man3curses/curs_instr.3curses index dbfd978745..6d490641cb 100644 --- a/usr/src/man/man3curses/curs_instr.3curses +++ b/usr/src/man/man3curses/curs_instr.3curses @@ -68,7 +68,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -84,7 +84,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inswch.3curses b/usr/src/man/man3curses/curs_inswch.3curses index 3bf225ee8d..47ec47c1d7 100644 --- a/usr/src/man/man3curses/curs_inswch.3curses +++ b/usr/src/man/man3curses/curs_inswch.3curses @@ -49,7 +49,7 @@ other than \fBERR\fR upon successful completion. .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,7 +65,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inswstr.3curses b/usr/src/man/man3curses/curs_inswstr.3curses index 65591001f8..55dd86975b 100644 --- a/usr/src/man/man3curses/curs_inswstr.3curses +++ b/usr/src/man/man3curses/curs_inswstr.3curses @@ -82,7 +82,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -98,8 +98,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBclrtoeol\fR(3CURSES), \fBcurses\fR(3CURSES), \fBwinwch\fR(3CURSES), -\fBattributes\fR(5) +.BR clrtoeol (3CURSES), +.BR curses (3CURSES), +.BR winwch (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inwch.3curses b/usr/src/man/man3curses/curs_inwch.3curses index b7d2f3b7c1..ee8cbf132b 100644 --- a/usr/src/man/man3curses/curs_inwch.3curses +++ b/usr/src/man/man3curses/curs_inwch.3curses @@ -56,7 +56,7 @@ A_WATTRIBUTES Bit-mask to extract attributes .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,7 +72,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inwchstr.3curses b/usr/src/man/man3curses/curs_inwchstr.3curses index 8a2c4b3da2..d0fe036fba 100644 --- a/usr/src/man/man3curses/curs_inwchstr.3curses +++ b/usr/src/man/man3curses/curs_inwchstr.3curses @@ -71,7 +71,7 @@ other than \fBERR\fR upon successful completion. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -87,7 +87,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBcurs_inwch\fR(3CURSES), \fBattributes\fR(5) +.BR curs_inwch (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_inwstr.3curses b/usr/src/man/man3curses/curs_inwstr.3curses index 1c37b31240..c9903f4bc5 100644 --- a/usr/src/man/man3curses/curs_inwstr.3curses +++ b/usr/src/man/man3curses/curs_inwstr.3curses @@ -69,7 +69,7 @@ other than \fBERR\fR upon successful completion. .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,7 +85,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_kernel.3curses b/usr/src/man/man3curses/curs_kernel.3curses index 2c8a38b49f..58d29708e9 100644 --- a/usr/src/man/man3curses/curs_kernel.3curses +++ b/usr/src/man/man3curses/curs_kernel.3curses @@ -140,7 +140,7 @@ Except for \fBcurs_set()\fR, these routines always return \fBOK\fR. \fBcurs_set()\fR returns the previous cursor state, or \fBERR\fR if the requested \fIvisibility\fR is not supported. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -154,9 +154,13 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBcurs_initscr\fR(3CURSES), \fBcurs_outopts\fR(3CURSES), -\fBcurs_refresh\fR(3CURSES), \fBcurs_scr_dump\fR(3CURSES), -\fBcurs_slk\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_initscr (3CURSES), +.BR curs_outopts (3CURSES), +.BR curs_refresh (3CURSES), +.BR curs_scr_dump (3CURSES), +.BR curs_slk (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES The header <\fBcurses.h\fR> automatically includes the headers <\fBstdio.h\fR> and <\fBunctrl.h\fR>. diff --git a/usr/src/man/man3curses/curs_move.3curses b/usr/src/man/man3curses/curs_move.3curses index 382bb8f66c..c72103420c 100644 --- a/usr/src/man/man3curses/curs_move.3curses +++ b/usr/src/man/man3curses/curs_move.3curses @@ -36,7 +36,7 @@ other than \fBERR\fR upon successful completion. .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 @@ -52,7 +52,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_refresh\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_outopts.3curses b/usr/src/man/man3curses/curs_outopts.3curses index 8f394eba2d..c925c307e8 100644 --- a/usr/src/man/man3curses/curs_outopts.3curses +++ b/usr/src/man/man3curses/curs_outopts.3curses @@ -144,7 +144,7 @@ linefeed capability, resulting in faster cursor motion. .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 @@ -160,9 +160,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_addch\fR(3CURSES), \fBcurs_clear\fR(3CURSES), -\fBcurs_initscr\fR(3CURSES), \fBcurs_refresh\fR(3CURSES), -\fBcurs_scroll\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_addch (3CURSES), +.BR curs_clear (3CURSES), +.BR curs_initscr (3CURSES), +.BR curs_refresh (3CURSES), +.BR curs_scroll (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_overlay.3curses b/usr/src/man/man3curses/curs_overlay.3curses index b160e1f425..91a4c57cd9 100644 --- a/usr/src/man/man3curses/curs_overlay.3curses +++ b/usr/src/man/man3curses/curs_overlay.3curses @@ -54,7 +54,7 @@ value other than \fBERR\fR upon successful completion. .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,8 +70,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_pad\fR(3CURSES), \fBcurs_refresh\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_pad (3CURSES), +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_pad.3curses b/usr/src/man/man3curses/curs_pad.3curses index 50392f3b60..70e89c8d28 100644 --- a/usr/src/man/man3curses/curs_pad.3curses +++ b/usr/src/man/man3curses/curs_pad.3curses @@ -105,7 +105,7 @@ Routines that return pointers return \fINULL\fR on error. .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 @@ -121,10 +121,16 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBaddch\fR(3CURSES), \fBcurses\fR(3CURSES), \fBrefresh\fR(3CURSES), -\fBsubwin\fR(3CURSES), \fBtouchline\fR(3CURSES), \fBtouchwin\fR(3CURSES), -\fBwaddch\fR(3CURSES), \fBwnoutrefresh\fR(3CURSES), \fBwrefresh\fR(3CURSES), -\fBattributes\fR(5) +.BR addch (3CURSES), +.BR curses (3CURSES), +.BR refresh (3CURSES), +.BR subwin (3CURSES), +.BR touchline (3CURSES), +.BR touchwin (3CURSES), +.BR waddch (3CURSES), +.BR wnoutrefresh (3CURSES), +.BR wrefresh (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_printw.3curses b/usr/src/man/man3curses/curs_printw.3curses index a73dc4f15e..ee166ea14b 100644 --- a/usr/src/man/man3curses/curs_printw.3curses +++ b/usr/src/man/man3curses/curs_printw.3curses @@ -60,7 +60,7 @@ other than \fBERR\fR upon successful completion. .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,7 +76,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBprintf\fR(3C), \fBvprintf\fR(3C), \fBattributes\fR(5) +.BR printf (3C), +.BR vprintf (3C), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_refresh.3curses b/usr/src/man/man3curses/curs_refresh.3curses index 2a17934f1d..5c2aa75d88 100644 --- a/usr/src/man/man3curses/curs_refresh.3curses +++ b/usr/src/man/man3curses/curs_refresh.3curses @@ -91,7 +91,7 @@ other than \fBERR\fR upon successful completion. .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,7 +107,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_outopts\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_outopts (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_scanw.3curses b/usr/src/man/man3curses/curs_scanw.3curses index 2a3ecda8fe..59722331f2 100644 --- a/usr/src/man/man3curses/curs_scanw.3curses +++ b/usr/src/man/man3curses/curs_scanw.3curses @@ -64,7 +64,7 @@ number of fields which were mapped in the call. .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 @@ -80,8 +80,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_getstr\fR(3CURSES), \fBcurs_printw\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBscanf\fR(3C), \fBattributes\fR(5) +.BR scanf (3C), +.BR curs_getstr (3CURSES), +.BR curs_printw (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_scr_dump.3curses b/usr/src/man/man3curses/curs_scr_dump.3curses index deaed8c3a7..025b72f981 100644 --- a/usr/src/man/man3curses/curs_scr_dump.3curses +++ b/usr/src/man/man3curses/curs_scr_dump.3curses @@ -72,7 +72,7 @@ success. .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,9 +88,12 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_initscr\fR(3CURSES), \fBcurs_refresh\fR(3CURSES), -\fBcurs_util\fR(3CURSES), \fBcurses\fR(3CURSES), \fBsystem\fR(3C), -\fBattributes\fR(5) +.BR system (3C), +.BR curs_initscr (3CURSES), +.BR curs_refresh (3CURSES), +.BR curs_util (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_scroll.3curses b/usr/src/man/man3curses/curs_scroll.3curses index e3d09eaa4f..fe481537fd 100644 --- a/usr/src/man/man3curses/curs_scroll.3curses +++ b/usr/src/man/man3curses/curs_scroll.3curses @@ -50,7 +50,7 @@ other than \fBERR\fR upon successful completion. .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,7 +66,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_outopts\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_outopts (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_slk.3curses b/usr/src/man/man3curses/curs_slk.3curses index d30dd010a6..5deb2cdb2c 100644 --- a/usr/src/man/man3curses/curs_slk.3curses +++ b/usr/src/man/man3curses/curs_slk.3curses @@ -128,7 +128,7 @@ value other than \fBERR\fR upon successful completion. .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,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_attr\fR(3CURSES), \fBcurs_initscr\fR(3CURSES), -\fBcurs_refresh\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_attr (3CURSES), +.BR curs_initscr (3CURSES), +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_termattrs.3curses b/usr/src/man/man3curses/curs_termattrs.3curses index 7dceb8f4dd..28d97af840 100644 --- a/usr/src/man/man3curses/curs_termattrs.3curses +++ b/usr/src/man/man3curses/curs_termattrs.3curses @@ -107,7 +107,7 @@ value other than \fBERR\fR upon successful completion. .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 @@ -123,8 +123,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_initscr\fR(3CURSES), \fBcurs_outopts\fR(3CURSES), -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_initscr (3CURSES), +.BR curs_outopts (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_termcap.3curses b/usr/src/man/man3curses/curs_termcap.3curses index 4f473f2cf7..bf24979026 100644 --- a/usr/src/man/man3curses/curs_termcap.3curses +++ b/usr/src/man/man3curses/curs_termcap.3curses @@ -83,7 +83,7 @@ Routines that return pointers return \fINULL\fR on error. .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,8 +99,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_terminfo\fR(3CURSES), \fBcurses\fR(3CURSES), \fBputc\fR(3C), -\fBattributes\fR(5) +.BR putc (3C), +.BR curs_terminfo (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_terminfo.3curses b/usr/src/man/man3curses/curs_terminfo.3curses index d915d9b0c7..a402815e61 100644 --- a/usr/src/man/man3curses/curs_terminfo.3curses +++ b/usr/src/man/man3curses/curs_terminfo.3curses @@ -96,7 +96,7 @@ routines are more suitable and their use is recommended. .LP Initially, \fBsetupterm()\fR should be called. Note that \fBsetupterm()\fR is automatically called by \fBinitscr()\fR and \fBnewterm()\fR. This defines the -set of terminal-dependent variables (listed in \fBterminfo\fR(4)). The +set of terminal-dependent variables (listed in \fBterminfo\fR(5)). The \fIterminfo\fR variables \fBlines\fR and \fBcolumns\fR are initialized by \fBsetupterm()\fR as follows: If \fBuse_env(FALSE)\fR has been called, values for \fBlines\fR and \fBcolumns\fR specified in \fIterminfo\fR are used. @@ -219,7 +219,7 @@ With the \fBtigetstr()\fR routine, the value \fB(char *)\(mi1\fR is returned if .sp .LP The \fIcapname\fR for each capability is given in the table column entitled -\fIcapname\fR code in the capabilities section of \fBterminfo\fR(4). +\fIcapname\fR code in the capabilities section of \fBterminfo\fR(5). .sp .in +2 .nf @@ -245,7 +245,7 @@ Routines that return pointers always return \fINULL\fR on error. .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 @@ -261,9 +261,13 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_initscr\fR(3CURSES), \fBcurs_kernel\fR(3CURSES), -\fBcurs_termcap\fR(3CURSES), \fBcurses\fR(3CURSES), \fBputc\fR(3C), -\fBterminfo\fR(4), \fBattributes\fR(5) +.BR putc (3C), +.BR curs_initscr (3CURSES), +.BR curs_kernel (3CURSES), +.BR curs_termcap (3CURSES), +.BR curses (3CURSES), +.BR terminfo (5), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_touch.3curses b/usr/src/man/man3curses/curs_touch.3curses index 075662148d..bdf78739d8 100644 --- a/usr/src/man/man3curses/curs_touch.3curses +++ b/usr/src/man/man3curses/curs_touch.3curses @@ -77,7 +77,7 @@ preceding routine descriptions. .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 @@ -93,7 +93,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_refresh\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_util.3curses b/usr/src/man/man3curses/curs_util.3curses index 9328772579..3bd0f36535 100644 --- a/usr/src/man/man3curses/curs_util.3curses +++ b/usr/src/man/man3curses/curs_util.3curses @@ -111,7 +111,7 @@ Routines that return pointers return \fINULL\fR on error. .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 @@ -127,8 +127,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_initscr\fR(3CURSES), \fBcurs_scr_dump\fR(3CURSES), -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curs_initscr (3CURSES), +.BR curs_scr_dump (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curs_window.3curses b/usr/src/man/man3curses/curs_window.3curses index f7d446ede3..d85534c61d 100644 --- a/usr/src/man/man3curses/curs_window.3curses +++ b/usr/src/man/man3curses/curs_window.3curses @@ -156,7 +156,7 @@ Routines that return pointers return \fINULL\fR on error. .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,8 +172,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_refresh\fR(3CURSES), \fBcurs_touch\fR(3CURSES), \fBcurses\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_refresh (3CURSES), +.BR curs_touch (3CURSES), +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/curses.3curses b/usr/src/man/man3curses/curses.3curses index b0ff52ab5a..6cc1aa7ff8 100644 --- a/usr/src/man/man3curses/curses.3curses +++ b/usr/src/man/man3curses/curses.3curses @@ -47,7 +47,7 @@ Most programs would additionally use the sequence: Before a \fBcurses\fR program is run, the tab stops of the terminal should be set and its initialization strings, if defined, must be output. This can be done by executing the \fBtput init\fR command after the shell environment -variable \fBTERM\fR has been exported. (See \fBterminfo\fR(4) for further +variable \fBTERM\fR has been exported. (See \fBterminfo\fR(5) for further details.) .sp .LP @@ -228,7 +228,7 @@ Manual Page Name \fBaddch\fR .ad .RS 23n -\fBcurs_addch\fR(3CURSES) +.BR curs_addch (3CURSES) .RE .sp @@ -237,7 +237,7 @@ Manual Page Name \fBaddchnstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -246,7 +246,7 @@ Manual Page Name \fBaddchstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -255,7 +255,7 @@ Manual Page Name \fBaddnstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -264,7 +264,7 @@ Manual Page Name \fBaddnwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -273,7 +273,7 @@ Manual Page Name \fBaddstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -282,7 +282,7 @@ Manual Page Name \fBaddwch\fR .ad .RS 23n -\fBcurs_addwch\fR(3CURSES) +.BR curs_addwch (3CURSES) .RE .sp @@ -291,7 +291,7 @@ Manual Page Name \fBaddwchnstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -300,7 +300,7 @@ Manual Page Name \fBaddwchstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -309,7 +309,7 @@ Manual Page Name \fBaddwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -318,7 +318,7 @@ Manual Page Name \fBadjcurspos\fR .ad .RS 23n -\fBcurs_alecompat\fR(3CURSES) +.BR curs_alecompat (3CURSES) .RE .sp @@ -327,7 +327,7 @@ Manual Page Name \fBattroff\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -336,7 +336,7 @@ Manual Page Name \fBattron\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -345,7 +345,7 @@ Manual Page Name \fBattrset\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -354,7 +354,7 @@ Manual Page Name \fBbaudrate\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -363,7 +363,7 @@ Manual Page Name \fBbeep\fR .ad .RS 23n -\fBcurs_beep\fR(3CURSES) +.BR curs_beep (3CURSES) .RE .sp @@ -372,7 +372,7 @@ Manual Page Name \fBbkgd\fR .ad .RS 23n -\fBcurs_bkgd\fR(3CURSES) +.BR curs_bkgd (3CURSES) .RE .sp @@ -381,7 +381,7 @@ Manual Page Name \fBbkgdset\fR .ad .RS 23n -\fBcurs_bkgd\fR(3CURSES) +.BR curs_bkgd (3CURSES) .RE .sp @@ -390,7 +390,7 @@ Manual Page Name \fBborder\fR .ad .RS 23n -\fBcurs_border\fR(3CURSES) +.BR curs_border (3CURSES) .RE .sp @@ -399,7 +399,7 @@ Manual Page Name \fBbox\fR .ad .RS 23n -\fBcurs_border\fR(3CURSES) +.BR curs_border (3CURSES) .RE .sp @@ -408,7 +408,7 @@ Manual Page Name \fBcan_change_color\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -417,7 +417,7 @@ Manual Page Name \fBcbreak\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -426,7 +426,7 @@ Manual Page Name \fBclear\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -435,7 +435,7 @@ Manual Page Name \fBclearok\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -444,7 +444,7 @@ Manual Page Name \fBclrtobot\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -453,7 +453,7 @@ Manual Page Name \fBclrtoeol\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -462,7 +462,7 @@ Manual Page Name \fBcolor_content\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -471,7 +471,7 @@ Manual Page Name \fBcopywin\fR .ad .RS 23n -\fBcurs_overlay\fR(3CURSES) +.BR curs_overlay (3CURSES) .RE .sp @@ -480,7 +480,7 @@ Manual Page Name \fBcurs_set\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -489,7 +489,7 @@ Manual Page Name \fBdef_prog_mode\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -498,7 +498,7 @@ Manual Page Name \fBdef_shell_mode\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -507,7 +507,7 @@ Manual Page Name \fBdel_curterm\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -516,7 +516,7 @@ Manual Page Name \fBdelay_output\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -525,7 +525,7 @@ Manual Page Name \fBdelch\fR .ad .RS 23n -\fBcurs_delch\fR(3CURSES) +.BR curs_delch (3CURSES) .RE .sp @@ -534,7 +534,7 @@ Manual Page Name \fBdeleteln\fR .ad .RS 23n -\fBcurs_deleteln\fR(3CURSES) +.BR curs_deleteln (3CURSES) .RE .sp @@ -543,7 +543,7 @@ Manual Page Name \fBdelscreen\fR .ad .RS 23n -\fBcurs_initscr\fR(3CURSES) +.BR curs_initscr (3CURSES) .RE .sp @@ -552,7 +552,7 @@ Manual Page Name \fBdelwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -561,7 +561,7 @@ Manual Page Name \fBderwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -570,7 +570,7 @@ Manual Page Name \fBdoupdate\fR .ad .RS 23n -\fBcurs_refresh\fR(3CURSES) +.BR curs_refresh (3CURSES) .RE .sp @@ -579,7 +579,7 @@ Manual Page Name \fBdupwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -588,7 +588,7 @@ Manual Page Name \fBecho\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -597,7 +597,7 @@ Manual Page Name \fBechochar\fR .ad .RS 23n -\fBcurs_addch\fR(3CURSES) +.BR curs_addch (3CURSES) .RE .sp @@ -606,7 +606,7 @@ Manual Page Name \fBechowchar\fR .ad .RS 23n -\fBcurs_addwch\fR(3CURSES) +.BR curs_addwch (3CURSES) .RE .sp @@ -615,7 +615,7 @@ Manual Page Name \fBendwin\fR .ad .RS 23n -\fBcurs_initscr\fR(3CURSES) +.BR curs_initscr (3CURSES) .RE .sp @@ -624,7 +624,7 @@ Manual Page Name \fBerase\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -633,7 +633,7 @@ Manual Page Name \fBerasechar\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -642,7 +642,7 @@ Manual Page Name \fBfilter\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -651,7 +651,7 @@ Manual Page Name \fBflash\fR .ad .RS 23n -\fBcurs_beep\fR(3CURSES) +.BR curs_beep (3CURSES) .RE .sp @@ -660,7 +660,7 @@ Manual Page Name \fBflushinp\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -669,7 +669,7 @@ Manual Page Name \fBgetbegyx\fR .ad .RS 23n -\fBcurs_getyx\fR(3CURSES) +.BR curs_getyx (3CURSES) .RE .sp @@ -678,7 +678,7 @@ Manual Page Name \fBgetch\fR .ad .RS 23n -\fBcurs_getch\fR(3CURSES) +.BR curs_getch (3CURSES) .RE .sp @@ -687,7 +687,7 @@ Manual Page Name \fBgetmaxyx\fR .ad .RS 23n -\fBcurs_getyx\fR(3CURSES) +.BR curs_getyx (3CURSES) .RE .sp @@ -696,7 +696,7 @@ Manual Page Name \fBgetnwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -705,7 +705,7 @@ Manual Page Name \fBgetparyx\fR .ad .RS 23n -\fBcurs_getyx\fR(3CURSES) +.BR curs_getyx (3CURSES) .RE .sp @@ -714,7 +714,7 @@ Manual Page Name \fBgetstr\fR .ad .RS 23n -\fBcurs_getstr\fR(3CURSES) +.BR curs_getstr (3CURSES) .RE .sp @@ -723,7 +723,7 @@ Manual Page Name \fBgetsyx\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -732,7 +732,7 @@ Manual Page Name \fBgetwch\fR .ad .RS 23n -\fBcurs_getwch\fR(3CURSES) +.BR curs_getwch (3CURSES) .RE .sp @@ -741,7 +741,7 @@ Manual Page Name \fBgetwin\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -750,7 +750,7 @@ Manual Page Name \fBgetwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -759,7 +759,7 @@ Manual Page Name \fBgetyx\fR .ad .RS 23n -\fBcurs_getyx\fR(3CURSES) +.BR curs_getyx (3CURSES) .RE .sp @@ -768,7 +768,7 @@ Manual Page Name \fBhalfdelay\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -777,7 +777,7 @@ Manual Page Name \fBhas_colors\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -786,7 +786,7 @@ Manual Page Name \fBhas_ic\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -795,7 +795,7 @@ Manual Page Name \fBhas_il\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -804,7 +804,7 @@ Manual Page Name \fBidcok\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -813,7 +813,7 @@ Manual Page Name \fBidlok\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -822,7 +822,7 @@ Manual Page Name \fBimmedok\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -831,7 +831,7 @@ Manual Page Name \fBinch\fR .ad .RS 23n -\fBcurs_inch\fR(3CURSES) +.BR curs_inch (3CURSES) .RE .sp @@ -840,7 +840,7 @@ Manual Page Name \fBinchnstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -849,7 +849,7 @@ Manual Page Name \fBinchstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -858,7 +858,7 @@ Manual Page Name \fBinit_color\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -867,7 +867,7 @@ Manual Page Name \fBinit_pair\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -876,7 +876,7 @@ Manual Page Name \fBinitscr\fR .ad .RS 23n -\fBcurs_initscr\fR(3CURSES) +.BR curs_initscr (3CURSES) .RE .sp @@ -885,7 +885,7 @@ Manual Page Name \fBinnstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -894,7 +894,7 @@ Manual Page Name \fBinnwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -903,7 +903,7 @@ Manual Page Name \fBinsch\fR .ad .RS 23n -\fBcurs_insch\fR(3CURSES) +.BR curs_insch (3CURSES) .RE .sp @@ -912,7 +912,7 @@ Manual Page Name \fBinsdelln\fR .ad .RS 23n -\fBcurs_deleteln\fR(3CURSES) +.BR curs_deleteln (3CURSES) .RE .sp @@ -921,7 +921,7 @@ Manual Page Name \fBinsertln\fR .ad .RS 23n -\fBcurs_deleteln\fR(3CURSES) +.BR curs_deleteln (3CURSES) .RE .sp @@ -930,7 +930,7 @@ Manual Page Name \fBinsnstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -939,7 +939,7 @@ Manual Page Name \fBinsnwstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -948,7 +948,7 @@ Manual Page Name \fBinsstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -957,7 +957,7 @@ Manual Page Name \fBinstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -966,7 +966,7 @@ Manual Page Name \fBinswch\fR .ad .RS 23n -\fBcurs_inswch\fR(3CURSES) +.BR curs_inswch (3CURSES) .RE .sp @@ -975,7 +975,7 @@ Manual Page Name \fBinswstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -984,7 +984,7 @@ Manual Page Name \fBintrflush\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -993,7 +993,7 @@ Manual Page Name \fBinwch\fR .ad .RS 23n -\fBcurs_inwch\fR(3CURSES) +.BR curs_inwch (3CURSES) .RE .sp @@ -1002,7 +1002,7 @@ Manual Page Name \fBinwchnstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -1011,7 +1011,7 @@ Manual Page Name \fBinwchstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -1020,7 +1020,7 @@ Manual Page Name \fBinwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -1029,7 +1029,7 @@ Manual Page Name \fBis_linetouched\fR .ad .RS 23n -\fBcurs_touch\fR(3CURSES) +.BR curs_touch (3CURSES) .RE .sp @@ -1038,7 +1038,7 @@ Manual Page Name \fBis_wintouched\fR .ad .RS 23n -\fBcurs_touch\fR(3CURSES) +.BR curs_touch (3CURSES) .RE .sp @@ -1047,7 +1047,7 @@ Manual Page Name \fBisendwin\fR .ad .RS 23n -\fBcurs_initscr\fR(3CURSES) +.BR curs_initscr (3CURSES) .RE .sp @@ -1056,7 +1056,7 @@ Manual Page Name \fBkeyname\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -1065,7 +1065,7 @@ Manual Page Name \fBkeypad\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1074,7 +1074,7 @@ Manual Page Name \fBkillchar\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -1083,7 +1083,7 @@ Manual Page Name \fBleaveok\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -1092,7 +1092,7 @@ Manual Page Name \fBlongname\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -1101,7 +1101,7 @@ Manual Page Name \fBmeta\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1110,7 +1110,7 @@ Manual Page Name \fBmove\fR .ad .RS 23n -\fBcurs_move\fR(3CURSES) +.BR curs_move (3CURSES) .RE .sp @@ -1119,7 +1119,7 @@ Manual Page Name \fBmovenextch\fR .ad .RS 23n -\fBcurs_alecompat\fR(3CURSES) +.BR curs_alecompat (3CURSES) .RE .sp @@ -1128,7 +1128,7 @@ Manual Page Name \fBmoveprevch\fR .ad .RS 23n -\fBcurs_alecompat\fR(3CURSES) +.BR curs_alecompat (3CURSES) .RE .sp @@ -1137,7 +1137,7 @@ Manual Page Name \fBmvaddch\fR .ad .RS 23n -\fBcurs_addch\fR(3CURSES) +.BR curs_addch (3CURSES) .RE .sp @@ -1146,7 +1146,7 @@ Manual Page Name \fBmvaddchnstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -1155,7 +1155,7 @@ Manual Page Name \fBmvaddchstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -1164,7 +1164,7 @@ Manual Page Name \fBmvaddnstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -1173,7 +1173,7 @@ Manual Page Name \fBmvaddnwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -1182,7 +1182,7 @@ Manual Page Name \fBmvaddstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -1191,7 +1191,7 @@ Manual Page Name \fBmvaddwch\fR .ad .RS 23n -\fBcurs_addwch\fR(3CURSES) +.BR curs_addwch (3CURSES) .RE .sp @@ -1200,7 +1200,7 @@ Manual Page Name \fBmvaddwchnstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -1209,7 +1209,7 @@ Manual Page Name \fBmvaddwchstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -1218,7 +1218,7 @@ Manual Page Name \fBmvaddwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -1227,7 +1227,7 @@ Manual Page Name \fBmvcur\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -1236,7 +1236,7 @@ Manual Page Name \fBmvdelch\fR .ad .RS 23n -\fBcurs_delch\fR(3CURSES) +.BR curs_delch (3CURSES) .RE .sp @@ -1245,7 +1245,7 @@ Manual Page Name \fBmvderwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -1254,7 +1254,7 @@ Manual Page Name \fBmvgetch\fR .ad .RS 23n -\fBcurs_getch\fR(3CURSES) +.BR curs_getch (3CURSES) .RE .sp @@ -1263,7 +1263,7 @@ Manual Page Name \fBmvgetnwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -1272,7 +1272,7 @@ Manual Page Name \fBmvgetstr\fR .ad .RS 23n -\fBcurs_getstr\fR(3CURSES) +.BR curs_getstr (3CURSES) .RE .sp @@ -1281,7 +1281,7 @@ Manual Page Name \fBmvgetwch\fR .ad .RS 23n -\fBcurs_getwch\fR(3CURSES) +.BR curs_getwch (3CURSES) .RE .sp @@ -1290,7 +1290,7 @@ Manual Page Name \fBmvgetwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -1299,7 +1299,7 @@ Manual Page Name \fBmvinch\fR .ad .RS 23n -\fBcurs_inch\fR(3CURSES) +.BR curs_inch (3CURSES) .RE .sp @@ -1308,7 +1308,7 @@ Manual Page Name \fBmvinchnstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -1317,7 +1317,7 @@ Manual Page Name \fBmvinchstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -1326,7 +1326,7 @@ Manual Page Name \fBmvinnstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -1335,7 +1335,7 @@ Manual Page Name \fBmvinnwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -1344,7 +1344,7 @@ Manual Page Name \fBmvinsch\fR .ad .RS 23n -\fBcurs_insch\fR(3CURSES) +.BR curs_insch (3CURSES) .RE .sp @@ -1353,7 +1353,7 @@ Manual Page Name \fBmvinsnstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -1362,7 +1362,7 @@ Manual Page Name \fBmvinsnwstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -1371,7 +1371,7 @@ Manual Page Name \fBmvinsstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -1380,7 +1380,7 @@ Manual Page Name \fBmvinstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -1389,7 +1389,7 @@ Manual Page Name \fBmvinswch\fR .ad .RS 23n -\fBcurs_inswch\fR(3CURSES) +.BR curs_inswch (3CURSES) .RE .sp @@ -1398,7 +1398,7 @@ Manual Page Name \fBmvinswstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -1407,7 +1407,7 @@ Manual Page Name \fBmvinwch\fR .ad .RS 23n -\fBcurs_inwch\fR(3CURSES) +.BR curs_inwch (3CURSES) .RE .sp @@ -1416,7 +1416,7 @@ Manual Page Name \fBmvinwchnstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -1425,7 +1425,7 @@ Manual Page Name \fBmvinwchstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -1434,7 +1434,7 @@ Manual Page Name \fBmvinwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -1443,7 +1443,7 @@ Manual Page Name \fBmvprintw\fR .ad .RS 23n -\fBcurs_printw\fR(3CURSES) +.BR curs_printw (3CURSES) .RE .sp @@ -1452,7 +1452,7 @@ Manual Page Name \fBmvscanw\fR .ad .RS 23n -\fBcurs_scanw\fR(3CURSES) +.BR curs_scanw (3CURSES) .RE .sp @@ -1461,7 +1461,7 @@ Manual Page Name \fBmvwaddch\fR .ad .RS 23n -\fBcurs_addch\fR(3CURSES) +.BR curs_addch (3CURSES) .RE .sp @@ -1470,7 +1470,7 @@ Manual Page Name \fBmvwaddchnstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -1479,7 +1479,7 @@ Manual Page Name \fBmvwaddchstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -1488,7 +1488,7 @@ Manual Page Name \fBmvwaddnstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -1497,7 +1497,7 @@ Manual Page Name \fBmvwaddnwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -1506,7 +1506,7 @@ Manual Page Name \fBmvwaddstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -1515,7 +1515,7 @@ Manual Page Name \fBmvwaddwch\fR .ad .RS 23n -\fBcurs_addwch\fR(3CURSES) +.BR curs_addwch (3CURSES) .RE .sp @@ -1524,7 +1524,7 @@ Manual Page Name \fBmvwaddwchnstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -1533,7 +1533,7 @@ Manual Page Name \fBmvwaddwchstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -1542,7 +1542,7 @@ Manual Page Name \fBmvwaddwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -1551,7 +1551,7 @@ Manual Page Name \fBmvwdelch\fR .ad .RS 23n -\fBcurs_delch\fR(3CURSES) +.BR curs_delch (3CURSES) .RE .sp @@ -1560,7 +1560,7 @@ Manual Page Name \fBmvwgetch\fR .ad .RS 23n -\fBcurs_getch\fR(3CURSES) +.BR curs_getch (3CURSES) .RE .sp @@ -1569,7 +1569,7 @@ Manual Page Name \fBmvwgetnwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -1578,7 +1578,7 @@ Manual Page Name \fBmvwgetstr\fR .ad .RS 23n -\fBcurs_getstr\fR(3CURSES) +.BR curs_getstr (3CURSES) .RE .sp @@ -1587,7 +1587,7 @@ Manual Page Name \fBmvwgetwch\fR .ad .RS 23n -\fBcurs_getwch\fR(3CURSES) +.BR curs_getwch (3CURSES) .RE .sp @@ -1596,7 +1596,7 @@ Manual Page Name \fBmvwgetwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -1605,7 +1605,7 @@ Manual Page Name \fBmvwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -1614,7 +1614,7 @@ Manual Page Name \fBmvwinch\fR .ad .RS 23n -\fBcurs_inch\fR(3CURSES) +.BR curs_inch (3CURSES) .RE .sp @@ -1623,7 +1623,7 @@ Manual Page Name \fBmvwinchnstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -1632,7 +1632,7 @@ Manual Page Name \fBmvwinchstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -1641,7 +1641,7 @@ Manual Page Name \fBmvwinnstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -1650,7 +1650,7 @@ Manual Page Name \fBmvwinnwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -1659,7 +1659,7 @@ Manual Page Name \fBmvwinsch\fR .ad .RS 23n -\fBcurs_insch\fR(3CURSES) +.BR curs_insch (3CURSES) .RE .sp @@ -1668,7 +1668,7 @@ Manual Page Name \fBmvwinsnstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -1677,7 +1677,7 @@ Manual Page Name \fBmvwinsstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -1686,7 +1686,7 @@ Manual Page Name \fBmvwinstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -1695,7 +1695,7 @@ Manual Page Name \fBmvwinswch\fR .ad .RS 23n -\fBcurs_inswch\fR(3CURSES) +.BR curs_inswch (3CURSES) .RE .sp @@ -1704,7 +1704,7 @@ Manual Page Name \fBmvwinswstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -1713,7 +1713,7 @@ Manual Page Name \fBmvwinwch\fR .ad .RS 23n -\fBcurs_inwch\fR(3CURSES) +.BR curs_inwch (3CURSES) .RE .sp @@ -1722,7 +1722,7 @@ Manual Page Name \fBmvwinwchnstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -1731,7 +1731,7 @@ Manual Page Name \fBmvwinwchstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -1740,7 +1740,7 @@ Manual Page Name \fBmvwinwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -1749,7 +1749,7 @@ Manual Page Name \fBmvwprintw\fR .ad .RS 23n -\fBcurs_printw\fR(3CURSES) +.BR curs_printw (3CURSES) .RE .sp @@ -1758,7 +1758,7 @@ Manual Page Name \fBmvwscanw\fR .ad .RS 23n -\fBcurs_scanw\fR(3CURSES) +.BR curs_scanw (3CURSES) .RE .sp @@ -1767,7 +1767,7 @@ Manual Page Name \fBnapms\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -1776,7 +1776,7 @@ Manual Page Name \fBnewpad\fR .ad .RS 23n -\fBcurs_pad\fR(3CURSES) +.BR curs_pad (3CURSES) .RE .sp @@ -1785,7 +1785,7 @@ Manual Page Name \fBnewterm\fR .ad .RS 23n -\fBcurs_initscr\fR(3CURSES) +.BR curs_initscr (3CURSES) .RE .sp @@ -1794,7 +1794,7 @@ Manual Page Name \fBnewwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -1803,7 +1803,7 @@ Manual Page Name \fBnl\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -1812,7 +1812,7 @@ Manual Page Name \fBnocbreak\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1821,7 +1821,7 @@ Manual Page Name \fBnodelay\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1830,7 +1830,7 @@ Manual Page Name \fBnoecho\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1839,7 +1839,7 @@ Manual Page Name \fBnonl\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -1848,7 +1848,7 @@ Manual Page Name \fBnoqiflush\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1857,7 +1857,7 @@ Manual Page Name \fBnoraw\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1866,7 +1866,7 @@ Manual Page Name \fBnotimeout\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1875,7 +1875,7 @@ Manual Page Name \fBoverlay\fR .ad .RS 23n -\fBcurs_overlay\fR(3CURSES) +.BR curs_overlay (3CURSES) .RE .sp @@ -1884,7 +1884,7 @@ Manual Page Name \fBoverwrite\fR .ad .RS 23n -\fBcurs_overlay\fR(3CURSES) +.BR curs_overlay (3CURSES) .RE .sp @@ -1893,7 +1893,7 @@ Manual Page Name \fBpair_content\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -1902,7 +1902,7 @@ Manual Page Name \fBpechochar\fR .ad .RS 23n -\fBcurs_pad\fR(3CURSES) +.BR curs_pad (3CURSES) .RE .sp @@ -1911,7 +1911,7 @@ Manual Page Name \fBpechowchar\fR .ad .RS 23n -\fBcurs_pad\fR(3CURSES) +.BR curs_pad (3CURSES) .RE .sp @@ -1920,7 +1920,7 @@ Manual Page Name \fBpnoutrefresh\fR .ad .RS 23n -\fBcurs_pad\fR(3CURSES) +.BR curs_pad (3CURSES) .RE .sp @@ -1929,7 +1929,7 @@ Manual Page Name \fBprefresh\fR .ad .RS 23n -\fBcurs_pad\fR(3CURSES) +.BR curs_pad (3CURSES) .RE .sp @@ -1938,7 +1938,7 @@ Manual Page Name \fBprintw\fR .ad .RS 23n -\fBcurs_printw\fR(3CURSES) +.BR curs_printw (3CURSES) .RE .sp @@ -1947,7 +1947,7 @@ Manual Page Name \fBputp\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -1956,7 +1956,7 @@ Manual Page Name \fBputwin\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -1965,7 +1965,7 @@ Manual Page Name \fBqiflush\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1974,7 +1974,7 @@ Manual Page Name \fBraw\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -1983,7 +1983,7 @@ Manual Page Name \fBredrawwin\fR .ad .RS 23n -\fBcurs_refresh\fR(3CURSES) +.BR curs_refresh (3CURSES) .RE .sp @@ -1992,7 +1992,7 @@ Manual Page Name \fBrefresh\fR .ad .RS 23n -\fBcurs_refresh\fR(3CURSES) +.BR curs_refresh (3CURSES) .RE .sp @@ -2001,7 +2001,7 @@ Manual Page Name \fBreset_prog_mode\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -2010,7 +2010,7 @@ Manual Page Name \fBreset_shell_mode\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -2019,7 +2019,7 @@ Manual Page Name \fBresetty\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -2028,7 +2028,7 @@ Manual Page Name \fBrestartterm\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2037,7 +2037,7 @@ Manual Page Name \fBripoffline\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -2046,7 +2046,7 @@ Manual Page Name \fBsavetty\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -2055,7 +2055,7 @@ Manual Page Name \fBscanw\fR .ad .RS 23n -\fBcurs_scanw\fR(3CURSES) +.BR curs_scanw (3CURSES) .RE .sp @@ -2064,7 +2064,7 @@ Manual Page Name \fBscr_dump\fR .ad .RS 23n -\fBcurs_scr_dump\fR(3CURSES) +.BR curs_scr_dump (3CURSES) .RE .sp @@ -2073,7 +2073,7 @@ Manual Page Name \fBscr_init\fR .ad .RS 23n -\fBcurs_scr_dump\fR(3CURSES) +.BR curs_scr_dump (3CURSES) .RE .sp @@ -2082,7 +2082,7 @@ Manual Page Name \fBscr_restore\fR .ad .RS 23n -\fBcurs_scr_dump\fR(3CURSES) +.BR curs_scr_dump (3CURSES) .RE .sp @@ -2091,7 +2091,7 @@ Manual Page Name \fBscr_set\fR .ad .RS 23n -\fBcurs_scr_dump\fR(3CURSES) +.BR curs_scr_dump (3CURSES) .RE .sp @@ -2100,7 +2100,7 @@ Manual Page Name \fBscroll\fR .ad .RS 23n -\fBcurs_scroll\fR(3CURSES) +.BR curs_scroll (3CURSES) .RE .sp @@ -2109,7 +2109,7 @@ Manual Page Name \fBscrollok\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -2118,7 +2118,7 @@ Manual Page Name \fBset_curterm\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2127,7 +2127,7 @@ Manual Page Name \fBset_term\fR .ad .RS 23n -\fBcurs_initscr\fR(3CURSES) +.BR curs_initscr (3CURSES) .RE .sp @@ -2136,7 +2136,7 @@ Manual Page Name \fBsetscrreg\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -2145,7 +2145,7 @@ Manual Page Name \fBsetsyx\fR .ad .RS 23n -\fBcurs_kernel\fR(3CURSES) +.BR curs_kernel (3CURSES) .RE .sp @@ -2154,7 +2154,7 @@ Manual Page Name \fBsetterm\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2163,7 +2163,7 @@ Manual Page Name \fBsetupterm\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2172,7 +2172,7 @@ Manual Page Name \fBslk_attroff\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2181,7 +2181,7 @@ Manual Page Name \fBslk_attron\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2190,7 +2190,7 @@ Manual Page Name \fBslk_attrset\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2199,7 +2199,7 @@ Manual Page Name \fBslk_clear\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2208,7 +2208,7 @@ Manual Page Name \fBslk_init\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2217,7 +2217,7 @@ Manual Page Name \fBslk_label\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2226,7 +2226,7 @@ Manual Page Name \fBslk_noutrefresh\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2235,7 +2235,7 @@ Manual Page Name \fBslk_refresh\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2244,7 +2244,7 @@ Manual Page Name \fBslk_restore\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2253,7 +2253,7 @@ Manual Page Name \fBslk_set\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2262,7 +2262,7 @@ Manual Page Name \fBslk_touch\fR .ad .RS 23n -\fBcurs_slk\fR(3CURSES) +.BR curs_slk (3CURSES) .RE .sp @@ -2271,7 +2271,7 @@ Manual Page Name \fBsrcl\fR .ad .RS 23n -\fBcurs_scroll\fR(3CURSES) +.BR curs_scroll (3CURSES) .RE .sp @@ -2280,7 +2280,7 @@ Manual Page Name \fBstandend\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -2289,7 +2289,7 @@ Manual Page Name \fBstandout\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -2298,7 +2298,7 @@ Manual Page Name \fBstart_color\fR .ad .RS 23n -\fBcurs_color\fR(3CURSES) +.BR curs_color (3CURSES) .RE .sp @@ -2307,7 +2307,7 @@ Manual Page Name \fBsubpad\fR .ad .RS 23n -\fBcurs_pad\fR(3CURSES) +.BR curs_pad (3CURSES) .RE .sp @@ -2316,7 +2316,7 @@ Manual Page Name \fBsubwin\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -2325,7 +2325,7 @@ Manual Page Name \fBsyncok\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -2334,7 +2334,7 @@ Manual Page Name \fBtermattrs\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -2343,7 +2343,7 @@ Manual Page Name \fBtermname\fR .ad .RS 23n -\fBcurs_termattrs\fR(3CURSES) +.BR curs_termattrs (3CURSES) .RE .sp @@ -2352,7 +2352,7 @@ Manual Page Name \fBtgetent\fR .ad .RS 23n -\fBcurs_termcap\fR(3CURSES) +.BR curs_termcap (3CURSES) .RE .sp @@ -2361,7 +2361,7 @@ Manual Page Name \fBtgetflag\fR .ad .RS 23n -\fBcurs_termcap\fR(3CURSES) +.BR curs_termcap (3CURSES) .RE .sp @@ -2370,7 +2370,7 @@ Manual Page Name \fBtgetnum\fR .ad .RS 23n -\fBcurs_termcap\fR(3CURSES) +.BR curs_termcap (3CURSES) .RE .sp @@ -2379,7 +2379,7 @@ Manual Page Name \fBtgetstr\fR .ad .RS 23n -\fBcurs_termcap\fR(3CURSES) +.BR curs_termcap (3CURSES) .RE .sp @@ -2388,7 +2388,7 @@ Manual Page Name \fBtgoto\fR .ad .RS 23n -\fBcurs_termcap\fR(3CURSES) +.BR curs_termcap (3CURSES) .RE .sp @@ -2397,7 +2397,7 @@ Manual Page Name \fBtigetflag\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2406,7 +2406,7 @@ Manual Page Name \fBtigetnum\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2415,7 +2415,7 @@ Manual Page Name \fBtigetstr\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2424,7 +2424,7 @@ Manual Page Name \fBtimeout\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -2433,7 +2433,7 @@ Manual Page Name \fBtouchline\fR .ad .RS 23n -\fBcurs_touch\fR(3CURSES) +.BR curs_touch (3CURSES) .RE .sp @@ -2442,7 +2442,7 @@ Manual Page Name \fBtouchwin\fR .ad .RS 23n -\fBcurs_touch\fR(3CURSES) +.BR curs_touch (3CURSES) .RE .sp @@ -2451,7 +2451,7 @@ Manual Page Name \fBtparm\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2460,7 +2460,7 @@ Manual Page Name \fBtputs\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2469,7 +2469,7 @@ Manual Page Name \fBtypeahead\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -2478,7 +2478,7 @@ Manual Page Name \fBunctrl\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -2487,7 +2487,7 @@ Manual Page Name \fBungetch\fR .ad .RS 23n -\fBcurs_getch\fR(3CURSES) +.BR curs_getch (3CURSES) .RE .sp @@ -2496,7 +2496,7 @@ Manual Page Name \fBungetwch\fR .ad .RS 23n -\fBcurs_getwch\fR(3CURSES) +.BR curs_getwch (3CURSES) .RE .sp @@ -2505,7 +2505,7 @@ Manual Page Name \fBuntouchwin\fR .ad .RS 23n -\fBcurs_touch\fR(3CURSES) +.BR curs_touch (3CURSES) .RE .sp @@ -2514,7 +2514,7 @@ Manual Page Name \fBuse_env\fR .ad .RS 23n -\fBcurs_util\fR(3CURSES) +.BR curs_util (3CURSES) .RE .sp @@ -2523,7 +2523,7 @@ Manual Page Name \fBvidattr\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2532,7 +2532,7 @@ Manual Page Name \fBvidputs\fR .ad .RS 23n -\fBcurs_terminfo\fR(3CURSES) +.BR curs_terminfo (3CURSES) .RE .sp @@ -2541,7 +2541,7 @@ Manual Page Name \fBvwprintw\fR .ad .RS 23n -\fBcurs_printw\fR(3CURSES) +.BR curs_printw (3CURSES) .RE .sp @@ -2550,7 +2550,7 @@ Manual Page Name \fBvwscanw\fR .ad .RS 23n -\fBcurs_scanw\fR(3CURSES) +.BR curs_scanw (3CURSES) .RE .sp @@ -2559,7 +2559,7 @@ Manual Page Name \fBwaddch\fR .ad .RS 23n -\fBcurs_addch\fR(3CURSES) +.BR curs_addch (3CURSES) .RE .sp @@ -2568,7 +2568,7 @@ Manual Page Name \fBwaddchnstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -2577,7 +2577,7 @@ Manual Page Name \fBwaddchstr\fR .ad .RS 23n -\fBcurs_addchstr\fR(3CURSES) +.BR curs_addchstr (3CURSES) .RE .sp @@ -2586,7 +2586,7 @@ Manual Page Name \fBwaddnstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -2595,7 +2595,7 @@ Manual Page Name \fBwaddnwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -2604,7 +2604,7 @@ Manual Page Name \fBwaddstr\fR .ad .RS 23n -\fBcurs_addstr\fR(3CURSES) +.BR curs_addstr (3CURSES) .RE .sp @@ -2613,7 +2613,7 @@ Manual Page Name \fBwaddwch\fR .ad .RS 23n -\fBcurs_addwch\fR(3CURSES) +.BR curs_addwch (3CURSES) .RE .sp @@ -2622,7 +2622,7 @@ Manual Page Name \fBwaddwchnstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -2631,7 +2631,7 @@ Manual Page Name \fBwaddwchstr\fR .ad .RS 23n -\fBcurs_addwchstr\fR(3CURSES) +.BR curs_addwchstr (3CURSES) .RE .sp @@ -2640,7 +2640,7 @@ Manual Page Name \fBwaddwstr\fR .ad .RS 23n -\fBcurs_addwstr\fR(3CURSES) +.BR curs_addwstr (3CURSES) .RE .sp @@ -2649,7 +2649,7 @@ Manual Page Name \fBwadjcurspos\fR .ad .RS 23n -\fBcurs_alecompat\fR(3CURSES) +.BR curs_alecompat (3CURSES) .RE .sp @@ -2658,7 +2658,7 @@ Manual Page Name \fBwattroff\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -2667,7 +2667,7 @@ Manual Page Name \fBwattron\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -2676,7 +2676,7 @@ Manual Page Name \fBwattrset\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -2685,7 +2685,7 @@ Manual Page Name \fBwbkgd\fR .ad .RS 23n -\fBcurs_bkgd\fR(3CURSES) +.BR curs_bkgd (3CURSES) .RE .sp @@ -2694,7 +2694,7 @@ Manual Page Name \fBwbkgdset\fR .ad .RS 23n -\fBcurs_bkgd\fR(3CURSES) +.BR curs_bkgd (3CURSES) .RE .sp @@ -2703,7 +2703,7 @@ Manual Page Name \fBwborder\fR .ad .RS 23n -\fBcurs_border\fR(3CURSES) +.BR curs_border (3CURSES) .RE .sp @@ -2712,7 +2712,7 @@ Manual Page Name \fBwclear\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -2721,7 +2721,7 @@ Manual Page Name \fBwclrtobot\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -2730,7 +2730,7 @@ Manual Page Name \fBwclrtoeol\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -2739,7 +2739,7 @@ Manual Page Name \fBwcursyncup\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -2748,7 +2748,7 @@ Manual Page Name \fBwdelch\fR .ad .RS 23n -\fBcurs_delch\fR(3CURSES) +.BR curs_delch (3CURSES) .RE .sp @@ -2757,7 +2757,7 @@ Manual Page Name \fBwdeleteln\fR .ad .RS 23n -\fBcurs_deleteln\fR(3CURSES) +.BR curs_deleteln (3CURSES) .RE .sp @@ -2766,7 +2766,7 @@ Manual Page Name \fBwechochar\fR .ad .RS 23n -\fBcurs_addch\fR(3CURSES) +.BR curs_addch (3CURSES) .RE .sp @@ -2775,7 +2775,7 @@ Manual Page Name \fBwechowchar\fR .ad .RS 23n -\fBcurs_addwch\fR(3CURSES) +.BR curs_addwch (3CURSES) .RE .sp @@ -2784,7 +2784,7 @@ Manual Page Name \fBwerase\fR .ad .RS 23n -\fBcurs_clear\fR(3CURSES) +.BR curs_clear (3CURSES) .RE .sp @@ -2793,7 +2793,7 @@ Manual Page Name \fBwgetch\fR .ad .RS 23n -\fBcurs_getch\fR(3CURSES) +.BR curs_getch (3CURSES) .RE .sp @@ -2802,7 +2802,7 @@ Manual Page Name \fBwgetnstr\fR .ad .RS 23n -\fBcurs_getstr\fR(3CURSES) +.BR curs_getstr (3CURSES) .RE .sp @@ -2811,7 +2811,7 @@ Manual Page Name \fBwgetnwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -2820,7 +2820,7 @@ Manual Page Name \fBwgetstr\fR .ad .RS 23n -\fBcurs_getstr\fR(3CURSES) +.BR curs_getstr (3CURSES) .RE .sp @@ -2829,7 +2829,7 @@ Manual Page Name \fBwgetwch\fR .ad .RS 23n -\fBcurs_getwch\fR(3CURSES) +.BR curs_getwch (3CURSES) .RE .sp @@ -2838,7 +2838,7 @@ Manual Page Name \fBwgetwstr\fR .ad .RS 23n -\fBcurs_getwstr\fR(3CURSES) +.BR curs_getwstr (3CURSES) .RE .sp @@ -2847,7 +2847,7 @@ Manual Page Name \fBwhline\fR .ad .RS 23n -\fBcurs_border\fR(3CURSES) +.BR curs_border (3CURSES) .RE .sp @@ -2856,7 +2856,7 @@ Manual Page Name \fBwinch\fR .ad .RS 23n -\fBcurs_inch\fR(3CURSES) +.BR curs_inch (3CURSES) .RE .sp @@ -2865,7 +2865,7 @@ Manual Page Name \fBwinchnstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -2874,7 +2874,7 @@ Manual Page Name \fBwinchstr\fR .ad .RS 23n -\fBcurs_inchstr\fR(3CURSES) +.BR curs_inchstr (3CURSES) .RE .sp @@ -2883,7 +2883,7 @@ Manual Page Name \fBwinnstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -2892,7 +2892,7 @@ Manual Page Name \fBwinnwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -2901,7 +2901,7 @@ Manual Page Name \fBwinsch\fR .ad .RS 23n -\fBcurs_insch\fR(3CURSES) +.BR curs_insch (3CURSES) .RE .sp @@ -2910,7 +2910,7 @@ Manual Page Name \fBwinsdelln\fR .ad .RS 23n -\fBcurs_deleteln\fR(3CURSES) +.BR curs_deleteln (3CURSES) .RE .sp @@ -2919,7 +2919,7 @@ Manual Page Name \fBwinsertln\fR .ad .RS 23n -\fBcurs_deleteln\fR(3CURSES) +.BR curs_deleteln (3CURSES) .RE .sp @@ -2928,7 +2928,7 @@ Manual Page Name \fBwinsnstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -2937,7 +2937,7 @@ Manual Page Name \fBwinsnwstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -2946,7 +2946,7 @@ Manual Page Name \fBwinsstr\fR .ad .RS 23n -\fBcurs_insstr\fR(3CURSES) +.BR curs_insstr (3CURSES) .RE .sp @@ -2955,7 +2955,7 @@ Manual Page Name \fBwinstr\fR .ad .RS 23n -\fBcurs_instr\fR(3CURSES) +.BR curs_instr (3CURSES) .RE .sp @@ -2964,7 +2964,7 @@ Manual Page Name \fBwinswch\fR .ad .RS 23n -\fBcurs_inswch\fR(3CURSES) +.BR curs_inswch (3CURSES) .RE .sp @@ -2973,7 +2973,7 @@ Manual Page Name \fBwinswstr\fR .ad .RS 23n -\fBcurs_inswstr\fR(3CURSES) +.BR curs_inswstr (3CURSES) .RE .sp @@ -2982,7 +2982,7 @@ Manual Page Name \fBwinwch\fR .ad .RS 23n -\fBcurs_inwch\fR(3CURSES) +.BR curs_inwch (3CURSES) .RE .sp @@ -2991,7 +2991,7 @@ Manual Page Name \fBwinwchnstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -3000,7 +3000,7 @@ Manual Page Name \fBwinwchstr\fR .ad .RS 23n -\fBcurs_inwchstr\fR(3CURSES) +.BR curs_inwchstr (3CURSES) .RE .sp @@ -3009,7 +3009,7 @@ Manual Page Name \fBwinwstr\fR .ad .RS 23n -\fBcurs_inwstr\fR(3CURSES) +.BR curs_inwstr (3CURSES) .RE .sp @@ -3018,7 +3018,7 @@ Manual Page Name \fBwmove\fR .ad .RS 23n -\fBcurs_move\fR(3CURSES) +.BR curs_move (3CURSES) .RE .sp @@ -3027,7 +3027,7 @@ Manual Page Name \fBwmovenextch\fR .ad .RS 23n -\fBcurs_alecompat\fR(3CURSES) +.BR curs_alecompat (3CURSES) .RE .sp @@ -3036,7 +3036,7 @@ Manual Page Name \fBwmoveprevch\fR .ad .RS 23n -\fBcurs_alecompat\fR(3CURSES) +.BR curs_alecompat (3CURSES) .RE .sp @@ -3045,7 +3045,7 @@ Manual Page Name \fBwnoutrefresh\fR .ad .RS 23n -\fBcurs_refresh\fR(3CURSES) +.BR curs_refresh (3CURSES) .RE .sp @@ -3054,7 +3054,7 @@ Manual Page Name \fBwprintw\fR .ad .RS 23n -\fBcurs_printw\fR(3CURSES) +.BR curs_printw (3CURSES) .RE .sp @@ -3063,7 +3063,7 @@ Manual Page Name \fBwredrawln\fR .ad .RS 23n -\fBcurs_refresh\fR(3CURSES) +.BR curs_refresh (3CURSES) .RE .sp @@ -3072,7 +3072,7 @@ Manual Page Name \fBwrefresh\fR .ad .RS 23n -\fBcurs_refresh\fR(3CURSES) +.BR curs_refresh (3CURSES) .RE .sp @@ -3081,7 +3081,7 @@ Manual Page Name \fBwscanw\fR .ad .RS 23n -\fBcurs_scanw\fR(3CURSES) +.BR curs_scanw (3CURSES) .RE .sp @@ -3090,7 +3090,7 @@ Manual Page Name \fBwscrl\fR .ad .RS 23n -\fBcurs_scroll\fR(3CURSES) +.BR curs_scroll (3CURSES) .RE .sp @@ -3099,7 +3099,7 @@ Manual Page Name \fBwsetscrreg\fR .ad .RS 23n -\fBcurs_outopts\fR(3CURSES) +.BR curs_outopts (3CURSES) .RE .sp @@ -3108,7 +3108,7 @@ Manual Page Name \fBwstandend\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -3117,7 +3117,7 @@ Manual Page Name \fBwstandout\fR .ad .RS 23n -\fBcurs_attr\fR(3CURSES) +.BR curs_attr (3CURSES) .RE .sp @@ -3126,7 +3126,7 @@ Manual Page Name \fBwsyncdown\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -3135,7 +3135,7 @@ Manual Page Name \fBwsyncup\fR .ad .RS 23n -\fBcurs_window\fR(3CURSES) +.BR curs_window (3CURSES) .RE .sp @@ -3144,7 +3144,7 @@ Manual Page Name \fBwtimeout\fR .ad .RS 23n -\fBcurs_inopts\fR(3CURSES) +.BR curs_inopts (3CURSES) .RE .sp @@ -3153,7 +3153,7 @@ Manual Page Name \fBwtouchln\fR .ad .RS 23n -\fBcurs_touch\fR(3CURSES) +.BR curs_touch (3CURSES) .RE .sp @@ -3162,7 +3162,7 @@ Manual Page Name \fBwvline\fR .ad .RS 23n -\fBcurs_border\fR(3CURSES) +.BR curs_border (3CURSES) .RE .SH RETURN VALUES @@ -3184,7 +3184,7 @@ Routines that return pointers return \fINULL\fR on error. .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 @@ -3200,8 +3200,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3XCURSES), \fBlibcurses\fR(3LIB), \fBlibcurses\fR(3XCURSES), -\fBterminfo\fR(4), \fBattributes\fR(5) +.BR libcurses (3LIB), +.BR curses (3XCURSES), +.BR libcurses (3XCURSES), +.BR terminfo (5), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_cursor.3curses b/usr/src/man/man3curses/form_cursor.3curses index e7bde82e0f..1615a30206 100644 --- a/usr/src/man/man3curses/form_cursor.3curses +++ b/usr/src/man/man3curses/form_cursor.3curses @@ -62,7 +62,7 @@ The form is not posted. .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 @@ -77,7 +77,9 @@ MT-Level Unsafe .SH SEE ALSO .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .LP The header \fB<form.h>\fR automatically includes the headers \fB<eti.h>\fR and diff --git a/usr/src/man/man3curses/form_data.3curses b/usr/src/man/man3curses/form_data.3curses index 36b6c57270..b9cd83e33a 100644 --- a/usr/src/man/man3curses/form_data.3curses +++ b/usr/src/man/man3curses/form_data.3curses @@ -36,7 +36,7 @@ off-screen data behind; otherwise it returns \fBFALSE\fR (0). .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 @@ -52,7 +52,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_driver.3curses b/usr/src/man/man3curses/form_driver.3curses index 5bd5e9c9a9..577e98e972 100644 --- a/usr/src/man/man3curses/form_driver.3curses +++ b/usr/src/man/man3curses/form_driver.3curses @@ -622,7 +622,7 @@ An unknown request was passed to the form driver. .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 @@ -638,7 +638,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field.3curses b/usr/src/man/man3curses/form_field.3curses index d0e7bcbfeb..928ec51016 100644 --- a/usr/src/man/man3curses/form_field.3curses +++ b/usr/src/man/man3curses/form_field.3curses @@ -106,7 +106,7 @@ The form is posted. .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 @@ -122,7 +122,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field_attributes.3curses b/usr/src/man/man3curses/form_field_attributes.3curses index e97e254973..3b94a13631 100644 --- a/usr/src/man/man3curses/form_field_attributes.3curses +++ b/usr/src/man/man3curses/form_field_attributes.3curses @@ -101,7 +101,7 @@ An argument is incorrect. .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 @@ -117,7 +117,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field_buffer.3curses b/usr/src/man/man3curses/form_field_buffer.3curses index 82438c08a3..7084ec4afe 100644 --- a/usr/src/man/man3curses/form_field_buffer.3curses +++ b/usr/src/man/man3curses/form_field_buffer.3curses @@ -94,7 +94,7 @@ An argument is incorrect. .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 @@ -109,7 +109,9 @@ MT-Level Unsafe .SH SEE ALSO .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .LP The header \fB<form.h>\fR automatically includes the headers \fB<eti.h>\fR and diff --git a/usr/src/man/man3curses/form_field_info.3curses b/usr/src/man/man3curses/form_field_info.3curses index 39314e525d..a2162e69bc 100644 --- a/usr/src/man/man3curses/form_field_info.3curses +++ b/usr/src/man/man3curses/form_field_info.3curses @@ -71,7 +71,7 @@ An argument is incorrect. .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 @@ -87,7 +87,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field_just.3curses b/usr/src/man/man3curses/form_field_just.3curses index 562b81029e..1eebbefd1a 100644 --- a/usr/src/man/man3curses/form_field_just.3curses +++ b/usr/src/man/man3curses/form_field_just.3curses @@ -105,7 +105,7 @@ An argument is incorrect. .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 @@ -121,7 +121,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field_new.3curses b/usr/src/man/man3curses/form_field_new.3curses index 37c26c8486..29afba9e48 100644 --- a/usr/src/man/man3curses/form_field_new.3curses +++ b/usr/src/man/man3curses/form_field_new.3curses @@ -93,7 +93,7 @@ An argument is incorrect. .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 @@ -108,7 +108,9 @@ MT-Level Unsafe .SH SEE ALSO .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .LP The header \fB<form.h>\fR automatically includes the headers \fB<eti.h>\fR and diff --git a/usr/src/man/man3curses/form_field_opts.3curses b/usr/src/man/man3curses/form_field_opts.3curses index a54febd12a..c6f3e0e240 100644 --- a/usr/src/man/man3curses/form_field_opts.3curses +++ b/usr/src/man/man3curses/form_field_opts.3curses @@ -177,7 +177,7 @@ The field is the current field. .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 @@ -193,7 +193,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field_userptr.3curses b/usr/src/man/man3curses/form_field_userptr.3curses index 4890267c6f..c9e948588a 100644 --- a/usr/src/man/man3curses/form_field_userptr.3curses +++ b/usr/src/man/man3curses/form_field_userptr.3curses @@ -54,7 +54,7 @@ System error. .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,7 +70,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_field_validation.3curses b/usr/src/man/man3curses/form_field_validation.3curses index 8c12b32950..399a4f843a 100644 --- a/usr/src/man/man3curses/form_field_validation.3curses +++ b/usr/src/man/man3curses/form_field_validation.3curses @@ -71,7 +71,7 @@ System error. .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 @@ -87,7 +87,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_fieldtype.3curses b/usr/src/man/man3curses/form_fieldtype.3curses index b263cc12c9..a1e15182aa 100644 --- a/usr/src/man/man3curses/form_fieldtype.3curses +++ b/usr/src/man/man3curses/form_fieldtype.3curses @@ -113,7 +113,7 @@ Type is connected to one or more fields. .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 @@ -129,7 +129,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_hook.3curses b/usr/src/man/man3curses/form_hook.3curses index f7e3df24b5..dcb93889af 100644 --- a/usr/src/man/man3curses/form_hook.3curses +++ b/usr/src/man/man3curses/form_hook.3curses @@ -109,7 +109,7 @@ System error. .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 @@ -125,7 +125,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_new.3curses b/usr/src/man/man3curses/form_new.3curses index 7029c4f96b..02ee2221bf 100644 --- a/usr/src/man/man3curses/form_new.3curses +++ b/usr/src/man/man3curses/form_new.3curses @@ -65,7 +65,7 @@ The form is posted. .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 @@ -81,7 +81,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_new_page.3curses b/usr/src/man/man3curses/form_new_page.3curses index 15a94c7d81..220071e01d 100644 --- a/usr/src/man/man3curses/form_new_page.3curses +++ b/usr/src/man/man3curses/form_new_page.3curses @@ -67,7 +67,7 @@ System error. .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,7 +83,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_opts.3curses b/usr/src/man/man3curses/form_opts.3curses index a892543bfe..7c6945a95d 100644 --- a/usr/src/man/man3curses/form_opts.3curses +++ b/usr/src/man/man3curses/form_opts.3curses @@ -86,7 +86,7 @@ System error. .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 @@ -102,7 +102,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_page.3curses b/usr/src/man/man3curses/form_page.3curses index 06bbad1d4f..0d5b00b620 100644 --- a/usr/src/man/man3curses/form_page.3curses +++ b/usr/src/man/man3curses/form_page.3curses @@ -121,7 +121,7 @@ The form driver request failed .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 @@ -137,7 +137,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_post.3curses b/usr/src/man/man3curses/form_post.3curses index 48ce712137..36be438500 100644 --- a/usr/src/man/man3curses/form_post.3curses +++ b/usr/src/man/man3curses/form_post.3curses @@ -113,7 +113,7 @@ The field is not connected to a form. .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 @@ -129,8 +129,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBpanel_update\fR(3CURSES), -\fBpanels\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR panel_update (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_userptr.3curses b/usr/src/man/man3curses/form_userptr.3curses index 8b1933d0a4..15ab9a7f56 100644 --- a/usr/src/man/man3curses/form_userptr.3curses +++ b/usr/src/man/man3curses/form_userptr.3curses @@ -53,7 +53,7 @@ System error. .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,7 +69,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/form_win.3curses b/usr/src/man/man3curses/form_win.3curses index 8391511f61..fa72c02a4f 100644 --- a/usr/src/man/man3curses/form_win.3curses +++ b/usr/src/man/man3curses/form_win.3curses @@ -100,7 +100,7 @@ The form is posted. .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,7 +116,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR forms (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/forms.3curses b/usr/src/man/man3curses/forms.3curses index 7efb6fda0c..076b2f7b7a 100644 --- a/usr/src/man/man3curses/forms.3curses +++ b/usr/src/man/man3curses/forms.3curses @@ -808,7 +808,7 @@ An unknown request was passed to the form driver. .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -822,7 +822,8 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES The header \fB<form.h>\fR automatically includes the headers \fB<eti.h>\fR and \fB<curses.h>\fR\&. diff --git a/usr/src/man/man3curses/menu_attributes.3curses b/usr/src/man/man3curses/menu_attributes.3curses index 1103d1e1b4..cfea5a67e4 100644 --- a/usr/src/man/man3curses/menu_attributes.3curses +++ b/usr/src/man/man3curses/menu_attributes.3curses @@ -112,7 +112,7 @@ An incorrect argument was passed to the routine. .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 @@ -128,7 +128,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_cursor.3curses b/usr/src/man/man3curses/menu_cursor.3curses index dfaaa29212..6c2bd42454 100644 --- a/usr/src/man/man3curses/menu_cursor.3curses +++ b/usr/src/man/man3curses/menu_cursor.3curses @@ -67,7 +67,7 @@ The menu has not been posted. .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,8 +83,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBpanel_update\fR(3CURSES), -\fBpanels\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR panel_update (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_driver.3curses b/usr/src/man/man3curses/menu_driver.3curses index 8e95360ab2..019d95d158 100644 --- a/usr/src/man/man3curses/menu_driver.3curses +++ b/usr/src/man/man3curses/menu_driver.3curses @@ -271,7 +271,7 @@ The menu driver could not process the request. .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 @@ -287,7 +287,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_format.3curses b/usr/src/man/man3curses/menu_format.3curses index fce891cdff..7ba0eb599c 100644 --- a/usr/src/man/man3curses/menu_format.3curses +++ b/usr/src/man/man3curses/menu_format.3curses @@ -76,7 +76,7 @@ The menu is already posted. .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,7 +92,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_hook.3curses b/usr/src/man/man3curses/menu_hook.3curses index 3980aeb846..ccd86ebde7 100644 --- a/usr/src/man/man3curses/menu_hook.3curses +++ b/usr/src/man/man3curses/menu_hook.3curses @@ -101,7 +101,7 @@ System error. .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 @@ -117,7 +117,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_item_current.3curses b/usr/src/man/man3curses/menu_item_current.3curses index 253ef03e31..d1453d0e46 100644 --- a/usr/src/man/man3curses/menu_item_current.3curses +++ b/usr/src/man/man3curses/menu_item_current.3curses @@ -109,7 +109,7 @@ No items are connected to the menu. .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 @@ -124,7 +124,9 @@ MT-Level Unsafe .SH SEE ALSO .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .LP The header \fB<menu.h>\fR automatically includes the headers \fB<eti.h>\fR and diff --git a/usr/src/man/man3curses/menu_item_name.3curses b/usr/src/man/man3curses/menu_item_name.3curses index cd0d61f47f..3420bd4e89 100644 --- a/usr/src/man/man3curses/menu_item_name.3curses +++ b/usr/src/man/man3curses/menu_item_name.3curses @@ -38,7 +38,7 @@ These routines return \fBNULL\fR on error. .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 @@ -54,8 +54,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBmenu_new\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR menu_new (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_item_new.3curses b/usr/src/man/man3curses/menu_item_new.3curses index 40691d8284..0137d1193b 100644 --- a/usr/src/man/man3curses/menu_item_new.3curses +++ b/usr/src/man/man3curses/menu_item_new.3curses @@ -76,7 +76,7 @@ One or more items are already connected to another menu. .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,7 +92,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_item_opts.3curses b/usr/src/man/man3curses/menu_item_opts.3curses index 1f7b895272..0a7e25bc98 100644 --- a/usr/src/man/man3curses/menu_item_opts.3curses +++ b/usr/src/man/man3curses/menu_item_opts.3curses @@ -84,7 +84,7 @@ System error. .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,7 +100,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_item_userptr.3curses b/usr/src/man/man3curses/menu_item_userptr.3curses index cbb894a9a8..1c005b56ca 100644 --- a/usr/src/man/man3curses/menu_item_userptr.3curses +++ b/usr/src/man/man3curses/menu_item_userptr.3curses @@ -54,7 +54,7 @@ System error. .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,7 +70,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_item_value.3curses b/usr/src/man/man3curses/menu_item_value.3curses index aa2d8259db..7a8064ba29 100644 --- a/usr/src/man/man3curses/menu_item_value.3curses +++ b/usr/src/man/man3curses/menu_item_value.3curses @@ -68,7 +68,7 @@ The menu driver could not process the request. .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 @@ -84,8 +84,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBmenu_opts\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR menu_opts (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_item_visible.3curses b/usr/src/man/man3curses/menu_item_visible.3curses index 3bda03648c..02fadb92e6 100644 --- a/usr/src/man/man3curses/menu_item_visible.3curses +++ b/usr/src/man/man3curses/menu_item_visible.3curses @@ -27,7 +27,7 @@ otherwise it returns \fBFALSE\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 @@ -43,8 +43,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBmenu_new\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR menu_new (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_items.3curses b/usr/src/man/man3curses/menu_items.3curses index 4bc016d3cf..1bfe02ab5d 100644 --- a/usr/src/man/man3curses/menu_items.3curses +++ b/usr/src/man/man3curses/menu_items.3curses @@ -92,7 +92,7 @@ One or more items are already connected to another menu. .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,7 +108,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_mark.3curses b/usr/src/man/man3curses/menu_mark.3curses index 8301d31f80..45de7288df 100644 --- a/usr/src/man/man3curses/menu_mark.3curses +++ b/usr/src/man/man3curses/menu_mark.3curses @@ -63,7 +63,7 @@ An incorrect argument was passed to the routine. .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,7 +79,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_new.3curses b/usr/src/man/man3curses/menu_new.3curses index 80166647ca..ca44a4321f 100644 --- a/usr/src/man/man3curses/menu_new.3curses +++ b/usr/src/man/man3curses/menu_new.3curses @@ -76,7 +76,7 @@ The menu is already posted. .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,7 +92,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_opts.3curses b/usr/src/man/man3curses/menu_opts.3curses index 3bcee2713f..45b3d68bb4 100644 --- a/usr/src/man/man3curses/menu_opts.3curses +++ b/usr/src/man/man3curses/menu_opts.3curses @@ -139,7 +139,7 @@ The menu is already posted. .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,7 +155,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_pattern.3curses b/usr/src/man/man3curses/menu_pattern.3curses index c5f31d366c..9979b337ae 100644 --- a/usr/src/man/man3curses/menu_pattern.3curses +++ b/usr/src/man/man3curses/menu_pattern.3curses @@ -75,7 +75,7 @@ The character failed to match. .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,7 +91,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_post.3curses b/usr/src/man/man3curses/menu_post.3curses index 1f496a8e99..ecfe33101e 100644 --- a/usr/src/man/man3curses/menu_post.3curses +++ b/usr/src/man/man3curses/menu_post.3curses @@ -111,7 +111,7 @@ No items are connected to the menu. .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 @@ -127,8 +127,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBpanels\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_userptr.3curses b/usr/src/man/man3curses/menu_userptr.3curses index 0c65a73485..4d15465353 100644 --- a/usr/src/man/man3curses/menu_userptr.3curses +++ b/usr/src/man/man3curses/menu_userptr.3curses @@ -55,7 +55,7 @@ System error. .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,7 +71,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menu_win.3curses b/usr/src/man/man3curses/menu_win.3curses index 7d874c380f..70b175e87a 100644 --- a/usr/src/man/man3curses/menu_win.3curses +++ b/usr/src/man/man3curses/menu_win.3curses @@ -100,7 +100,7 @@ No items are connected to the menu. .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,7 +116,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR menus (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/menus.3curses b/usr/src/man/man3curses/menus.3curses index ee571f1ac0..ddf9381ba8 100644 --- a/usr/src/man/man3curses/menus.3curses +++ b/usr/src/man/man3curses/menus.3curses @@ -226,7 +226,7 @@ The menu driver could not process the request. .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -240,7 +240,8 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBcurses\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR attributes (7) .SH NOTES The header \fB<menu.h>\fR automatically includes the headers \fB<eti.h>\fR and \fB<curses.h>\fR\&. diff --git a/usr/src/man/man3curses/panel_above.3curses b/usr/src/man/man3curses/panel_above.3curses index 32f26fa516..5dc69b4d67 100644 --- a/usr/src/man/man3curses/panel_above.3curses +++ b/usr/src/man/man3curses/panel_above.3curses @@ -42,7 +42,7 @@ the top panel in the deck. .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,7 +58,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanels\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_move.3curses b/usr/src/man/man3curses/panel_move.3curses index 265d598353..64e426f514 100644 --- a/usr/src/man/man3curses/panel_move.3curses +++ b/usr/src/man/man3curses/panel_move.3curses @@ -32,7 +32,7 @@ is returned. .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 @@ -48,8 +48,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanel_update\fR(3CURSES), \fBpanels\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR panel_update (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_new.3curses b/usr/src/man/man3curses/panel_new.3curses index 6638f5068f..7e3e798ddf 100644 --- a/usr/src/man/man3curses/panel_new.3curses +++ b/usr/src/man/man3curses/panel_new.3curses @@ -41,7 +41,7 @@ panel pointer. The new panel is placed on top of the panel deck. .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 @@ -57,8 +57,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanel_update\fR(3CURSES), \fBpanels\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR panel_update (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_show.3curses b/usr/src/man/man3curses/panel_show.3curses index 40013cb31d..5222ff3bc9 100644 --- a/usr/src/man/man3curses/panel_show.3curses +++ b/usr/src/man/man3curses/panel_show.3curses @@ -50,7 +50,7 @@ successful completion or \fBERR\fR upon error. .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,8 +66,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanel_update\fR(3CURSES), \fBpanels\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR panel_update (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_top.3curses b/usr/src/man/man3curses/panel_top.3curses index 1d3822d33b..37c7a463ad 100644 --- a/usr/src/man/man3curses/panel_top.3curses +++ b/usr/src/man/man3curses/panel_top.3curses @@ -40,7 +40,7 @@ All of these routines return the integer \fBOK\fR upon successful completion or .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 @@ -56,8 +56,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanel_update\fR(3CURSES), \fBpanels\fR(3CURSES), -\fBattributes\fR(5) +.BR curses (3CURSES), +.BR panel_update (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_update.3curses b/usr/src/man/man3curses/panel_update.3curses index 0a0596aa53..1ccdd6ae09 100644 --- a/usr/src/man/man3curses/panel_update.3curses +++ b/usr/src/man/man3curses/panel_update.3curses @@ -28,7 +28,7 @@ physical 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 @@ -44,8 +44,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurs_refresh\fR(3CURSES), \fBcurses\fR(3CURSES), \fBpanels\fR(3CURSES), -\fBattributes\fR(5) +.BR curs_refresh (3CURSES), +.BR curses (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_userptr.3curses b/usr/src/man/man3curses/panel_userptr.3curses index 3176143dd3..333cb70509 100644 --- a/usr/src/man/man3curses/panel_userptr.3curses +++ b/usr/src/man/man3curses/panel_userptr.3curses @@ -45,7 +45,7 @@ Each panel has a user pointer available for maintaining relevant information. .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 @@ -61,7 +61,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanels\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panel_window.3curses b/usr/src/man/man3curses/panel_window.3curses index dc5e00e608..62b83fd69e 100644 --- a/usr/src/man/man3curses/panel_window.3curses +++ b/usr/src/man/man3curses/panel_window.3curses @@ -42,7 +42,7 @@ otherwise. .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,7 +58,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcurses\fR(3CURSES), \fBpanels\fR(3CURSES), \fBattributes\fR(5) +.BR curses (3CURSES), +.BR panels (3CURSES), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3curses/panels.3curses b/usr/src/man/man3curses/panels.3curses index 0f2dbb6362..b53fa4c60e 100644 --- a/usr/src/man/man3curses/panels.3curses +++ b/usr/src/man/man3curses/panels.3curses @@ -63,7 +63,7 @@ Each \fBpanels\fR routine that returns a pointer to an object returns \fBNULL\fR if an error occurs. Each panel routine that returns an integer, returns \fBOK\fR if it executes successfully and \fBERR\fR if it does not. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -77,7 +77,7 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBcurses\fR(3CURSES), \fBattributes\fR(5) and 3CURSES pages whose names begin +\fBcurses\fR(3CURSES), \fBattributes\fR(7) and 3CURSES pages whose names begin "panel_" for detailed routine descriptions. .SH NOTES The header \fB<panel.h>\fR automatically includes the header |