diff options
Diffstat (limited to 'usr/src/cmd/setfacl/setfacl.c')
-rw-r--r-- | usr/src/cmd/setfacl/setfacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/setfacl/setfacl.c b/usr/src/cmd/setfacl/setfacl.c index d069945661..c7c3cdba05 100644 --- a/usr/src/cmd/setfacl/setfacl.c +++ b/usr/src/cmd/setfacl/setfacl.c @@ -200,7 +200,7 @@ get_acl_info(char *filep, aclent_t **aclpp) (void) fprintf(stderr, gettext("File system doesn't support aclent_t " "style ACL's.\n" - "See acl(5) for more information on " + "See acl(7) for more information on " "POSIX-draft ACL support.\n")); return (-1); } |