Index: share/man/man9/rmlock.9 =================================================================== --- share/man/man9/rmlock.9 +++ share/man/man9/rmlock.9 @@ -289,8 +289,8 @@ .Xr mutex 9 , .Xr panic 9 , .Xr rwlock 9 , -.Xr sleep 9 , .Xr sema 9 , +.Xr sleep 9 , .Xr sx 9 .Sh HISTORY These Index: share/man/man9/sx.9 =================================================================== --- share/man/man9/sx.9 +++ share/man/man9/sx.9 @@ -315,8 +315,8 @@ 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 locking 9 , .Xr lock 9 , +.Xr locking 9 , .Xr mutex 9 , .Xr panic 9 , .Xr rwlock 9 ,