X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=995fbaee304a9d2ca59edfb4dfb87adc2b1454d2;hp=7aea80376f0d722b7dbb0e76788674b25d02c15c;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=06078d3fa68db669ed37178c01873546b4b28745 diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 7aea8037..995fbaee 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_inopts.3x,v 1.25 2017/02/18 16:39:44 tom Exp @ + * @Id: curs_inopts.3x,v 1.26 2017/11/21 00:47:10 tom Exp @ --> @@ -112,7 +112,7 @@ The halfdelay routine is used for half-delay mode, which is similar to cbreak mode in that characters typed by the user are immediately avail- able to the program. However, after blocking for tenths tenths of sec- - onds, ERR is returned if nothing has been typed. The value of tenths + onds, ERR is returned if nothing has been typed. The value of tenths must be a number between 1 and 255. Use nocbreak to leave half-delay mode. @@ -207,7 +207,7 @@

RETURN VALUE

-       All routines that return an integer return  ERR  upon  failure  and  OK
+       All routines that return an integer return  ERR  upon  failure  and  OK
        (SVr4 specifies only "an integer value other than ERR") upon successful
        completion, unless otherwise noted in the  preceding  routine  descrip-
        tions.