ioctl.2, termios.3, console_codes.4, tty.4, tty_ioctl.4, vcs.4: Change page cross-references for console_ioctl(4) to ioctl_console(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-03-29 07:10:36 +02:00
parent 693dc407a6
commit d49a22201d
6 changed files with 8 additions and 8 deletions

View File

@ -142,6 +142,7 @@ flag.
.SH SEE ALSO .SH SEE ALSO
.BR execve (2), .BR execve (2),
.BR fcntl (2), .BR fcntl (2),
.BR ioctl_console (2),
.BR ioctl_fat (2), .BR ioctl_fat (2),
.BR ioctl_ficlonerange (2), .BR ioctl_ficlonerange (2),
.BR ioctl_fideduperange (2), .BR ioctl_fideduperange (2),
@ -150,7 +151,6 @@ flag.
.BR ioctl_ns (2), .BR ioctl_ns (2),
.BR open (2), .BR open (2),
.\" .BR mt (4), .\" .BR mt (4),
.BR console_ioctl (4),
.BR sd (4), .BR sd (4),
.BR tty (4), .BR tty (4),
.BR tty_ioctl (4) .BR tty_ioctl (4)

View File

@ -1090,6 +1090,6 @@ behaves like
.BR tput (1), .BR tput (1),
.BR tset (1), .BR tset (1),
.BR tty (1), .BR tty (1),
.BR console_ioctl (4), .BR ioctl_console (2),
.BR tty_ioctl (4), .BR tty_ioctl (4),
.BR setserial (8) .BR setserial (8)

View File

@ -649,5 +649,5 @@ An older version of this document implied that Linux recognizes the
ECMA-48 control sequence for invisible text. ECMA-48 control sequence for invisible text.
It is ignored. It is ignored.
.SH SEE ALSO .SH SEE ALSO
.BR console_ioctl (4), .BR ioctl_console (2),
.BR charsets (7) .BR charsets (7)

View File

@ -76,8 +76,8 @@ to detach itself.
.BR chown (1), .BR chown (1),
.BR mknod (1), .BR mknod (1),
.BR ioctl (2), .BR ioctl (2),
.BR ioctl_console (2),
.BR termios (3), .BR termios (3),
.BR console_ioctl (4),
.BR tty_ioctl (4), .BR tty_ioctl (4),
.BR ttyS (4), .BR ttyS (4),
.BR agetty (8), .BR agetty (8),

View File

@ -470,7 +470,7 @@ and is off for lines with modems.
For the For the
.B TIOCLINUX .B TIOCLINUX
ioctl, see ioctl, see
.BR console_ioctl (4). .BR ioctl_console (2).
.SS Kernel debugging .SS Kernel debugging
.B "#include <linux/tty.h>" .B "#include <linux/tty.h>"
.TP .TP
@ -544,8 +544,8 @@ main(void)
.SH SEE ALSO .SH SEE ALSO
.BR ldattach (1), .BR ldattach (1),
.BR ioctl (2), .BR ioctl (2),
.BR ioctl_console (2),
.BR termios (3), .BR termios (3),
.BR console_ioctl (4),
.BR pty (7) .BR pty (7)
.\" .\"
.\" FIONBIO const int * .\" FIONBIO const int *

View File

@ -73,7 +73,7 @@ argument.
These devices replace the screendump These devices replace the screendump
.BR ioctl (2) .BR ioctl (2)
operations of operations of
.BR console_ioctl (4), .BR ioctl_console (2),
so the system so the system
administrator can control access using filesystem permissions. administrator can control access using filesystem permissions.
.PP .PP
@ -170,7 +170,7 @@ main(void)
} }
.fi .fi
.SH SEE ALSO .SH SEE ALSO
.BR console_ioctl (4), .BR ioctl_console (2),
.BR tty (4), .BR tty (4),
.BR ttyS (4), .BR ttyS (4),
.BR gpm (8) .BR gpm (8)