From f22c1e6c209ca593acc861063537d05c08e403df Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 10 Aug 2021 21:26:04 +0200 Subject: [PATCH] ioctl_tty.2: Remove duplicated text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow I applied Pali Rohár's patch "Document ioctls: TCGETS2, TCSETS2, TCSETSW2, TCSETSF2" twice... Signed-off-by: Michael Kerrisk --- man2/ioctl_tty.2 | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2 index 1d9a6dee1..581e139d2 100644 --- a/man2/ioctl_tty.2 +++ b/man2/ioctl_tty.2 @@ -109,35 +109,6 @@ The following four ioctls are just like .BR TCSETSW , .BR TCSETSF , except that they take a -.I "struct termios2\ *" -instead of a -.IR "struct termios\ *" . -If the structure member -.B c_cflag -contains the flag -.B BOTHER -then, the baud rate is stored in the structure members -.B c_ispeed -and -.B c_ospeed -as integer values. -These ioctls are not supported on all architectures. -.RS -.TS -lb l. -TCGETS2 \fBstruct termios2 *\fPargp -TCSETS2 \fBconst struct termios2 *\fPargp -TCSETSW2 \fBconst struct termios2 *\fPargp -TCSETSF2 \fBconst struct termios2 *\fPargp -.TE -.RE -.PP -The following four ioctls are just like -.BR TCGETS , -.BR TCSETS , -.BR TCSETSW , -.BR TCSETSF , -except that they take a .I "struct termio\ *" instead of a .IR "struct termios\ *" .