mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Remove duplicate xref and add missing commas.
PR: 113891 Submitted by: pluknet <pluknet@gmail.com> Approved by: re (blanket)
This commit is contained in:
parent
bbc84740c1
commit
3111fc98d5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170970
@ -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 ,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user