summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/curs_inchstr.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_inchstr.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_inchstr.3')
-rw-r--r--lib/libncurses/curs_inchstr.311
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libncurses/curs_inchstr.3 b/lib/libncurses/curs_inchstr.3
index 0ee8c1f..83e7ee7 100644
--- a/lib/libncurses/curs_inchstr.3
+++ b/lib/libncurses/curs_inchstr.3
@@ -1,9 +1,8 @@
-.TH curs_inchstr 3X ""
+.TH curs_inchstr 3 ""
.SH NAME
-\fBcurs_inchstr\fR: \fBinchstr\fR, \fBinchnstr\fR, \fBwinchstr\fR,
+\fBinchstr\fR, \fBinchnstr\fR, \fBwinchstr\fR,
\fBwinchnstr\fR, \fBmvinchstr\fR, \fBmvinchnstr\fR, \fBmvwinchstr\fR,
-\fBmvwinchnstr\fR - get a string of characters (and attributes) from a
-\fBncurses\fR window
+\fBmvwinchnstr\fR - get a string of characters (and attributes) from a \fBncurses\fR window
.SH SYNOPSIS
\fB#include <ncurses.h>\fR
@@ -30,14 +29,14 @@ right margin of the window. The four functions with \fIn\fR as
the last argument, return a leading substring at most \fIn\fR characters long.
Constants defined in \fB<ncurses.h>\fR can be used with the \fB&\fR (logical
AND) operator to extract the character or the attribute alone from any position
-in the \fIchstr\fR [see curs_inch(3X)].
+in the \fIchstr\fR [see curs_inch(3)].
.SH RETURN VALUE
All routines return the integer \fBERR\fR upon failure and an integer value
other than \fBERR\fR upon successful completion.
.SH NOTES
Note that all routines except \fBwinchnstr\fR may be macros.
.SH SEE ALSO
-\fBncurses\fR(3X), \fBcurs_inch\fR(3X).
+\fBncurses\fR(3), \fBcurs_inch\fR(3).
.\"#
.\"# The following sets edit modes for GNU EMACS
.\"# Local Variables:
OpenPOWER on IntegriCloud