diff options
author | dd <dd@FreeBSD.org> | 2001-07-29 09:17:16 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-29 09:17:16 +0000 |
commit | 43f18c90c846c8f4c0492987f75488a7bf7e509f (patch) | |
tree | 31e5bdcaea56098064664fba0336c7a8ae19d809 /lib/libc | |
parent | 8497298808d313badf04dab49bbbbd12a6bafa79 (diff) | |
download | FreeBSD-src-43f18c90c846c8f4c0492987f75488a7bf7e509f.zip FreeBSD-src-43f18c90c846c8f4c0492987f75488a7bf7e509f.tar.gz |
Don't capitalize variable names.
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 |