From f4c69d4b4dcca13b79c0bcd9f5812ec5b6cefa13 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sun, 29 Jul 2001 09:17:16 +0000 Subject: Don't capitalize variable names. --- lib/libc/sys/ioctl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.2.3