diff options
-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 |