diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-03 07:20:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-03 07:20:26 +0000 |
commit | 691afaf110ded423efb31541d9bd11194c056c76 (patch) | |
tree | 99cc2e41b0e1b4c958f154f68bff5a57ff3b7f46 /lib/libc/sys/flock.2 | |
parent | ee99442aa3fc89ac41a4fc261250f296fffb7f08 (diff) |
document EOPNOTSUPP error return; from kgor@ksg.com
Diffstat (limited to 'lib/libc/sys/flock.2')
-rw-r--r-- | lib/libc/sys/flock.2 | 2 |
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 , |