summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-04-17 00:11:03 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-04-17 00:11:03 +0000
commit8a0b99b37caf5922670c5224843551f64527ccca (patch)
tree9aada8c69392e06a7547d00974d250322f6ded09 /share
parent2dbdd8b13c807c9f376b0d114be6d93ac8243fb0 (diff)
Correct a typo:
tsleep -> msleep from Paul de Weerd, Thanks!
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/tsleep.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/tsleep.9 b/share/man/man9/tsleep.9
index fe2a9c367ab..e8af44d1f96 100644
--- a/share/man/man9/tsleep.9
+++ b/share/man/man9/tsleep.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsleep.9,v 1.3 2007/11/29 11:33:05 jmc Exp $
+.\" $OpenBSD: tsleep.9,v 1.4 2008/04/17 00:11:02 oga Exp $
.\" $NetBSD: sleep.9,v 1.11 1999/03/24 06:15:12 mycroft Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 29 2007 $
+.Dd $Mdocdate: April 17 2008 $
.Dt TSLEEP 9
.Os
.Sh NAME
@@ -136,7 +136,7 @@ but takes an additional argument:
.It Fa mtx
A mutex that will be unlocked when the process is safely
on the sleep queue.
-The mutex will be relocked at the end of tsleep unless the
+The mutex will be relocked at the end of msleep unless the
.Dv PNORELOCK
flag is set in the
.Fa priority