From 2107a3a42932b54d9ed7201a9f706cde768b309f Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 24 Aug 2001 10:36:29 +0000 Subject: Fix up English from previous 3 revisions. There is no such argument 'fildes' in the SYNOPSIS. It's called 'fd'. --- lib/libc/sys/fcntl.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index d22473b..6875d2e 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -427,7 +427,7 @@ the type of lock is a shared lock .Pq Dv F_RDLCK , and -.Fa fildes +.Fa fd is not a valid file descriptor open for reading. .Pp The argument @@ -441,7 +441,7 @@ the type of lock is an exclusive lock .Pq Dv F_WRLCK , and -.Fa fildes +.Fa fd is not a valid file descriptor open for writing. .It Bq Er EDEADLK The argument @@ -503,8 +503,8 @@ is or .Dv F_SETLKW and -.Fa fildes -refers to a file that does not support locking. +.Fa fd +refers to a file for which locking is not supported. .It Bq Er EOVERFLOW The argument .Fa cmd @@ -513,9 +513,9 @@ is .Dv F_SETLK or .Dv F_SETLKW -and +and an .Fa off_t -type calculations overflow happens. +calculation overflowed. .It Bq Er EPERM .Fa Cmd is -- cgit v1.1