diff --git a/lib/libcurses/curses_window.3 b/lib/libcurses/curses_window.3 index 10aea9032ea5..cb1a301370d5 100644 --- a/lib/libcurses/curses_window.3 +++ b/lib/libcurses/curses_window.3 @@ -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 (blymn@NetBSD.org, brett_lymn@yahoo.com.au) @@ -226,7 +226,8 @@ resizes the specified window to the new number of lines and columns 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 @@ The function completed successfully. 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