Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/8cb59866ff0e
branches:  trunk
changeset: 538474:8cb59866ff0e
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Oct 21 14:06:17 2002 +0000

description:
New sentence, new line.

diffstat:

 lib/libcurses/curses_add.3    |  8 +++++---
 lib/libcurses/curses_screen.3 |  5 +++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 97097d76d13e -r 8cb59866ff0e lib/libcurses/curses_add.3
--- a/lib/libcurses/curses_add.3        Mon Oct 21 13:59:52 2002 +0000
+++ b/lib/libcurses/curses_add.3        Mon Oct 21 14:06:17 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_add.3,v 1.2 2002/10/21 13:59:52 wiz Exp $
+.\"    $NetBSD: curses_add.3,v 1.3 2002/10/21 14:06:17 grant Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%netbsd.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -62,8 +62,10 @@
 to
 .Dv stdscr
 at the current cursor position and advances the current cursor
-position by one.  Any character attributes currently set will be
-applied to the added character.  The
+position by one.
+Any character attributes currently set will be
+applied to the added character.
+The
 .Fn waddch
 function is the same as the
 .Fn addch
diff -r 97097d76d13e -r 8cb59866ff0e lib/libcurses/curses_screen.3
--- a/lib/libcurses/curses_screen.3     Mon Oct 21 13:59:52 2002 +0000
+++ b/lib/libcurses/curses_screen.3     Mon Oct 21 14:06:17 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_screen.3,v 1.1 2002/10/21 13:55:20 blymn Exp $
+.\"    $NetBSD: curses_screen.3,v 1.2 2002/10/21 14:06:18 grant Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%netbsd.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -82,7 +82,8 @@
 .Fa outfd
 and
 .Fa infd
-are the output and input file descriptors for the terminal. The
+are the output and input file descriptors for the terminal.
+The
 .Fn newterm
 function must only be called once  per terminal.
 .Pp



Home | Main Index | Thread Index | Old Index