X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_clear.3x;h=fd30771117753b98b9e424428a6bc11b658e96a7;hb=HEAD;hp=b81273e86b2f254514e0c8b8274b77f5c4acb1d0;hpb=e6725415d8e5cbb514b8d6056e0700152c540fa0;p=ncurses.git diff --git a/man/curs_clear.3x b/man/curs_clear.3x index b81273e8..66d84582 100644 --- a/man/curs_clear.3x +++ b/man/curs_clear.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_clear.3x,v 1.44 2024/01/05 21:46:58 tom Exp $ -.TH curs_clear 3X 2024-01-05 "ncurses 6.4" "Library calls" +.\" $Id: curs_clear.3x,v 1.50 2024/05/25 20:10:58 tom Exp $ +.TH curs_clear 3X 2024-05-25 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -96,7 +96,9 @@ All routines return the integer \fBOK\fP on success and \fBERR\fP on failure. X/Open defines no error conditions. In this implementation, .bP -functions using a window pointer parameter return an error if it is null +functions using a window pointer parameter return +.B ERR +if it is null .bP \fBwclrtoeol\fP returns an error if the cursor position is about to wrap. @@ -104,7 +106,7 @@ if the cursor position is about to wrap. Note that \fBerase\fP, \fBwerase\fP, \fBclear\fP, \fBwclear\fP, \fBclrtobot\fP, and \fBclrtoeol\fP may be macros. .SH PORTABILITY -These functions are described in the XSI Curses standard, Issue 4. +These functions are described in X/Open Curses, Issue 4. .PP The SVr4.0 manual says that these functions could return \*(``or a non-negative integer if \fB\%immedok\fP is set\*('',