summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-07-12 13:22:08 +0000
committermiod <miod@openbsd.org>2002-07-12 13:22:08 +0000
commit12dd4862a5316bd10f281ff56b099dbe582c3079 (patch)
tree05824f03985703df49a590302d42533f88efe7f8
parentsome clean up. install argument replacements only if we are going to (diff)
downloadwireguard-openbsd-12dd4862a5316bd10f281ff56b099dbe582c3079.tar.xz
wireguard-openbsd-12dd4862a5316bd10f281ff56b099dbe582c3079.zip
There is no "simple_lock_unlock" function...
-rw-r--r--share/man/man9/lock.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9
index c1c2492b671..fb2fda00f50 100644
--- a/share/man/man9/lock.9
+++ b/share/man/man9/lock.9
@@ -125,7 +125,7 @@ Try to acquire the simplelock
without spinning. If the simplelock is held by another process
then the return value is 0. If the simplelock was acquired
successfully then the return value is 1.
-.It Fn simple_lock_unlock "slock"
+.It Fn simple_unlock "slock"
The simplelock
.Fa slock
is unlocked. The simplelock must be locked and the calling process must