summaryrefslogtreecommitdiff
path: root/lib/libcurses/curs_getyx.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-12 11:06:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-12 11:06:50 +0000
commit212ffff119e8aa5436fe7f4c7ccd84468cd8ffdb (patch)
tree8496c9463f319227674474b6fb08ed011936b3e8 /lib/libcurses/curs_getyx.3
parentc3e60c0cfaa5bb0eb5b3ce7d12a3e17299e28871 (diff)
typos;
diffs passed on to curses people.
Diffstat (limited to 'lib/libcurses/curs_getyx.3')
-rw-r--r--lib/libcurses/curs_getyx.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curs_getyx.3 b/lib/libcurses/curs_getyx.3
index 41c6f5eb2ca..95921476314 100644
--- a/lib/libcurses/curs_getyx.3
+++ b/lib/libcurses/curs_getyx.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: curs_getyx.3,v 1.5 1998/09/13 19:16:19 millert Exp $
+.\" $OpenBSD: curs_getyx.3,v 1.6 2003/05/12 11:06:49 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -56,7 +56,7 @@ variables \fIy\fR and \fIx\fR. Otherwise, \fB-1\fR is placed into \fIy\fR and
Like \fBgetyx\fR, the \fBgetbegyx\fR and \fBgetmaxyx\fR macros store
the current beginning coordinates and size of the specified window.
.SH RETURN VALUE
-The return values of these macros are undefined (\fIi\fR.\fIe\fR.,
+The return values of these macros are undefined (i.e.,
they should not be used as the right-hand side of assignment
statements).
.SH NOTES