diff options
Diffstat (limited to 'usr/src/man/man3sysevent')
8 files changed, 34 insertions, 25 deletions
diff --git a/usr/src/man/man3sysevent/sysevent_bind_handle.3sysevent b/usr/src/man/man3sysevent/sysevent_bind_handle.3sysevent index 356e666a0b..f0abff15f7 100644 --- a/usr/src/man/man3sysevent/sysevent_bind_handle.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_bind_handle.3sysevent @@ -65,7 +65,7 @@ argument to the invoked event delivery function, \fIevent_handler\fR. .sp .LP Additional threads are created to service communication between -\fBsyseventd\fR(1M) and the calling process and to run the event handler +\fBsyseventd\fR(8) and the calling process and to run the event handler routine, \fIevent_handler\fR. .sp .LP @@ -134,7 +134,7 @@ There are insufficient resources to allocate the handle. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -152,8 +152,9 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBsyseventd\fR(1M), \fBsysevent_subscribe_event\fR(3SYSEVENT), -\fBattributes\fR(5) +.BR sysevent_subscribe_event (3SYSEVENT), +.BR attributes (7), +.BR syseventd (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3sysevent/sysevent_free.3sysevent b/usr/src/man/man3sysevent/sysevent_free.3sysevent index 3e77260c78..0094f45cd4 100644 --- a/usr/src/man/man3sysevent/sysevent_free.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_free.3sysevent @@ -33,7 +33,7 @@ buffer. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -51,7 +51,7 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBattributes\fR(5) +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3sysevent/sysevent_get_attr_list.3sysevent b/usr/src/man/man3sysevent/sysevent_get_attr_list.3sysevent index 451e12aa58..1e3ce99aa3 100644 --- a/usr/src/man/man3sysevent/sysevent_get_attr_list.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_get_attr_list.3sysevent @@ -74,7 +74,7 @@ Invalid \fBsysevent\fR event attribute list. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -92,8 +92,10 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBsyseventd\fR(1M), \fBnvlist_alloc\fR(3NVPAIR), -\fBnvlist_lookup_boolean\fR(3NVPAIR), \fBattributes\fR(5) +.BR nvlist_alloc (3NVPAIR), +.BR nvlist_lookup_boolean (3NVPAIR), +.BR attributes (7), +.BR syseventd (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3sysevent/sysevent_get_class_name.3sysevent b/usr/src/man/man3sysevent/sysevent_get_class_name.3sysevent index 2ab83a4259..63e851fcb7 100644 --- a/usr/src/man/man3sysevent/sysevent_get_class_name.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_get_class_name.3sysevent @@ -133,7 +133,7 @@ event_handler(sysevent_t *ev) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,7 +151,7 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBattributes\fR(5) +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3sysevent/sysevent_get_vendor_name.3sysevent b/usr/src/man/man3sysevent/sysevent_get_vendor_name.3sysevent index bcbed4660e..1c5a0e1745 100644 --- a/usr/src/man/man3sysevent/sysevent_get_vendor_name.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_get_vendor_name.3sysevent @@ -106,7 +106,7 @@ event_handler(sysevent_t *ev) .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -123,7 +123,8 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBmalloc\fR(3MALLOC), \fBattributes\fR(5) +.BR malloc (3MALLOC), +.BR attributes (7) .SH NOTES .LP The \fBlibsysevent\fR interfaces do not work at all in non-global zones. diff --git a/usr/src/man/man3sysevent/sysevent_post_event.3sysevent b/usr/src/man/man3sysevent/sysevent_post_event.3sysevent index 607c52c6b2..e06937e90a 100644 --- a/usr/src/man/man3sysevent/sysevent_post_event.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_post_event.3sysevent @@ -78,7 +78,7 @@ pointer to a string defining the vendor .LP The \fBsysevent_post_event()\fR function causes a system event of the specified class, subclass, vendor, and publisher to be generated on behalf of the caller -and queued for delivery to the sysevent daemon \fBsyseventd\fR(1M). +and queued for delivery to the sysevent daemon \fBsyseventd\fR(8). .sp .LP The vendor should be the company stock symbol (or similarly enduring @@ -88,7 +88,7 @@ of the application generating the event. .LP For example, all events posted by Sun applications begin with the company's stock symbol, "SUNW". The publisher is usually the name of the application -generating the system event. A system event generated by \fBdevfsadm\fR(1M) has +generating the system event. A system event generated by \fBdevfsadm\fR(8) has a publisher string of \fBdevfsadm\fR. .sp .LP @@ -203,7 +203,7 @@ if (nvlist_alloc(&attr_list, 0, 0) == 0) { .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -221,8 +221,11 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBdevfsadm\fR(1M), \fBsyseventd\fR(1M), \fBnvlist_add_boolean\fR(3NVPAIR), -\fBnvlist_alloc\fR(3NVPAIR), \fBattributes\fR(5) +.BR nvlist_add_boolean (3NVPAIR), +.BR nvlist_alloc (3NVPAIR), +.BR attributes (7), +.BR devfsadm (8), +.BR syseventd (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3sysevent/sysevent_subscribe_event.3sysevent b/usr/src/man/man3sysevent/sysevent_subscribe_event.3sysevent index aa7d09e60f..0120ad29c1 100644 --- a/usr/src/man/man3sysevent/sysevent_subscribe_event.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_subscribe_event.3sysevent @@ -229,7 +229,7 @@ main(int argc, char **argv) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -247,10 +247,12 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBsyseventd\fR(1M), \fBsysevent_bind_handle\fR(3SYSEVENT), -\fBsysevent_get_attr_list\fR(3SYSEVENT), -\fBsysevent_get_class_name\fR(3SYSEVENT), -\fBsysevent_get_vendor_name\fR(3SYSEVENT), \fBattributes\fR(5) +.BR sysevent_bind_handle (3SYSEVENT), +.BR sysevent_get_attr_list (3SYSEVENT), +.BR sysevent_get_class_name (3SYSEVENT), +.BR sysevent_get_vendor_name (3SYSEVENT), +.BR attributes (7), +.BR syseventd (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3sysevent/sysevents.3sysevent b/usr/src/man/man3sysevent/sysevents.3sysevent index c609802f40..4e531b3e9e 100644 --- a/usr/src/man/man3sysevent/sysevents.3sysevent +++ b/usr/src/man/man3sysevent/sysevents.3sysevent @@ -44,7 +44,7 @@ Most system events are currently logged to the FMA information log which can be retrieved with the .Ar -I option to the -.Xr fmdump 1M +.Xr fmdump 8 command. .Sh EVENTS This section contains a list of some of the events that are generated by @@ -60,7 +60,7 @@ The following events belong to the class .Bl -tag -width Dv .It Dv ESC_DATALINK_LINK_STATE This event fires any time a data link -.Pq see Xr dladm 1M +.Pq see Xr dladm 8 changes its state. This may occur because a physical cable was inserted or removed from a network adapter or because something has changed on a virtual adapter |
