diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 11:06:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 11:06:50 +0000 |
commit | 212ffff119e8aa5436fe7f4c7ccd84468cd8ffdb (patch) | |
tree | 8496c9463f319227674474b6fb08ed011936b3e8 /lib/libcurses/curs_deleteln.3 | |
parent | c3e60c0cfaa5bb0eb5b3ce7d12a3e17299e28871 (diff) |
typos;
diffs passed on to curses people.
Diffstat (limited to 'lib/libcurses/curs_deleteln.3')
-rw-r--r-- | lib/libcurses/curs_deleteln.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curs_deleteln.3 b/lib/libcurses/curs_deleteln.3 index 69699b7d430..26f04cdfff2 100644 --- a/lib/libcurses/curs_deleteln.3 +++ b/lib/libcurses/curs_deleteln.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_deleteln.3,v 1.8 2001/01/22 18:01:33 millert Exp $ +.\" $OpenBSD: curs_deleteln.3,v 1.9 2003/05/12 11:06:49 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998,2000 Free Software Foundation, Inc. * @@ -63,7 +63,7 @@ bottom lines are lost. For negative \fIn\fR, delete \fIn\fR lines (starting with the one under the cursor), and move the remaining lines up. The bottom \fIn\fR lines are cleared. The current cursor position remains the same. -The \fBinsertln\fR and \fBwinsertln\fR routines, insert a blank line above the +The \fBinsertln\fR and \fBwinsertln\fR routines insert a blank line above the current line and the bottom line is lost. .SH RETURN VALUE All routines return the integer \fBERR\fR upon failure and an \fBOK\fR (SVr4 |