diff options
Diffstat (limited to 'lib/libc/posix1e/mac_set.3')
-rw-r--r-- | lib/libc/posix1e/mac_set.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3 index 04ab2213f782..92097753bfe9 100644 --- a/lib/libc/posix1e/mac_set.3 +++ b/lib/libc/posix1e/mac_set.3 @@ -87,10 +87,14 @@ or has appropriate privileges. .It Bq Er EACCES MAC write access to the file is denied. .It Bq Er EBADF +The .Fa fd +argument is not a valid file descriptor. .It Bq Er EINVAL +The .Fa label +argument is not a valid MAC label. .It Bq Er EOPNOTSUPP Setting MAC labels is not supported |