diff options
Diffstat (limited to 'lib/libc/sys/chflags.2')
-rw-r--r-- | lib/libc/sys/chflags.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index d52519ea43b..fb144fcc8e5 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -139,6 +139,8 @@ The descriptor is not valid. .It Bq Er EINVAL .Fa Fd refers to a socket, not to a file. +.It Bq Er EINVAL +The flags value is invalid. .It Bq Er EPERM The effective user ID does not match the owner of the file and the effective user ID is not the super-user. |