summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-23 09:55:10 +0000
committerache <ache@FreeBSD.org>2001-08-23 09:55:10 +0000
commit1a36f4817c302232acb54087dddcd1d1f4c6a36f (patch)
tree493194b425870ec05e39c429b20f8f49ca021181 /lib
parent024eb9d706d7a5c8caf25e26f017afacc3c30907 (diff)
downloadFreeBSD-src-1a36f4817c302232acb54087dddcd1d1f4c6a36f.zip
FreeBSD-src-1a36f4817c302232acb54087dddcd1d1f4c6a36f.tar.gz
Rephrasing prev. commit a bit.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/fcntl.216
1 files changed, 12 insertions, 4 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index bacc797..03a097d 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -494,19 +494,27 @@ or
and satisfying the lock or unlock request would result in the
number of locked regions in the system exceeding a system-imposed limit.
.It Bq Er EOPNOTSUPP
-.Fa Fildes
+The argument
+.Fa cmd
+is
+.Dv F_GETLK ,
+.Dv F_SETLK
+or
+.Dv F_SETLKW
+and
+.Fa fildes
refers to a file that does not support locking.
.It Bq Er EOVERFLOW
The argument
.Fa cmd
-of
+is
.Dv F_GETLK ,
.Dv F_SETLK
or
.Dv F_SETLKW
-cause
+and
.Fa off_t
-type calculations overflow.
+type calculations overflow happens.
.It Bq Er EPERM
.Fa Cmd
is
OpenPOWER on IntegriCloud