X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=387479dd2d51442a89cd237ea3d7631b7f1fd496;hb=75a9c36c205ebefe07580acd0b1053a2abbd44b9;hp=1a2390aca868a46be9906eaa5a87fe2bb0696816;hpb=f79c210479470378389aab5b8d4d42d4a7f3d9a4;p=ncurses.git diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index 1a2390ac..387479dd 100644 --- a/doc/html/man/curs_deleteln.3x.html +++ b/doc/html/man/curs_deleteln.3x.html @@ -1,6 +1,6 @@ -curs_deleteln 3x 2022-02-12 ncurses 6.4 Library calls +curs_deleteln 3x 2024-03-16 ncurses 6.4 Library calls -

curs_deleteln 3x 2022-02-12 ncurses 6.4 Library calls

+

curs_deleteln 3x 2024-03-16 ncurses 6.4 Library calls

 curs_deleteln(3x)                Library calls               curs_deleteln(3x)
 
@@ -48,7 +48,7 @@
 
 

NAME

        deleteln,  wdeleteln, insdelln, winsdelln, insertln, winsertln - delete
-       and insert lines in a curses window
+       or insert lines in a curses window
 
 
 

SYNOPSIS

@@ -81,7 +81,7 @@
 
 
 

RETURN VALUE

-       All routines return the integer  ERR  upon  failure  and  an  OK  (SVr4
+       These routines return the integer ERR upon  failure  and  an  OK  (SVr4
        specifies  only  "an  integer  value  other  than ERR") upon successful
        completion.
 
@@ -89,12 +89,6 @@
        window parameter is null, an error is returned.
 
 
-

PORTABILITY

-       These functions are described in the XSI Curses standard, Issue 4.  The
-       standard specifies that they return ERR on failure,  but  specifies  no
-       error conditions.
-
-
 

NOTES

        Note that all but winsdelln may be macros.
 
@@ -104,12 +98,18 @@
        window.
 
 
+

PORTABILITY

+       These functions are described in the XSI Curses standard, Issue 4.  The
+       standard  specifies  that  they return ERR on failure, but specifies no
+       error conditions.
+
+
 

SEE ALSO

        curses(3x)
 
 
 
-ncurses 6.4                       2022-02-12                 curs_deleteln(3x)
+ncurses 6.4                       2024-03-16                 curs_deleteln(3x)