X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=3968e87bd011b08c6c8df5493a1c4221841bd9c1;hp=7aea80376f0d722b7dbb0e76788674b25d02c15c;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 7aea8037..3968e87b 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,6 +1,6 @@ - + curs_inopts 3x @@ -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.