summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsec
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsec')
-rw-r--r--usr/src/lib/libsec/common/acl_lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libsec/common/acl_lex.l b/usr/src/lib/libsec/common/acl_lex.l
index 0c388f2832..ab61d5bf0e 100644
--- a/usr/src/lib/libsec/common/acl_lex.l
+++ b/usr/src/lib/libsec/common/acl_lex.l
@@ -397,7 +397,7 @@ INHERIT_STR [fdinFSI-]+
dgettext(TEXT_DOMAIN,
"The ',' is not a valid permission field "
"separator.\nThe comma is used to separate "
- "access control entries.\nSee acl(5) for "
+ "access control entries.\nSee acl(7) for "
"examples of specifying ACL entries.\n"));
yylval.val = EACL_PERM_MASK_ERROR;
return (ERROR);
@@ -630,7 +630,7 @@ INHERIT_STR [fdinFSI-]+
dgettext(TEXT_DOMAIN,
"The ',' is not a valid inheritance field "
"separator.\nThe comma is used to separate "
- "access control entries.\nSee acl(5) for "
+ "access control entries.\nSee acl(7) for "
"examples of specifying ACL entries.\n"));
yylval.val = EACL_INVALID_ACCESS_TYPE;
return (ERROR);