aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-29 09:17:16 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-29 09:17:16 +0000
commitf4c69d4b4dcca13b79c0bcd9f5812ec5b6cefa13 (patch)
tree31e5bdcaea56098064664fba0336c7a8ae19d809 /lib
parent43b8c5db9252151d3e76cefa28cf29ef103e5fb0 (diff)
downloadsrc-f4c69d4b4dcca13b79c0bcd9f5812ec5b6cefa13.tar.gz
src-f4c69d4b4dcca13b79c0bcd9f5812ec5b6cefa13.zip
Don't capitalize variable names.
Notes
Notes: svn path=/head/; revision=80532
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/ioctl.26
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