Drop trailing whitespace.

This commit is contained in:
snj 2004-03-16 19:08:15 +00:00
parent 6b89d04a4a
commit 066778123d
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_inch.3,v 1.6 2004/01/20 08:27:47 wiz Exp $
.\" $NetBSD: curses_inch.3,v 1.7 2004/03/16 19:08:15 snj Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@ -145,12 +145,12 @@ is similar to the
.Fn inchstr
function, excepting that the array of characters returned is stripped of all
the curses attributes making it a plain character string.
.Pp
The
.Pp
The
.Fn mvinchstr ,
.Fn mvinchnstr ,
.Fn mvwinchstr ,
and
and
.Fn mvwinchnstr
functions are the same as the
.Fn inchstr ,
@ -160,7 +160,7 @@ and
.Fn winchstr
functions, respectively, except 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 output is printed on the window.