summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2003-03-31 15:08:20 +0000
committermpech <mpech@openbsd.org>2003-03-31 15:08:20 +0000
commitd87648374254cb0829a78ee3ff943747af79adbe (patch)
tree2f171e385deed4f7072752e04a98faa01aa7e8e9
parentOnly delete rule structure when no state refer to it. (diff)
downloadwireguard-openbsd-d87648374254cb0829a78ee3ff943747af79adbe.tar.xz
wireguard-openbsd-d87648374254cb0829a78ee3ff943747af79adbe.zip
Comment NetBSD related stuff.
millert@ ok
-rw-r--r--share/man/man9/lock.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9
index 259705bc86d..a3a65e58ee1 100644
--- a/share/man/man9/lock.9
+++ b/share/man/man9/lock.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lock.9,v 1.7 2003/03/18 09:57:53 avsm Exp $
+.\" $OpenBSD: lock.9,v 1.8 2003/03/31 15:08:20 mpech Exp $
.\" $NetBSD: lock.9,v 1.12 2001/11/01 01:13:43 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -303,9 +303,9 @@ The locking framework itself is implemented within the file
Data structures and function prototypes for the framework are located
in
.Pa sys/sys/lock.h .
-Machine-dependent simplelock primitives are implemented within the
-file
-.Pa sys/arch/\*[Lt]arch\*[Gt]/include/lock.h .
+.\"Machine-dependent simplelock primitives are implemented within the
+.\"file
+.\".Pa sys/arch/\*[Lt]arch\*[Gt]/include/lock.h .
.Sh SEE ALSO
.Xr pmap 9 ,
.Xr spl 9 ,