diff options
author | uqs <uqs@FreeBSD.org> | 2010-06-11 06:04:07 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-06-11 06:04:07 +0000 |
commit | 763b37912db8bdf194c3160ea0e9aeb3c7f5a371 (patch) | |
tree | 544cd69ff3e38a34f64458240ba38b20cb5f7872 /bin/getfacl | |
parent | 18101ae4cb58b47e18b2e16cdcc1437647539b23 (diff) | |
download | FreeBSD-src-763b37912db8bdf194c3160ea0e9aeb3c7f5a371.zip FreeBSD-src-763b37912db8bdf194c3160ea0e9aeb3c7f5a371.tar.gz |
More mdoc nitpicking to improve compatibility to mdocml
- .Nd in section NAME is not optional
- .Ed was missing
- "indent" is not a flag, but a literal argument for -offset
- stop switching font sizes for acronyms
- use .Brq instead of rolling our own
Diffstat (limited to 'bin/getfacl')
-rw-r--r-- | bin/getfacl/getfacl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index e787349..8f46857 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -48,7 +48,7 @@ the specified file(s) to standard output. If the .Xr getconf 1 utility indicates that -.Eq { } Va _POSIX_ACL_EXTENDED +.Brq Va _POSIX_ACL_EXTENDED is not in effect for a .Ar file then the standard discretionary access permissions are interpreted as |