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/libsysevent.c | |
| 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/libsysevent.c')
| -rw-r--r-- | usr/src/lib/libsysevent/libsysevent.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |
