X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=94beb03418657167f105008a42ce030e434c3e59;hp=995fbaee304a9d2ca59edfb4dfb87adc2b1454d2;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=8d3ea9021573747ecd129228ba7782a03243f62c diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 995fbaee..94beb034 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,6 +1,6 @@ - + curs_inopts 3x - + @@ -141,7 +141,7 @@

meta

        Initially,  whether the terminal returns 7 or 8 significant bits on in-
-       put depends on the control mode of the tty driver [see termio(7)].   To
+       put depends on the control mode of the tty driver [see termios(3)].  To
        force  8  bits  to be returned, invoke meta(win, TRUE); this is equiva-
        lent, under POSIX, to setting the CS8 flag on the terminal.  To force 7
        bits to be returned, invoke meta(win, FALSE); this is equivalent, under
@@ -177,7 +177,7 @@
 

noqiflush

        When the noqiflush routine is used, normal flush of  input  and  output
        queues  associated  with the INTR, QUIT and SUSP characters will not be
-       done [see termio(7)].  When qiflush  is  called,  the  queues  will  be
+       done [see termios(3)].  When qiflush is  called,  the  queues  will  be
        flushed  when  these control characters are read.  You may want to call
        noqiflush in a signal handler if you want output to continue as  though
        the interrupt had not occurred, after the handler exits.
@@ -274,7 +274,7 @@
 
 

SEE ALSO

        curses(3x),   curs_getch(3x),   curs_initscr(3x),   curs_util(3x),  de-
-       fine_key(3x), termio(7)
+       fine_key(3x), termios(3)