summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-03-17 08:39:54 +0000
committerwiz <wiz@NetBSD.org>2003-03-17 08:39:54 +0000
commit64e132da8bb76f2cef3024c2a8bfbd1f8a255e17 (patch)
treeb10ca7e494632af2d8f06c95b67e4f4b9b6d8f52
parentaae776727fe44027171284b3d45d11b45b19f555 (diff)
Fix typo.
-rw-r--r--lib/libcurses/curses_window.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses_window.3 b/lib/libcurses/curses_window.3
index 7a428250756..c79844534fd 100644
--- a/lib/libcurses/curses_window.3
+++ b/lib/libcurses/curses_window.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_window.3,v 1.5 2003/03/03 14:21:12 dsl Exp $
+.\" $NetBSD: curses_window.3,v 1.6 2003/03/17 08:39:54 wiz Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@@ -176,7 +176,7 @@ for the window is set to
.Fa begin_y
+
.Fa cols .
-If the terminal, or in the case of a subwindow then enclosing window,
+If the terminal, or in the case of a subwindow the enclosing window,
is resized then the window size will be recalculated so that the window
ends the same number of columns from the far edge.
.Pp