diff options
Diffstat (limited to 'usr/src/man/man9f/mutex.9f')
-rw-r--r-- | usr/src/man/man9f/mutex.9f | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/usr/src/man/man9f/mutex.9f b/usr/src/man/man9f/mutex.9f index cc77960ad7..2baec5de36 100644 --- a/usr/src/man/man9f/mutex.9f +++ b/usr/src/man/man9f/mutex.9f @@ -173,16 +173,21 @@ xxstart(struct xxunit *un) .in -2 .SH SEE ALSO -\fBlockstat\fR(1M), \fBIntro\fR(9F), \fBcondvar\fR(9F), -\fBddi_intr_alloc\fR(9F), \fBddi_intr_add_handler\fR(9F), -\fBddi_intr_get_pri\fR(9F), \fBddi_intr_get_softint_pri\fR(9F), -\fBrwlock\fR(9F), \fBsemaphore\fR(9F) +.BR lockstat (8), +.BR Intro (9F), +.BR condvar (9F), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_get_softint_pri (9F), +.BR rwlock (9F), +.BR semaphore (9F) .sp .LP \fIWriting Device Drivers\fR .SH NOTES Compiling with \fB_LOCKTEST\fR or \fB_MPSTATS\fR defined has no effect. To -gather lock statistics, see \fBlockstat\fR(1M). +gather lock statistics, see \fBlockstat\fR(8). .sp .LP The address of a \fBkmutex_t\fR lock must be aligned on an 8-byte boundary for |