diff options
Diffstat (limited to 'usr/src/cmd/getfacl/getfacl.c')
-rw-r--r-- | usr/src/cmd/getfacl/getfacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/getfacl/getfacl.c b/usr/src/cmd/getfacl/getfacl.c index 337a09a960..6cd12bb492 100644 --- a/usr/src/cmd/getfacl/getfacl.c +++ b/usr/src/cmd/getfacl/getfacl.c @@ -110,7 +110,7 @@ main(int argc, char *argv[]) (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")); exit(2); } |