summaryrefslogtreecommitdiffstats
path: root/man2/ioctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/ioctl.2')
-rw-r--r--man2/ioctl.213
1 files changed, 6 insertions, 7 deletions
diff --git a/man2/ioctl.2 b/man2/ioctl.2
index e436dd524..d6c070162 100644
--- a/man2/ioctl.2
+++ b/man2/ioctl.2
@@ -10,7 +10,7 @@
.\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk>
.\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl>
.\"
-.TH ioctl 2 2023-02-05 "Linux man-pages 6.03"
+.TH ioctl 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
ioctl \- control device
.SH LIBRARY
@@ -94,17 +94,16 @@ The specified request does not apply to the kind of object that the
file descriptor
.I fd
references.
-.SH STANDARDS
-No single standard.
+.SH VERSIONS
Arguments, returns, and semantics of
.BR ioctl ()
vary according to the device driver in question (the call is used as a
catch-all for operations that don't cleanly fit the UNIX stream I/O
model).
-.PP
-The
-.BR ioctl ()
-system call appeared in Version 7 AT&T UNIX.
+.SH STANDARDS
+None.
+.SH HISTORY
+Version\~7 AT&T UNIX.
.SH NOTES
In order to use this call, one needs an open file descriptor.
Often the