Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses getch(3), not curses_getch(3). New sentence, n...



details:   https://anonhg.NetBSD.org/src/rev/11f26d4edaa8
branches:  trunk
changeset: 545772:11f26d4edaa8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 16 12:29:42 2003 +0000

description:
getch(3), not curses_getch(3). New sentence, new line.

diffstat:

 lib/libcurses/curses_refresh.3 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 32ee0a7568d7 -r 11f26d4edaa8 lib/libcurses/curses_refresh.3
--- a/lib/libcurses/curses_refresh.3    Wed Apr 16 12:15:07 2003 +0000
+++ b/lib/libcurses/curses_refresh.3    Wed Apr 16 12:29:42 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_refresh.3,v 1.8 2003/03/29 21:43:23 jdc Exp $
+.\"    $NetBSD: curses_refresh.3,v 1.9 2003/04/16 12:29:42 wiz Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -67,7 +67,8 @@
 .Fn refresh
 function causes curses to propagate changes made to
 .Dv stdscr
-to the terminal display.  Any changes made to subwindows of
+to the terminal display.
+Any changes made to subwindows of
 .Dv stdscr
 are also propagated.
 .Pp
@@ -139,9 +140,9 @@
 An error occurred in the function.
 .El
 .Sh SEE ALSO
-.Xr curses_getch 3 ,
 .Xr curses_pad 3 ,
-.Xr curses_touch 3
+.Xr curses_touch 3 ,
+.Xr getch 3
 .Sh NOTES
 Calling
 .Fn wrefresh



Home | Main Index | Thread Index | Old Index