diff options
author | maxim <maxim@FreeBSD.org> | 2006-06-09 17:03:24 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-06-09 17:03:24 +0000 |
commit | 50f099ffb391dabf019135aba5a351f7f0c1dc40 (patch) | |
tree | 9ac2d5659b5a0961192cd3a5998d3f0b3a3eca8f /bin | |
parent | 75caa7bb1c3d64a6aa87b18c31cb3f1611465481 (diff) | |
download | FreeBSD-src-50f099ffb391dabf019135aba5a351f7f0c1dc40.zip FreeBSD-src-50f099ffb391dabf019135aba5a351f7f0c1dc40.tar.gz |
o Fix grammar, format.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/setfacl/setfacl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index c407cdf..f281851 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -43,9 +43,9 @@ The .Nm utility sets discretionary access control information on -the specified file(s). If no files are specified, or the -list constists of the only "-", the file names are taken from -the standard input. +the specified file(s). +If no files are specified, or the list consists of the +only "-", the file names are taken from the standard input. .Pp The following options are available: .Bl -tag -width indent |