summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dumpadm/dconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/dumpadm/dconf.c')
-rw-r--r--usr/src/cmd/dumpadm/dconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/dumpadm/dconf.c b/usr/src/cmd/dumpadm/dconf.c
index 6e549afaa7..b5c86098cf 100644
--- a/usr/src/cmd/dumpadm/dconf.c
+++ b/usr/src/cmd/dumpadm/dconf.c
@@ -264,7 +264,7 @@ dconf_write(dumpconf_t *dcp)
(void) fputs("#\n# dumpadm.conf\n#\n"
"# Configuration parameters for system crash dump.\n"
- "# Do NOT edit this file by hand -- use dumpadm(1m) instead.\n"
+ "# Do NOT edit this file by hand -- use dumpadm(8) instead.\n"
"#\n", dcp->dc_conf_fp);
for (tokp = tokens; tokp->tok_name != NULL; tokp++) {
@@ -360,9 +360,9 @@ dconf_dev_ioctl(dumpconf_t *dcp, int cmd)
break;
default:
/*
- * NOTE: The stmsboot(1M) command's boot-up script parses this
+ * NOTE: The stmsboot(8) command's boot-up script parses this
* error to get the dump device name. If you change the format
- * of this message, make sure that stmsboot(1M) is in sync.
+ * of this message, make sure that stmsboot(8) is in sync.
*/
warn(gettext("cannot use %s as dump device"), dcp->dc_device);
}