X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_instr.3x.html;h=9012f5ebf8c8828f22a073a59aec14f1e9068bcf;hp=da74fd1aa79a9e64b82049d71d6ecf84e9ce5df0;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hpb=a8e3f06ac309504143cd56ac9ec55889bfdf4914 diff --git a/doc/html/man/curs_instr.3x.html b/doc/html/man/curs_instr.3x.html index da74fd1a..9012f5eb 100644 --- a/doc/html/man/curs_instr.3x.html +++ b/doc/html/man/curs_instr.3x.html @@ -1,6 +1,6 @@ @@ -78,12 +78,15 @@ All of the functions return ERR upon failure, or the num- ber of characters actually read into the string. - X/Open defines no error conditions. In this implementa- - tion, if the window parameter is null or the str parameter - is null, a zero is returned. + X/Open Curses defines no error conditions. In this imple- + mentation: - Functions with a "mv" prefix first perform a cursor move- - ment using wmove, and return an error if the position is + o If the win parameter is null, an error is returned, + + o If the chstr parameter is null, an error is returned, + + Functions with a "mv" prefix first perform a cursor move- + ment using wmove, and return an error if the position is outside the window, or if the window pointer is null. @@ -92,11 +95,11 @@

PORTABILITY

-       SVr4 does not document whether a length limit includes  or
+       SVr4  does not document whether a length limit includes or
        excludes the trailing NUL.
 
-       The  ncurses library extends the XSI description by allow-
-       ing a negative value for n.  In this case,  the  functions
+       The ncurses library extends the XSI description by  allow-
+       ing  a  negative value for n.  In this case, the functions
        return the string ending at the right margin.