Trim a couple of xrefs.

This commit is contained in:
jhb 2006-04-19 20:41:56 +00:00
parent 181e281264
commit a74c12c708

View File

@ -206,8 +206,6 @@ lock while another thread blocked on the same
lock after acquiring a mutex, then the second thread would effectively
end up sleeping while holding a mutex, which is not allowed.
.Sh SEE ALSO
.Xr condvar 9 ,
.Xr mtx_pool 9 ,
.Xr mutex 9 ,
.Xr panic 9 ,
.Xr rwlock 9 ,