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/svc/svccfg/svccfg_engine.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/svc/svccfg/svccfg_engine.c')
-rw-r--r-- | usr/src/cmd/svc/svccfg/svccfg_engine.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/svc/svccfg/svccfg_engine.c b/usr/src/cmd/svc/svccfg/svccfg_engine.c index d0d690f231..cafaeac254 100644 --- a/usr/src/cmd/svc/svccfg/svccfg_engine.c +++ b/usr/src/cmd/svc/svccfg/svccfg_engine.c @@ -467,13 +467,13 @@ fail: /* * Initialize svccfg state. We recognize four environment variables: * - * SVCCFG_REPOSITORY Create a private instance of svc.configd(1M) to answer + * SVCCFG_REPOSITORY Create a private instance of svc.configd(8) to answer * requests for the specified repository file. * SVCCFG_DOOR_PATH Directory for door creation. * * SVCCFG_DOOR Rendezvous via an alternative repository door. * - * SVCCFG_CONFIGD_PATH Resolvable path to alternative svc.configd(1M) binary. + * SVCCFG_CONFIGD_PATH Resolvable path to alternative svc.configd(8) binary. */ void engine_init() @@ -761,7 +761,7 @@ engine_import(uu_list_t *args) if (progress_out != NULL) (void) fprintf(progress_out, - "Loading smf(5) service descriptions: "); + "Loading smf(7) service descriptions: "); failed_manifests = 0; progress_count = 0; @@ -793,11 +793,11 @@ engine_import(uu_list_t *args) if (dirarg && total_manifests > 0) { char *msg; - msg = "Loaded %d smf(5) service descriptions\n"; + msg = "Loaded %d smf(7) service descriptions\n"; warn(gettext(msg), progress_count); if (failed_manifests) { - msg = "%d smf(5) service descriptions failed to load\n"; + msg = "%d smf(7) service descriptions failed to load\n"; warn(gettext(msg), failed_manifests); } } |