diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-03 05:21:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-03 05:21:47 +0000 |
commit | 211326e37501ac01a66994a221020b75ab5f63f0 (patch) | |
tree | 6d6c7182f1034b1b04c98386a1c3ba44e8accd5f /lib/libcurses/curs_scr_dmp.3 | |
parent | 7c742f381e7808d0b12c17b534305751f3ebb0cb (diff) |
Merge of ncurses-4.1-971129
Diffstat (limited to 'lib/libcurses/curs_scr_dmp.3')
-rw-r--r-- | lib/libcurses/curs_scr_dmp.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcurses/curs_scr_dmp.3 b/lib/libcurses/curs_scr_dmp.3 index c1b89f12059..5f7765ded27 100644 --- a/lib/libcurses/curs_scr_dmp.3 +++ b/lib/libcurses/curs_scr_dmp.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: curs_scr_dmp.3,v 1.2 1997/12/03 05:21:03 millert Exp $ .TH curs_scr_dump 3X "" .SH NAME \fBscr_dump\fR, \fBscr_restore\fR, @@ -40,7 +41,7 @@ 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. @@ -54,8 +55,8 @@ The SVr4 docs merely say under \fBscr_init\fR that the dump data is also considered invalid "if the time-stamp of the tty is old" but don't define "old". .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_initscr\fR(3X), \fBcurs_refresh\fR(3X), -\fBcurs_util\fR(3X), \fBsystem\fR(3S) +\fBcurses\fR(3), \fBcurs_initscr\fR(3), \fBcurs_refresh\fR(3), +\fBcurs_util\fR(3), \fBsystem\fR(3S) .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: |