diff options
author | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
commit | ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44 (patch) | |
tree | 1775365203268b35ac39f4ba2e40744174a93e39 /bin/setfacl | |
parent | ea812ffcf7bd499c17e770d26e4a5656d8d23f57 (diff) | |
download | FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.zip FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.tar.gz |
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Diffstat (limited to 'bin/setfacl')
-rw-r--r-- | bin/setfacl/setfacl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index ea082c2..c770846 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -231,7 +231,7 @@ ACL entry. .Pp Multiple ACL entries specified on the command line are separated by commas. -.Sh DIAGNOSTICS +.Sh EXIT STATUS .Ex -std .Sh EXAMPLES .Dl setfacl -m u::rwx,g:mail:rw file |