diff --git a/man2/ioctl.2 b/man2/ioctl.2 index ec52ac2be..9a2ccd45a 100644 --- a/man2/ioctl.2 +++ b/man2/ioctl.2 @@ -149,8 +149,8 @@ flag. .BR ioctl_iflags (2), .BR ioctl_list (2), .BR ioctl_ns (2), +.BR ioctl_tty (2), .BR open (2), .\" .BR mt (4), .BR sd (4), -.BR tty (4), -.BR tty_ioctl (4) +.BR tty (4) diff --git a/man2/ioctl_console.2 b/man2/ioctl_console.2 index cb3d219f0..77e90936a 100644 --- a/man2/ioctl_console.2 +++ b/man2/ioctl_console.2 @@ -853,13 +853,13 @@ Use POSIX functions. .BR setmetamode (1), .BR execve (2), .BR fcntl (2), +.BR ioctl_tty (2), .BR ioperm (2), .BR termios (3), .BR console_codes (4), .BR mt (4), .BR sd (4), .BR tty (4), -.BR tty_ioctl (4), .BR ttyS (4), .BR vcs (4), .BR vcsa (4), diff --git a/man2/select_tut.2 b/man2/select_tut.2 index 0fd091f3f..1181fe1d4 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -140,7 +140,7 @@ for more details about OOB data. .BR select (2) indicates an exceptional condition occurs with pseudoterminals in packet mode; see -.BR tty_ioctl (4).) +.BR ioctl_tty (2).) After .BR select () has returned, diff --git a/man3/termios.3 b/man3/termios.3 index d09bffba7..cf3a72993 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -1091,5 +1091,5 @@ behaves like .BR tset (1), .BR tty (1), .BR ioctl_console (2), -.BR tty_ioctl (4), +.BR ioctl_tty (2), .BR setserial (8) diff --git a/man4/tty.4 b/man4/tty.4 index 356f5df4e..8e2a3153e 100644 --- a/man4/tty.4 +++ b/man4/tty.4 @@ -77,8 +77,8 @@ to detach itself. .BR mknod (1), .BR ioctl (2), .BR ioctl_console (2), +.BR ioctl_tty (2), .BR termios (3), -.BR tty_ioctl (4), .BR ttyS (4), .BR agetty (8), .BR mingetty (8) diff --git a/man7/pty.7 b/man7/pty.7 index c22cdaa6f..9b7769f6c 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -148,7 +148,7 @@ A description of the .B TIOCPKT .BR ioctl (2), which controls packet mode operation, can be found in -.BR tty_ioctl (4). +.BR ioctl_tty (2). The BSD .BR ioctl (2) @@ -160,11 +160,11 @@ and .BR TIOCREMOTE have not been implemented under Linux. .SH SEE ALSO +.BR ioctl_tty (2), .BR select (2), .BR setsid (2), .BR forkpty (3), .BR openpty (3), .BR termios (3), .BR pts (4), -.BR tty (4), -.BR tty_ioctl (4) +.BR tty (4) diff --git a/man7/termio.7 b/man7/termio.7 index 4dd1d08af..8d06ef1d9 100644 --- a/man7/termio.7 +++ b/man7/termio.7 @@ -55,11 +55,11 @@ If you're looking for a page called "termio", then you can probably find most of the information that you seek in either .BR termios (3) or -.BR tty_ioctl (4). +.BR ioctl_tty (2). .SH SEE ALSO .BR reset (1), .BR setterm (1), .BR stty (1), +.BR ioctl_tty (2), .BR termios (3), -.BR tty (4), -.BR tty_ioctl (4) +.BR tty (4)