summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/svccfg/svccfg_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svc/svccfg/svccfg_engine.c')
-rw-r--r--usr/src/cmd/svc/svccfg/svccfg_engine.c10
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);
}
}