svn commit: r241186 - stable/9/bin/getfacl
Edward Tomasz Napierala
trasz at FreeBSD.org
Thu Oct 4 08:52:19 UTC 2012
Author: trasz
Date: Thu Oct 4 08:43:49 2012
New Revision: 241186
URL: http://svn.freebsd.org/changeset/base/241186
Log:
MFC r240085:
In getfacl(1) manual page, mention where to read about the ACL syntax.
PR submitter suggested adding it to acl(3) instead, but I don't think
pointing ordinary users at section 3 is a good idea.
PR: docs/162380
Modified:
stable/9/bin/getfacl/getfacl.1
Directory Properties:
stable/9/bin/getfacl/ (props changed)
Modified: stable/9/bin/getfacl/getfacl.1
==============================================================================
--- stable/9/bin/getfacl/getfacl.1 Thu Oct 4 08:33:46 2012 (r241185)
+++ stable/9/bin/getfacl/getfacl.1 Thu Oct 4 08:43:49 2012 (r241186)
@@ -97,6 +97,10 @@ then
reads a list of pathnames, each terminated by one newline character,
from the standard input.
.El
+.Pp
+For an explanation of the ACL syntax, see the
+.Xr setfacl 1
+manual page.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
More information about the svn-src-stable-9
mailing list