diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/ioctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index f5e49d1..8756c62 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -111,7 +111,7 @@ If an error has occurred, a value of -1 is returned and .Va errno is set to indicate the error. .Sh ERRORS -.Fn Ioctl +.Fn ioctl will fail if: .Bl -tag -width Er .It Bq Er EBADF @@ -127,12 +127,12 @@ of object that the descriptor .Fa d references. .It Bq Er EINVAL -.Fa Request +.Fa request or .Fa argp is not valid. .It Bq Er EFAULT -.Fa Argp +.Fa argp points outside the process's allocated address space. .El .Sh SEE ALSO |