summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2006-06-09 16:11:23 +0000
committerkib <kib@FreeBSD.org>2006-06-09 16:11:23 +0000
commit75caa7bb1c3d64a6aa87b18c31cb3f1611465481 (patch)
treeda670c1182635072e8511137f3da97894c3e72c4 /bin/setfacl
parent7c17e7ced296d90871e97f75ac626eb4910f5a05 (diff)
downloadFreeBSD-src-75caa7bb1c3d64a6aa87b18c31cb3f1611465481.zip
FreeBSD-src-75caa7bb1c3d64a6aa87b18c31cb3f1611465481.tar.gz
Document the way to get list of files to process from the stdin.
MFC after: 1 week Approved by: kan (mentor)
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.14
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index a791e49..c407cdf 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -43,7 +43,9 @@
The
.Nm
utility sets discretionary access control information on
-the specified file(s).
+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.
.Pp
The following options are available:
.Bl -tag -width indent
OpenPOWER on IntegriCloud