summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsysevent/libevchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsysevent/libevchannel.c')
-rw-r--r--usr/src/lib/libsysevent/libevchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsysevent/libevchannel.c b/usr/src/lib/libsysevent/libevchannel.c
index b86a7d3e13..979671f17c 100644
--- a/usr/src/lib/libsysevent/libevchannel.c
+++ b/usr/src/lib/libsysevent/libevchannel.c
@@ -149,7 +149,7 @@ sysevent_evc_bind(const char *channel, evchan_t **scpp, uint32_t flags)
/*
* Enable sysevent driver. Fallback if the device link doesn't exist;
* this situation can arise if a channel is bound early in system
- * startup, prior to devfsadm(1M) being invoked.
+ * startup, prior to devfsadm(8) being invoked.
*/
EV_FD(scp) = open(DEVSYSEVENT, O_RDWR);
if (EV_FD(scp) == -1) {