diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-10 03:54:20 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-10 03:54:20 +0000 |
commit | 70c71e23c220a58f2994b55e13bda7f7b94069a0 (patch) | |
tree | 888984065839648ccccac2458ca8a54e7f631fab /lib/libcurses/curs_addchstr.3 | |
parent | 83198659bb5d3dc345f178af176824773b2585d6 (diff) |
typos, then -> than, from Michael Knudsen
Diffstat (limited to 'lib/libcurses/curs_addchstr.3')
-rw-r--r-- | lib/libcurses/curs_addchstr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curs_addchstr.3 b/lib/libcurses/curs_addchstr.3 index a69352ae2e8..f58a9021406 100644 --- a/lib/libcurses/curs_addchstr.3 +++ b/lib/libcurses/curs_addchstr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_addchstr.3,v 1.7 2000/07/10 03:06:04 millert Exp $ +.\" $OpenBSD: curs_addchstr.3,v 1.8 2004/12/10 03:54:19 jaredy Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998,2000 Free Software Foundation, Inc. * @@ -64,7 +64,7 @@ The window cursor is \fInot\fR advanced, and these routines work faster than (such as for the newline, backspace, or carriage return characters), they don't advance the current cursor position, they don't expand other control characters to ^-escapes, and they truncate the string if it crosses the right margin, -rather then wrapping it around to the new line. +rather than wrapping it around to the new line. .SH RETURN VALUES All routines return the integer \fBERR\fR upon failure and \fBOK\fR on success |