From d31e57413fd1b985f95d83ce993f5f8162d8a0e4 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 Dec 2002 12:48:12 +0000 Subject: [PATCH] Remove trailing whitespace and a superfluous Pp, and end a sentence with a dot. --- lib/libcurses/curses_pad.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/libcurses/curses_pad.3 b/lib/libcurses/curses_pad.3 index cc64759af2e2..3b40ebe9550b 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