summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-12-22 23:05:40 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-12-22 23:05:40 +0000
commit8192cecc4c8dae99f52b344e02e69e4e04437095 (patch)
tree219b5d8ebd357e89e45a035e60fb7c0fb2b3a780 /lib/libc/sys
parent51aa0fbfe353ac16f2252fd084e95c31a9b9e9dd (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/flock.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index 930c539299ca..40edd3c8a66a 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -153,6 +153,10 @@ is an invalid descriptor.
The argument
.Fa fd
refers to an object other than a file.
+.It Bq Er EOPNOTSUPP
+The argument
+.Fa fd
+refers to an object that does not support file locking.
.El
.Sh SEE ALSO
.Xr open 2 ,