diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2007-06-21 16:39:25 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2007-06-21 16:39:25 +0000 |
| commit | 3111fc98d59d37ff631fb1e16e99b610f6ea2906 (patch) | |
| tree | 35fb41a978a9e05d12058412196ed8a72db1589b /share | |
| parent | bbc84740c17578667d00b064cbd66ab0442a54bd (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/lock.9 | 1 | ||||
| -rw-r--r-- | share/man/man9/locking.9 | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9 index 5a9a455dda90..5968745caddf 100644 --- a/share/man/man9/lock.9 +++ b/share/man/man9/lock.9 @@ -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 , diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9 index e8e866f529cf..86d16e93fc87 100644 --- a/share/man/man9/locking.9 +++ b/share/man/man9/locking.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 |
