From 164b40161df47f6e7b2854c1cb22b042cdd25006 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 15 Aug 2017 21:27:40 +0200 Subject: [PATCH] ioctl_tty.2: Minor text rearrangements (make kernel version numbers more visible) Signed-off-by: Michael Kerrisk --- man2/ioctl_tty.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2 index b2577c0b4..8d6511d4d 100644 --- a/man2/ioctl_tty.2 +++ b/man2/ioctl_tty.2 @@ -300,12 +300,12 @@ except for a process with the capability.) .TP .BI "TIOCGEXCL int *" argp +(since Linux 3.8) If the terminal is currently in exclusive mode, place a nonzero value in the location pointed to by .IR argp ; otherwise, place zero in -.IR *argp -(since Linux 3.8). +.IR *argp . .TP .B "TIOCNXCL void" Disable exclusive mode. @@ -362,9 +362,9 @@ to implement a remote-echoed, locally \fB^S\fP/\fB^Q\fP flow-controlled remote login. .TP .BI "TIOCGPKT const int *" argp +(since Linux 3.8) Return the current packet mode setting in the integer pointed to by -.IR argp -(since Linux 3.8). +.IR argp . .TP .BI "TIOCSPTLCK int *" argp Set (if @@ -376,10 +376,10 @@ is zero) the pseudoterminal slave device. .BR unlockpt (3).) .TP .BI "TIOCGPTLCK int *" argp +(since Linux 3.8) Place the current lock state of the pseudoterminal slave device in the location pointed to by -.IR argp -(since Linux 3.8). +.IR argp . .TP .BI "TIOCGPTPEER int " flags .\" commit 54ebbfb1603415d9953c150535850d30609ef077