diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
| commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
| tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/lib/libsysevent | |
| parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
| download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz | |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
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, |
