Remove duplicate xref and add missing commas.

PR:		113891
Submitted by:	pluknet <pluknet@gmail.com>
Approved by:	re (blanket)
This commit is contained in:
brueffer 2007-06-21 16:39:25 +00:00
parent d4fd7053d4
commit fca1690bb5
2 changed files with 3 additions and 4 deletions

View File

@ -273,7 +273,6 @@ exclusive lock, and a
will be the result of trying.
.Sh SEE ALSO
.Xr condvar 9 ,
.Xr mutex 9 ,
.Xr locking 9 ,
.Xr mutex 9 ,
.Xr rwlock 9 ,

View File

@ -300,14 +300,14 @@ At this time this is a rather easy to remember table.
.El
.Sh SEE ALSO
.Xr condvar 9 ,
.Xr lock 9
.Xr lock 9 ,
.Xr mtx_pool 9 ,
.Xr rwlock 9 ,
.Xr sema 9 ,
.Xr sleep 9 ,
.Xr sx 9
.Xr sx 9 ,
.Xr LOCK_PROFILING 9 ,
.Xr WITNESS 9 ,
.Xr WITNESS 9
.Sh HISTORY
These
functions appeared in