diff options
-rw-r--r-- | share/man/man9/lock.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9 index d73b22b041d..9b7352f0cd4 100644 --- a/share/man/man9/lock.9 +++ b/share/man/man9/lock.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lock.9,v 1.9 2005/02/18 18:00:22 pedro Exp $ +.\" $OpenBSD: lock.9,v 1.10 2005/02/20 15:14:05 jmc Exp $ .\" $NetBSD: lock.9,v 1.12 2001/11/01 01:13:43 wiz Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -307,11 +307,11 @@ in .\"file .\".Pa sys/arch/\*[Lt]arch\*[Gt]/include/lock.h . .Sh SEE ALSO +.Xr mutex 9 , .Xr pmap 9 , .Xr spl 9 , .Xr tsleep 9 , -.Xr uvm 9 , -.Xr mutex 9 +.Xr uvm 9 .Sh HISTORY The kernel locking API first appeared in .Bx 4.4 -lite2 . |