Module Name: src
Committed By: wiz
Date: Mon May 18 09:30:31 UTC 2009
Modified Files:
src/lib/libcurses: curses_window.3
Log Message:
Sort SEE ALSO. New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libcurses/curses_window.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcurses/curses_window.3
diff -u src/lib/libcurses/curses_window.3:1.12 src/lib/libcurses/curses_window.3:1.13
--- src/lib/libcurses/curses_window.3:1.12 Mon Apr 14 21:26:16 2008
+++ src/lib/libcurses/curses_window.3 Mon May 18 09:30:31 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_window.3,v 1.12 2008/04/14 21:26:16 jdc Exp $
+.\" $NetBSD: curses_window.3,v 1.13 2009/05/18 09:30:31 wiz Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn ([email protected], [email protected])
@@ -226,7 +226,8 @@
given, all internal curses structures are resized.
Any subwindows of the specified window will also be resized if any part
of them falls outside the new parent window size.
-The application must redraw the window after it has been resized. Note that
+The application must redraw the window after it has been resized.
+Note that
.Dv curscr
and
.Dv stdscr
@@ -245,8 +246,8 @@
An error occurred in the function.
.El
.Sh SEE ALSO
-.Xr curses_pad 3 ,
.Xr curses_fileio 3 ,
+.Xr curses_pad 3 ,
.Xr curses_screen 3
.Sh STANDARDS
The