summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/curs_scr_dmp.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_scr_dmp.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_scr_dmp.3')
-rw-r--r--lib/libncurses/curs_scr_dmp.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libncurses/curs_scr_dmp.3 b/lib/libncurses/curs_scr_dmp.3
index d74456d..622b0f9 100644
--- a/lib/libncurses/curs_scr_dmp.3
+++ b/lib/libncurses/curs_scr_dmp.3
@@ -1,8 +1,8 @@
-.TH curs_scr_dump 3X ""
+.TH curs_scr_dump 3 ""
.SH NAME
-\fBcurs_scr_dump\fR: \fBscr_dump\fR, \fBscr_restore\fR,
-\fBscr_init\fR, \fBscr_set\fR - read (write) a \fBncurses\fR screen
-from (to) a file
+\fBscr_dump\fR, \fBscr_restore\fR,
+\fBscr_init\fR,
+\fBscr_set\fR - read (write) a \fBncurses\fR screen from (to) a file
.SH SYNOPSIS
\fB#include <ncurses.h>\fR
@@ -39,17 +39,17 @@ what is currently on the screen, and also what the program wants on the screen.
This can be thought of as a screen inheritance function.
To read (write) a window from (to) a file, use the \fBgetwin\fR and
-\fBputwin\fR routines [see \fBcurs_util\fR(3X)].
+\fBputwin\fR routines [see \fBcurs_util\fR(3)].
.SH RETURN VALUE
All routines return the integer \fBERR\fR upon failure and \fBOK\fR
upon success.
.SH NOTES
Note that \fBscr_init\fR, \fBscr_set\fR, and \fBscr_restore\fR may be macros.
.BUGS
-The time-stamp and rmcup/nrrmc checks are not implemented in \fBncurses\fR(3X).
+The time-stamp and rmcup/nrrmc checks are not implemented in \fBncurses\fR(3).
.SH SEE ALSO
-\fBncurses\fR(3X), \fBcurs_initscr\fR(3X), \fBcurs_refresh\fR(3X),
-\fBcurs_util\fR(3X), \fBsystem\fR(3S)
+\fBncurses\fR(3), \fBcurs_initscr\fR(3), \fBcurs_refresh\fR(3),
+\fBcurs_util\fR(3), \fBsystem\fR(3)
.\"#
.\"# The following sets edit modes for GNU EMACS
.\"# Local Variables:
OpenPOWER on IntegriCloud