summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/curs_inopts.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-11 23:29:40 +0000
committermpp <mpp@FreeBSD.org>1996-02-11 23:29:40 +0000
commitac5a29837b9370d1a1dbc4d4b296b04e03d155f4 (patch)
tree193a734370d1e9506349c208abaccd85cd75c490 /lib/libncurses/curs_inopts.3
parent3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5 (diff)
downloadFreeBSD-src-ac5a29837b9370d1a1dbc4d4b296b04e03d155f4.zip
FreeBSD-src-ac5a29837b9370d1a1dbc4d4b296b04e03d155f4.tar.gz
Correct man page section number references (e.g. don't use the
old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck.
Diffstat (limited to 'lib/libncurses/curs_inopts.3')
-rw-r--r--lib/libncurses/curs_inopts.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libncurses/curs_inopts.3 b/lib/libncurses/curs_inopts.3
index d50830d..cfa4085 100644
--- a/lib/libncurses/curs_inopts.3
+++ b/lib/libncurses/curs_inopts.3
@@ -1,6 +1,6 @@
-.TH curs_inopts 3X ""
+.TH curs_inopts 3 ""
.SH NAME
-\fBcurs_inopts\fR: \fBcbreak\fR, \fBnocbreak\fR, \fBecho\fR,
+\fBcbreak\fR, \fBnocbreak\fR, \fBecho\fR,
\fBnoecho\fR, \fBhalfdelay\fR, \fBintrflush\fR, \fBkeypad\fR,
\fBmeta\fR, \fBnodelay\fR, \fBnotimeout\fR, \fBraw\fR, \fBnoraw\fR,
\fBnoqiflush\fR, \fBqiflush\fR, \fBtimeout\fR, \fBwtimeout\fR,
@@ -53,7 +53,7 @@ mode.
Initially the terminal may or may not be in \fBcbreak\fR mode, as the mode is
inherited; therefore, a program should call \fBcbreak\fR or \fBnocbreak\fR
explicitly. Most interactive programs using \fBncurses\fR set the \fBcbreak\fR
-mode. Note that \fBcbreak\fR overrides \fBraw\fR. [See curs_getch(3X) for a
+mode. Note that \fBcbreak\fR overrides \fBraw\fR. [See curs_getch(3) for a
discussion of how these routines interact with \fBecho\fR and \fBnoecho\fR.]
The \fBecho\fR and \fBnoecho\fR routines control whether characters typed by
@@ -61,7 +61,7 @@ the user are echoed by \fBgetch\fR as they are typed. Echoing by the tty
driver is always disabled, but initially \fBgetch\fR is in echo mode, so
characters typed are echoed. Authors of most interactive programs prefer to do
their own echoing in a controlled area of the screen, or not to echo at all, so
-they disable echoing by calling \fBnoecho\fR. [See curs_getch(3X) for a
+they disable echoing by calling \fBnoecho\fR. [See curs_getch(3) for a
discussion of how these routines interact with \fBcbreak\fR and
\fBnocbreak\fR.]
@@ -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(3X), \fBcurs_getch\fR(3X), \fBcurs_initscr\fR(3X), \fBtermio\fR(7)
+\fBncurses\fR(3), \fBcurs_getch\fR(3), \fBcurs_initscr\fR(3), \fBtermio\fR(7)
.\"#
.\"# The following sets edit modes for GNU EMACS
.\"# Local Variables:
OpenPOWER on IntegriCloud