diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/archlinux/man2/ioctl_tty.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/upstream/archlinux/man2/ioctl_tty.2 b/upstream/archlinux/man2/ioctl_tty.2 index 8ade11e8..7571ab8c 100644 --- a/upstream/archlinux/man2/ioctl_tty.2 +++ b/upstream/archlinux/man2/ioctl_tty.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH ioctl_tty 2 2023-10-31 "Linux man-pages 6.06" +.TH ioctl_tty 2 2024-05-02 "Linux man-pages 6.8" .SH NAME ioctl_tty \- ioctls for terminals and serial lines .SH LIBRARY @@ -18,12 +18,12 @@ Standard C library .BR " Bnnn" ", " BOTHER ", " CBAUD ", " CLOCAL , .BR " TC*" { FLUSH , ON , OFF "} and other constants */" .P -.BI "int ioctl(int " fd ", int " cmd ", ...);" +.BI "int ioctl(int " fd ", int " op ", ...);" .fi .SH DESCRIPTION The .BR ioctl (2) -call for terminals and serial ports accepts many possible command arguments. +call for terminals and serial ports accepts many possible operation arguments. Most require a third argument, of varying type, here called .I argp or @@ -735,7 +735,7 @@ Get the .I tty_struct corresponding to .IR fd . -This command was removed in Linux 2.5.67. +This operation was removed in Linux 2.5.67. .\" commit b3506a09d15dc5aee6d4bb88d759b157016e1864 .\" Author: Andries E. Brouwer <andries.brouwer@cwi.nl> .\" Date: Tue Apr 1 04:42:46 2003 -0800 @@ -764,10 +764,10 @@ to indicate the error. .SH ERRORS .TP .B EINVAL -Invalid command parameter. +Invalid operation parameter. .TP .B ENOIOCTLCMD -Unknown command. +Unknown operation. .TP .B ENOTTY Inappropriate |