summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/logsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/logsubr.c')
-rw-r--r--usr/src/uts/common/os/logsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c
index a506f5a3b8..e365ad26b6 100644
--- a/usr/src/uts/common/os/logsubr.c
+++ b/usr/src/uts/common/os/logsubr.c
@@ -199,7 +199,7 @@ log_init(void)
/*
* Create a backlog queue to consume console messages during periods
- * when there is no console reader (e.g. before syslogd(1M) starts).
+ * when there is no console reader (e.g. before syslogd(8) starts).
*/
log_backlogq = log_consq = log_makeq(0, LOG_HIWAT, NULL);
@@ -681,7 +681,7 @@ log_sendmsg(mblk_t *mp, zoneid_t zoneid)
if (lp->log_q == log_consq) {
console_printf(log_overflow_msg,
lp->log_minor,
- " -- is syslogd(1M) running?");
+ " -- is syslogd(8) running?");
} else {
printf(log_overflow_msg,
lp->log_minor, "");