diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-08-24 10:36:29 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-08-24 10:36:29 +0000 |
commit | 2107a3a42932b54d9ed7201a9f706cde768b309f (patch) | |
tree | ad445ef746ddda9beda73a66007be1658629b89f /lib/libc | |
parent | ee0b05dda768e2435897154124bff62627cdeb0b (diff) | |
download | FreeBSD-src-2107a3a42932b54d9ed7201a9f706cde768b309f.zip FreeBSD-src-2107a3a42932b54d9ed7201a9f706cde768b309f.tar.gz |
Fix up English from previous 3 revisions.
There is no such argument 'fildes' in the SYNOPSIS. It's called 'fd'.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 12 |
1 files changed, 6 insertions, 6 deletions
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 |