Xref BUS_SETUP_INTR(9) and locking(9).

This commit is contained in:
Edward Tomasz Napierala 2010-11-03 18:49:50 +00:00
parent 87acfc2a51
commit 8de599ec35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214752
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 18, 2007
.Dd November 3, 2010
.Dt BUS_SETUP_INTR 9
.Os
.Sh NAME
@ -205,8 +205,7 @@ otherwise an appropriate error is returned.
.Xr random 4 ,
.Xr device 9 ,
.Xr driver 9 ,
.Xr mtx_init 9 ,
.Xr wakeup 9
.Xr locking 9
.Sh AUTHORS
.An -nosplit
This manual page was written by

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 24, 2010
.Dd November 3, 2010
.Dt LOCKING 9
.Os
.Sh NAME
@ -356,6 +356,7 @@ At this time this is a rather easy to remember table.
.Xr sema 9 ,
.Xr sleep 9 ,
.Xr sx 9 ,
.Xr BUS_SETUP_INTR 9 ,
.Xr LOCK_PROFILING 9
.Sh HISTORY
These