summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man2/ioctl_console.2
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-rawhide/man2/ioctl_console.2')
-rw-r--r--upstream/fedora-rawhide/man2/ioctl_console.210
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/fedora-rawhide/man2/ioctl_console.2 b/upstream/fedora-rawhide/man2/ioctl_console.2
index 06d01a6e..f06725ff 100644
--- a/upstream/fedora-rawhide/man2/ioctl_console.2
+++ b/upstream/fedora-rawhide/man2/ioctl_console.2
@@ -19,14 +19,14 @@
.\" VT_UNLOCKSWITCH (since Linux 1.3.47, needs CAP_SYS_TTY_CONFIG)
.\" VT_GETHIFONTMASK (since Linux 2.6.18)
.\"
-.TH ioctl_console 2 2023-12-21 "Linux man-pages 6.06"
+.TH ioctl_console 2 2024-03-03 "Linux man-pages 6.7"
.SH NAME
ioctl_console \- ioctls for console terminal and virtual consoles
.SH DESCRIPTION
The following Linux-specific
.BR ioctl (2)
-requests are supported for console terminals and virtual consoles.
-Each requires a third argument, assumed here to be
+operations are supported for console terminals and virtual consoles.
+Each operation requires a third argument, assumed here to be
.IR argp .
.TP
.B KDGETLED
@@ -546,7 +546,7 @@ points to a
struct vt_mode {
char mode; /* vt mode */
char waitv; /* if set, hang on writes if not active */
- short relsig; /* signal to raise on release req */
+ short relsig; /* signal to raise on release op */
short acqsig; /* signal to raise on acquisition */
short frsig; /* unused (set to 0) */
};
@@ -861,7 +861,7 @@ is invalid.
.TP
.B ENOTTY
The file descriptor is not associated with a character special device,
-or the specified request does not apply to it.
+or the specified operation does not apply to it.
.TP
.B EPERM
Insufficient permission.