X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;h=13eba81072167ee48a0484731a194250cf4848a7;hp=52968d5ed0adfede7cb76742f4142af021393f1b;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index 52968d5e..13eba810 100644 --- a/doc/html/man/curs_getstr.3x.html +++ b/doc/html/man/curs_getstr.3x.html @@ -1,6 +1,6 @@ - + curs_getstr 3x @@ -94,7 +94,7 @@ In this implementation, these functions return an error if the window pointer is null, or if its timeout expires without having any data. - This implementation provides an extension as well. If a SIGWINCH in- + This implementation provides an extension as well. If a SIGWINCH in- terrupts the function, it will return KEY_RESIZE rather than OK or ERR. Functions with a "mv" prefix first perform a cursor movement using @@ -109,8 +109,8 @@

PORTABILITY

        These  functions  are  described  in  the XSI Curses standard, Issue 4.
        They read single-byte characters only.  The standard  does  not  define
-       any  error  conditions.   This implementation returns ERR if the window
-       pointer is null, or if the lower-level wgetch(3x) call returns an ERR.
+       any  error  conditions.   This implementation returns ERR if the window
+       pointer is null, or if the lower-level wgetch(3x) call returns an ERR.
 
        SVr3 and early SVr4 curses  implementations  did  not  reject  function
        keys;  the  SVr4.0  documentation  claimed that "special keys" (such as