diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-05-13 11:34:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-05-13 11:34:26 +0000 |
commit | eb8cc7e4b4fe5224d51355e947eb1cc534e8bbf1 (patch) | |
tree | b50fd2541c4700750be76d23d8a55c4a697a0072 | |
parent | 81b933d1cc92f241e683e0507889275004cc99ef (diff) |
reference rwlock(9)
-rw-r--r-- | share/man/man9/mutex.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index a6d4c7c7360..b1b91b0aca9 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mutex.9,v 1.1 2005/02/18 16:15:32 pedro Exp $ +.\" $OpenBSD: mutex.9,v 1.2 2007/05/13 11:34:25 jsg Exp $ .\" .\" Copyright (c) 2005 Pedro Martelletto <pedro@openbsd.org> .\" All rights reserved. @@ -57,6 +57,7 @@ In case the acquisition of the mutex caused the interrupt level to be changed, it is then restored. .Sh SEE ALSO .Xr lockmgr 9 , +.Xr rwlock 9 , .Xr spl 9 .Sh HISTORY The |