diff options
Diffstat (limited to 'usr/src/lib/libsysevent')
| -rw-r--r-- | usr/src/lib/libsysevent/libevchannel.c | 2 | ||||
| -rw-r--r-- | usr/src/lib/libsysevent/libsysevent.c | 6 |
2 files changed, 4 insertions, 4 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) { diff --git a/usr/src/lib/libsysevent/libsysevent.c b/usr/src/lib/libsysevent/libsysevent.c index 9aa2178301..8bca21c6fe 100644 --- a/usr/src/lib/libsysevent/libsysevent.c +++ b/usr/src/lib/libsysevent/libsysevent.c @@ -736,7 +736,7 @@ se_print(FILE *fp, sysevent_t *ev) * registration notifications and each subscriber creates a door for event * delivery. * - * Most of these routines are used by syseventd(1M), the sysevent publisher + * Most of these routines are used by syseventd(8), the sysevent publisher * for the syseventd channel. Processes wishing to receive sysevent * notifications from syseventd may use a set of public * APIs designed to subscribe to syseventd sysevents. The subscription @@ -2553,7 +2553,7 @@ sysevent_unbind_publisher(sysevent_handle_t *shp) } /* - * Evolving APIs to subscribe to syseventd(1M) system events. + * Evolving APIs to subscribe to syseventd(8) system events. */ static sysevent_handle_t * @@ -2648,7 +2648,7 @@ sysevent_unbind_handle(sysevent_handle_t *shp) /* * sysevent_subscribe_event - Subscribe to system event notification from - * syseventd(1M) for the class and subclasses specified. + * syseventd(8) for the class and subclasses specified. */ int sysevent_subscribe_event(sysevent_handle_t *shp, const char *event_class, |
