diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-29 09:17:16 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-29 09:17:16 +0000 |
| commit | f4c69d4b4dcca13b79c0bcd9f5812ec5b6cefa13 (patch) | |
| tree | 31e5bdcaea56098064664fba0336c7a8ae19d809 /lib/libc | |
| parent | 43b8c5db9252151d3e76cefa28cf29ef103e5fb0 (diff) | |
Notes
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 f5e49d107a4f..8756c628548f 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 |
