Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Sort SECTIONS. Punctuation fix.



details:   https://anonhg.NetBSD.org/src/rev/ee3be3de92ab
branches:  trunk
changeset: 538478:ee3be3de92ab
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 21 14:15:31 2002 +0000

description:
Sort SECTIONS. Punctuation fix.

diffstat:

 lib/libcurses/curses_print.3 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r afd6c1d4cb49 -r ee3be3de92ab lib/libcurses/curses_print.3
--- a/lib/libcurses/curses_print.3      Mon Oct 21 14:14:35 2002 +0000
+++ b/lib/libcurses/curses_print.3      Mon Oct 21 14:15:31 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_print.3,v 1.1 2002/10/21 13:55:18 blymn Exp $
+.\"    $NetBSD: curses_print.3,v 1.2 2002/10/21 14:15:31 wiz Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%netbsd.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -73,7 +73,7 @@
 .Fn printw
 function, excepting that the resulting output is printed on the window
 specified by
-.Fa win.
+.Fa win .
 .Pp
 The
 .Fn mvprintw
@@ -110,15 +110,15 @@
 .It Er ERR
 An error occurred in the function.
 .El
+.Sh SEE ALSO
+.Xr curses_cursor 3 ,
+.Xr curses_scan 3 ,
+.Xr printf 3
 .Sh STANDARDS
 The
 .Nx
 Curses library complies with the X/Open Curses specification, part of the
 Single Unix Specification.
-.Sh SEE ALSO
-.Xr curses_cursor 3 ,
-.Xr curses_scan 3 ,
-.Xr printf 3
 .Sh HISTORY
 The Curses package appeared in
 .Bx 4.0 .



Home | Main Index | Thread Index | Old Index