diff options
Diffstat (limited to 'usr/src/man/man9f/kmem_cache_create.9f')
-rw-r--r-- | usr/src/man/man9f/kmem_cache_create.9f | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/man/man9f/kmem_cache_create.9f b/usr/src/man/man9f/kmem_cache_create.9f index e08f120244..c3218b9b36 100644 --- a/usr/src/man/man9f/kmem_cache_create.9f +++ b/usr/src/man/man9f/kmem_cache_create.9f @@ -738,7 +738,7 @@ If successful, \fBkmem_cache_alloc()\fR returns a pointer to the allocated object. If \fBKM_NOSLEEP\fR is set and memory cannot be allocated without sleeping, \fBkmem_cache_alloc()\fR returns \fBNULL\fR. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -752,7 +752,10 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBcondvar\fR(9F), \fBkmem_alloc\fR(9F), \fBmutex\fR(9F), \fBkstat\fR(9S) +.BR condvar (9F), +.BR kmem_alloc (9F), +.BR mutex (9F), +.BR kstat (9S) .sp .LP \fIWriting Device Drivers\fR |