From d49a22201d04126881ee069bb7a22f14370666db Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 29 Mar 2017 07:10:36 +0200 Subject: [PATCH] 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 --- man2/ioctl.2 | 2 +- man3/termios.3 | 2 +- man4/console_codes.4 | 2 +- man4/tty.4 | 2 +- man4/tty_ioctl.4 | 4 ++-- man4/vcs.4 | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man2/ioctl.2 b/man2/ioctl.2 index b5204dd74..ec52ac2be 100644 --- a/man2/ioctl.2 +++ b/man2/ioctl.2 @@ -142,6 +142,7 @@ flag. .SH SEE ALSO .BR execve (2), .BR fcntl (2), +.BR ioctl_console (2), .BR ioctl_fat (2), .BR ioctl_ficlonerange (2), .BR ioctl_fideduperange (2), @@ -150,7 +151,6 @@ flag. .BR ioctl_ns (2), .BR open (2), .\" .BR mt (4), -.BR console_ioctl (4), .BR sd (4), .BR tty (4), .BR tty_ioctl (4) diff --git a/man3/termios.3 b/man3/termios.3 index 38d247b06..d09bffba7 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -1090,6 +1090,6 @@ behaves like .BR tput (1), .BR tset (1), .BR tty (1), -.BR console_ioctl (4), +.BR ioctl_console (2), .BR tty_ioctl (4), .BR setserial (8) diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 13de9dc5a..ff75eebc8 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -649,5 +649,5 @@ An older version of this document implied that Linux recognizes the ECMA-48 control sequence for invisible text. It is ignored. .SH SEE ALSO -.BR console_ioctl (4), +.BR ioctl_console (2), .BR charsets (7) diff --git a/man4/tty.4 b/man4/tty.4 index 1537b3d80..356f5df4e 100644 --- a/man4/tty.4 +++ b/man4/tty.4 @@ -76,8 +76,8 @@ to detach itself. .BR chown (1), .BR mknod (1), .BR ioctl (2), +.BR ioctl_console (2), .BR termios (3), -.BR console_ioctl (4), .BR tty_ioctl (4), .BR ttyS (4), .BR agetty (8), diff --git a/man4/tty_ioctl.4 b/man4/tty_ioctl.4 index 6bbe1f318..1879a1569 100644 --- a/man4/tty_ioctl.4 +++ b/man4/tty_ioctl.4 @@ -470,7 +470,7 @@ and is off for lines with modems. For the .B TIOCLINUX ioctl, see -.BR console_ioctl (4). +.BR ioctl_console (2). .SS Kernel debugging .B "#include " .TP @@ -544,8 +544,8 @@ main(void) .SH SEE ALSO .BR ldattach (1), .BR ioctl (2), +.BR ioctl_console (2), .BR termios (3), -.BR console_ioctl (4), .BR pty (7) .\" .\" FIONBIO const int * diff --git a/man4/vcs.4 b/man4/vcs.4 index 06c22eb9e..7cd3c7c3c 100644 --- a/man4/vcs.4 +++ b/man4/vcs.4 @@ -73,7 +73,7 @@ argument. These devices replace the screendump .BR ioctl (2) operations of -.BR console_ioctl (4), +.BR ioctl_console (2), so the system administrator can control access using filesystem permissions. .PP @@ -170,7 +170,7 @@ main(void) } .fi .SH SEE ALSO -.BR console_ioctl (4), +.BR ioctl_console (2), .BR tty (4), .BR ttyS (4), .BR gpm (8)