diff options
Diffstat (limited to 'usr/src/man/man9f/ddi_intr_add_handler.9f')
-rw-r--r-- | usr/src/man/man9f/ddi_intr_add_handler.9f | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/usr/src/man/man9f/ddi_intr_add_handler.9f b/usr/src/man/man9f/ddi_intr_add_handler.9f index f5b554bbc4..8c7742c2f2 100644 --- a/usr/src/man/man9f/ddi_intr_add_handler.9f +++ b/usr/src/man/man9f/ddi_intr_add_handler.9f @@ -148,7 +148,7 @@ On any implementation specific failure. The \fBddi_intr_add_handler()\fR and \fBddi_intr_remove_handler()\fR functions can be called from kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -162,12 +162,20 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBddi_intr_alloc\fR(9F), \fBddi_intr_block_enable\fR(9F), -\fBddi_intr_disable\fR(9F), \fBddi_intr_dup_handler\fR(9F), -\fBddi_intr_enable\fR(9F), \fBddi_intr_free\fR(9F), -\fBddi_intr_get_supported_types\fR(9F), \fBmutex\fR(9F), \fBmutex_init\fR(9F), -\fBrw_init\fR(9F), \fBrwlock\fR(9F) +.BR attributes (7), +.BR attach (9E), +.BR detach (9E), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_block_enable (9F), +.BR ddi_intr_disable (9F), +.BR ddi_intr_dup_handler (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_free (9F), +.BR ddi_intr_get_supported_types (9F), +.BR mutex (9F), +.BR mutex_init (9F), +.BR rw_init (9F), +.BR rwlock (9F) .sp .LP \fIWriting Device Drivers\fR |