summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-25 17:52:04 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-25 17:52:04 +0000
commit606c8913c32ee59a051af6f317e853cb3cf6f0cd (patch)
treebd49a5033299b823009b1d55fee036aea165e1f4 /lib
parent304307400c5944a6d6e64f521342bd23a4e18757 (diff)
document EINVAL per kern_descr.c:sys_flock() change
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/flock.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index e38879e5804..e242fc6a3cd 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -131,8 +131,8 @@ The argument
is an invalid descriptor.
.It Bq Er EINVAL
The argument
-.Fa fd
-refers to an object other than a file.
+.Fa operation
+have an invalid value.
.It Bq Er EOPNOTSUPP
The referenced descriptor is not of the correct type.
.El