aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-02-12 04:57:03 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-02-12 04:57:03 +0000
commitbcff8e2ae45e518525d7ef2084dd1b1b33b8f026 (patch)
tree4e2ceb31ad0d7c084e01b96df21229496bcbecef /lib/libncurses
parentf80cd54d3433e33fd7dd0896500bfdf101c83414 (diff)
Notes
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/curs_inopts.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libncurses/curs_inopts.3 b/lib/libncurses/curs_inopts.3
index cfa4085d29be..f8cd8148a94d 100644
--- a/lib/libncurses/curs_inopts.3
+++ b/lib/libncurses/curs_inopts.3
@@ -92,7 +92,7 @@ causes the terminal keypad to be turned on when \fBwgetch\fR is
called. The default value for keypad is false.
Initially, whether the terminal returns 7 or 8 significant bits on
-input depends on the control mode of the tty driver [see termio(7)].
+input depends on the control mode of the tty driver [see termios(4)].
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,
@@ -123,7 +123,7 @@ BREAK key depends on other bits in the tty driver that are not set by
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 termio(7)]. When
+\fBSUSP\fR characters will not be done [see termios(4)]. When
\fBqiflush\fR is called, the queues will be flushed when these control
characters are read.
@@ -161,7 +161,7 @@ The entry points \fBintrflush\fR, \fBqiflush\fR, \fBnoqiflush\fR, and
\fBtypeahead\fR are not yet implemented in ncurses 1.8.6. The ncurses
code does not do typeahead checking during input as SVr4 curses does.
.SH SEE ALSO
-\fBncurses\fR(3), \fBcurs_getch\fR(3), \fBcurs_initscr\fR(3), \fBtermio\fR(7)
+\fBncurses\fR(3), \fBcurs_getch\fR(3), \fBcurs_initscr\fR(3), \fBtermios\fR(4)
.\"#
.\"# The following sets edit modes for GNU EMACS
.\"# Local Variables: