From e99fc4b0f80494edd66e5f3ab60617c4a11ab6c2 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 4 Sep 2012 12:02:23 +0000 Subject: [PATCH] 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 MFC after: 1 month --- bin/getfacl/getfacl.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index 8f46857ed46..c44974128be 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -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