diff options
author | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
commit | e279c872b10e211440c54ef0e9fa86e257f027d2 (patch) | |
tree | 726e3637f17a75ad2b0fa38b159f04e427d5a32b /bin/setfacl | |
parent | 53041c5448209c163cc4a5fa4172163b787b80c9 (diff) | |
download | FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.zip FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.tar.gz |
[mdoc] add missing space before a punctuation type argument.
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 166328f..a791e49 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -252,7 +252,7 @@ on .Pp Remove the group mail ACL entry containing read/write permissions from -.Pa file. +.Pa file . .Pp .Dl setfacl -bn file .Pp |