Don't capitalize variable names.

This commit is contained in:
dd 2001-07-29 09:17:16 +00:00
parent 8497298808
commit 43f18c90c8

View File

@ -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