summaryrefslogtreecommitdiff
path: root/lib/libc/sys/flock.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-03 07:20:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-03 07:20:26 +0000
commit691afaf110ded423efb31541d9bd11194c056c76 (patch)
tree99cc2e41b0e1b4c958f154f68bff5a57ff3b7f46 /lib/libc/sys/flock.2
parentee99442aa3fc89ac41a4fc261250f296fffb7f08 (diff)
document EOPNOTSUPP error return; from kgor@ksg.com
Diffstat (limited to 'lib/libc/sys/flock.2')
-rw-r--r--lib/libc/sys/flock.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index 135e4bb48d9..e38879e5804 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -133,6 +133,8 @@ is an invalid descriptor.
The argument
.Fa fd
refers to an object other than a file.
+.It Bq Er EOPNOTSUPP
+The referenced descriptor is not of the correct type.
.El
.Sh SEE ALSO
.Xr open 2 ,