X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=15a379a9e5771fdc556453b3fc0ead751ba677c8;hp=b78710f2b4d3be3d729f0c0238633b18aa18dc72;hb=HEAD;hpb=d79ff7b4d5f5ac63e7d9d7e76706d95a1ddb243c diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index b78710f2..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 2023-07-01 ncurses 6.4 Library calls +curs_deleteln 3x 2024-04-20 ncurses 6.5 Library calls -

curs_deleteln 3x 2023-07-01 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                       2023-07-01                 curs_deleteln(3x)
+ncurses 6.5                       2024-04-20                 curs_deleteln(3x)