diff options
Diffstat (limited to 'usr/src/man/man3curses/curs_getwch.3curses')
-rw-r--r-- | usr/src/man/man3curses/curs_getwch.3curses | 12 |
1 files changed, 8 insertions, 4 deletions
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 |