diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/cmd/acctadm/main.c | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/acctadm/main.c')
-rw-r--r-- | usr/src/cmd/acctadm/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/acctadm/main.c b/usr/src/cmd/acctadm/main.c index 83cb63b314..0a554b4896 100644 --- a/usr/src/cmd/acctadm/main.c +++ b/usr/src/cmd/acctadm/main.c @@ -266,7 +266,7 @@ main(int argc, char *argv[]) die(gettext("failed to open dladm handle\n")); /* - * smf(5) start method. The FMRI to operate on is retrieved from the + * smf(7) start method. The FMRI to operate on is retrieved from the * SMF_FMRI environment variable that the restarter provides. */ if (sflg) { @@ -276,7 +276,7 @@ main(int argc, char *argv[]) return (ret); } - die(gettext("-s option should only be invoked by smf(5)\n")); + die(gettext("-s option should only be invoked by smf(7)\n")); } assert(type == AC_PROC || type == AC_TASK || type == AC_FLOW || @@ -292,7 +292,7 @@ main(int argc, char *argv[]) /* * Since the sys_acct the privilege allows use of acctctl() regardless - * of the accounting type, we check the smf(5) authorizations granted + * of the accounting type, we check the smf(7) authorizations granted * to the user to determine whether the user is allowed to change the * configuration for this particular accounting type. */ |