diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
commit | 2efeeba554cbd7bdee9cfe17641c8bd335c7972f (patch) | |
tree | f0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/posix1e/mac_set.3 | |
parent | 3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff) |
mdoc(7) police: "The .Fa argument.".
Notes
Notes:
svn path=/head/; revision=108087
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 |