diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-08-24 10:36:29 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-08-24 10:36:29 +0000 |
| commit | 56b38b7bc7cb6153ad8964b63a670a8c0b8da60e (patch) | |
| tree | ad445ef746ddda9beda73a66007be1658629b89f /lib/libc | |
| parent | 5215e1ea12b2b6ccd52dfdbdf898fccfd8d2ef60 (diff) | |
Notes
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 d22473b63ef4..6875d2ed0e2f 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 |
