Common Mike adds see alsos from all of the synchronization

man pages to their brethren.
This commit is contained in:
Mike Silbersack 2001-09-17 07:24:48 +00:00
parent e8ef96508d
commit 42e5dee992
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83567
4 changed files with 11 additions and 3 deletions

View file

@ -193,4 +193,6 @@ Timeout expired.
.El
.Sh SEE ALSO
.Xr msleep 9 ,
.Xr mutex 9
.Xr mutex 9 ,
.Xr sema 9 ,
.Xr sx 9

View file

@ -463,6 +463,9 @@ operations.
This can be used to trim superfluous logging messages for debugging purposes.
.El
.Sh SEE ALSO
.Xr condvar 9 ,
.Xr msleep 9 ,
.Xr sema 9 ,
.Xr sx 9
.Sh HISTORY
These

View file

@ -105,4 +105,5 @@ will return 0 if waiting on the semaphore failed; otherwise a non-zero value
will be returned to indicate success.
.Sh SEE ALSO
.Xr condvar 9 ,
.Xr mutex 9
.Xr mutex 9 ,
.Xr sx 9

View file

@ -119,4 +119,6 @@ will be returned.
A thread may not own a shared lock and an exclusive lock simultaneously;
attempting to do so will result in deadlock.
.Sh SEE ALSO
.Xr mutex 9
.Xr condvar 9 ,
.Xr mutex 9 ,
.Xr sema 9