]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ioctl.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Nov 2017 20:39:45 +0000 (21:39 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Nov 2017 20:39:45 +0000 (21:39 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ioctl.2

index 6c9854d8aca19310670ebf7e5a68f0f928371bac..fc96f3bcecd21609cd06b28e682c8c3089487f24 100644 (file)
@@ -50,7 +50,7 @@ ioctl \- control device
 .SH DESCRIPTION
 The
 .BR ioctl ()
-function manipulates the underlying device parameters of special files.
+system call manipulates the underlying device parameters of special files.
 In particular, many operating characteristics of character special files
 (e.g., terminals) may be controlled with
 .BR ioctl ()
@@ -130,7 +130,7 @@ for a list of many of the known
 calls.
 The
 .BR ioctl ()
-function call appeared in Version 7 AT&T UNIX.
+system call appeared in Version 7 AT&T UNIX.
 .SH NOTES
 In order to use this call, one needs an open file descriptor.
 Often the