X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=123fcb2c19c8a2595c6314853a26a7fd00e2f635;hp=3968e87bd011b08c6c8df5493a1c4221841bd9c1;hb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;hpb=acb4184f8f69fddd052a3daa8c8675f4bf8ce369;ds=inline diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 3968e87b..123fcb2c 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,6 +1,6 @@ @@ -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)