diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2006-06-09 16:11:23 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2006-06-09 16:11:23 +0000 |
| commit | ba4af6fa0d3ceda60516825c45f4f4e896889b46 (patch) | |
| tree | da670c1182635072e8511137f3da97894c3e72c4 /bin/setfacl | |
| parent | 410572a159fa2625dd6eef80e8f3727b76700290 (diff) | |
Notes
Diffstat (limited to 'bin/setfacl')
| -rw-r--r-- | bin/setfacl/setfacl.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index a791e49b15e8..c407cdfbfbd4 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 |
