From e6e9b32c339ecb86bb1fc1e13e1141b47e8da43a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 May 2003 09:25:52 +0000 Subject: [PATCH] Grammar fix; no functions returnint pointers here, so remove section about those functions from RETURN VALUES section. --- lib/libcurses/curses_addchstr.3 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/lib/libcurses/curses_addchstr.3 b/lib/libcurses/curses_addchstr.3 index 60a4860d90c3..b591d93d7c9e 100644 --- a/lib/libcurses/curses_addchstr.3 +++ b/lib/libcurses/curses_addchstr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_addchstr.3,v 1.1 2003/05/21 21:19:52 jdc Exp $ +.\" $NetBSD: curses_addchstr.3,v 1.2 2003/05/22 09:25:52 wiz Exp $ .\" .\" Copyright (c) 2003 .\" Douwe Kiela (virtus@wanadoo.nl) @@ -73,8 +73,7 @@ or to the specified window. .Pp The .Fn addchstr -function -will add the characters and their attributes passed in +function will add the characters and their attributes passed in .Fa chstr to .Dv stdscr @@ -111,8 +110,7 @@ will be merged with the background attributes currently set on .Pp The .Fn waddchnstr -function -does the same as +function does the same as .Fa addchnstr but adds the string to the window specified by .Fa win . @@ -129,18 +127,14 @@ are the same as the functions .Fn waddchstr and .Fn waddchnstr , -respectively, excepting that +respectively, except that .Fn wmove is called to move the cursor to the position specified by .Fa y , .Fa x before the string is added to the window. .Sh RETURN VALUES -Functions returning pointers will return -.Dv NULL -if an error is detected. -The functions that return an int will return one of the following -values: +The functions will return one of the following values: .Pp .Bl -tag -width ERR -compact .It Er OK