Fix up English from previous 3 revisions.

There is no such argument 'fildes' in the SYNOPSIS.  It's called 'fd'.
This commit is contained in:
Sheldon Hearn 2001-08-24 10:36:29 +00:00
parent 5215e1ea12
commit 56b38b7bc7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82271

View file

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