X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=59a0f12229242c78c69598fcb74ef6aeca11dbf6;hp=1a2390aca868a46be9906eaa5a87fe2bb0696816;hb=HEAD;hpb=f79c210479470378389aab5b8d4d42d4a7f3d9a4 diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index 1a2390ac..c9c50014 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-04-20 ncurses 6.5 Library calls -

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

+

curs_deleteln 3x 2024-04-20 ncurses 6.5 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 X/Open Curses, 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.5                       2024-04-20                 curs_deleteln(3x)