diff --git a/lib/libcurses/curses_add.3 b/lib/libcurses/curses_add.3 index 6bc0923e56b4..2d3f49e4332b 100644 --- a/lib/libcurses/curses_add.3 +++ b/lib/libcurses/curses_add.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_add.3,v 1.1 2002/10/21 13:55:08 blymn Exp $ +.\" $NetBSD: curses_add.3,v 1.2 2002/10/21 13:59:52 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -65,7 +65,7 @@ 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 .Fn waddch -function is the same as the +function is the same as the .Fn addch function excepting that the character is added to the window specified. .Pp @@ -80,13 +80,13 @@ effect at the time will be applied to the added string, does the same thing but adds the string to the specified window. Similarly, .Fn addnstr -will add the contents of +will add the contents of .Fa string -to +to .Dv stdscr but will limit the number of characters added to be, at most, .Fa len . -If +If .Fa len is -1 then .Fa addnstr diff --git a/lib/libcurses/curses_deleteln.3 b/lib/libcurses/curses_deleteln.3 index ba760e25c864..b20bd0611260 100644 --- a/lib/libcurses/curses_deleteln.3 +++ b/lib/libcurses/curses_deleteln.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_deleteln.3,v 1.1 2002/10/21 13:55:14 blymn Exp $ +.\" $NetBSD: curses_deleteln.3,v 1.2 2002/10/21 13:59:53 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -55,7 +55,7 @@ The .Fn deleteln function deletes the screen line containing the cursor in the .Dv stdscr . -The +The .Fn wdeleteln function is the same as the .Fn deleteln diff --git a/lib/libcurses/curses_input.3 b/lib/libcurses/curses_input.3 index 646e3d0a867a..78eb0821c8cb 100644 --- a/lib/libcurses/curses_input.3 +++ b/lib/libcurses/curses_input.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_input.3,v 1.1 2002/10/21 13:55:14 blymn Exp $ +.\" $NetBSD: curses_input.3,v 1.2 2002/10/21 13:59:53 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -296,7 +296,7 @@ into an unsigned char and push that character back onto the input stream. Only one character of push-back is guaranteed to work, more may be possible depending on system resources. .Sh RETURN VALUES -If +If .Fn keypad TRUE has been called on a window, then .Fn getch diff --git a/lib/libcurses/curses_line.3 b/lib/libcurses/curses_line.3 index f48304c383eb..f2f0e251b8ab 100644 --- a/lib/libcurses/curses_line.3 +++ b/lib/libcurses/curses_line.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_line.3,v 1.1 2002/10/21 13:55:17 blymn Exp $ +.\" $NetBSD: curses_line.3,v 1.2 2002/10/21 13:59:54 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -130,7 +130,7 @@ and .Fn wvline functions, respectively, excepting that .Fn wmove -is called to move the cursor to the position specified by +is called to move the cursor to the position specified by .Fa y , .Fa x before the line is drawn on the window. diff --git a/lib/libcurses/curses_scroll.3 b/lib/libcurses/curses_scroll.3 index e2c5effc78fa..9a0148e7e5c4 100644 --- a/lib/libcurses/curses_scroll.3 +++ b/lib/libcurses/curses_scroll.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_scroll.3,v 1.1 2002/10/21 13:55:20 blymn Exp $ +.\" $NetBSD: curses_scroll.3,v 1.2 2002/10/21 13:59:54 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -120,7 +120,7 @@ is .Dv FALSE then lines that would force a scroll will be truncated. .Pp -The +The .Fn setscrreg function sets up a software scrolling region on .Dv stdscr diff --git a/lib/libcurses/curses_standout.3 b/lib/libcurses/curses_standout.3 index 2f00d59f9f1f..7492b596e5e6 100644 --- a/lib/libcurses/curses_standout.3 +++ b/lib/libcurses/curses_standout.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_standout.3,v 1.1 2002/10/21 13:55:20 blymn Exp $ +.\" $NetBSD: curses_standout.3,v 1.2 2002/10/21 13:59:54 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -81,7 +81,7 @@ window specified by The .Fn standout and -.Fn standend +.Fn standend functions are equivalent to .Fn attron A_STANDOUT and diff --git a/lib/libcurses/curses_underscore.3 b/lib/libcurses/curses_underscore.3 index 260808ce8f5b..cdee83973975 100644 --- a/lib/libcurses/curses_underscore.3 +++ b/lib/libcurses/curses_underscore.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_underscore.3,v 1.1 2002/10/21 13:55:24 blymn Exp $ +.\" $NetBSD: curses_underscore.3,v 1.2 2002/10/21 13:59:55 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -81,7 +81,7 @@ window specified by The .Fn underscore and -.Fn underend +.Fn underend functions are equivalent to .Fn wattron A_UNDERLINE