diff options
| author | wiz <wiz@NetBSD.org> | 2002-12-23 12:48:12 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-12-23 12:48:12 +0000 |
| commit | d31e57413fd1b985f95d83ce993f5f8162d8a0e4 (patch) | |
| tree | 71a14b2fd3f05c2eb8c78231dfeb9989edf4820a /lib/libcurses | |
| parent | 095017c9efcc32181a8f3b51cc9ace3c2e0af7e0 (diff) | |
Remove trailing whitespace and a superfluous Pp, and end a sentence with a dot.
Diffstat (limited to 'lib/libcurses')
| -rw-r--r-- | lib/libcurses/curses_pad.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libcurses/curses_pad.3 b/lib/libcurses/curses_pad.3 index cc64759af2e..3b40ebe9550 100644 --- a/lib/libcurses/curses_pad.3 +++ b/lib/libcurses/curses_pad.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_pad.3,v 1.1 2002/12/23 12:27:43 jdc Exp $ +.\" $NetBSD: curses_pad.3,v 1.2 2002/12/23 12:48:12 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -57,7 +57,7 @@ The .Fn newpad function creates a new pad of size .Fa lines , -.Fa cols +.Fa cols . .Pp .Fn subpad is similar to @@ -82,7 +82,7 @@ A rectangular area of the pad starting at column and row .Fa pbeg_x is copied to the corresponding rectangular area of the screen buffer starting at column and row -.Fa sbeg_y , +.Fa sbeg_y , .Fa sbeg_x and extending to .Fa smax_y , @@ -98,7 +98,7 @@ A rectangular area of the pad starting at column and row .Fa pbeg_x is copied to the corresponding rectangular area of the terminal starting at column and row -.Fa sbeg_y , +.Fa sbeg_y , .Fa sbeg_x and extending to .Fa smax_y , @@ -111,7 +111,6 @@ and functions can be used together to speed up terminal redraws by deferring the actual terminal updates until after a batch of updates to multiple pads has been done. -.Pp .Sh RETURN VALUES Functions returning pointers will return .Dv NULL |
