Drop trailing whitespace.

This commit is contained in:
wiz 2002-10-21 13:59:52 +00:00
parent 23b2be97b5
commit 2d2d45bde2
7 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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