diff options
author | 1997-07-25 17:52:03 +0000 | |
---|---|---|
committer | 1997-07-25 17:52:03 +0000 | |
commit | 6622c8da1cb4484978f9a779f392ce214856d666 (patch) | |
tree | f31093faddd95f22271238d639126a0881335915 /lib | |
parent | damnit (diff) | |
download | wireguard-openbsd-6622c8da1cb4484978f9a779f392ce214856d666.tar.xz wireguard-openbsd-6622c8da1cb4484978f9a779f392ce214856d666.zip |
document EINVAL per kern_descr.c:sys_flock() change
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/flock.2 | 4 |
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 |