summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-12-09 09:53:11 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-12-09 09:53:11 +0000
commit4a8165f92066a60a385ebc6ff66cfe88ff5039ac (patch)
tree7fec82c9780f9e1842ac1f9d9169de41bb2dce94 /share/man
parenta79ce1471827a6ad75b2e3a58225e4184c6b8f59 (diff)
kill trailing whitespace;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mutex.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index 5df3ff59e81..96eb380a33d 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mutex.9,v 1.5 2007/12/09 00:58:28 tedu Exp $
+.\" $OpenBSD: mutex.9,v 1.6 2007/12/09 09:53:10 jmc Exp $
.\"
.\" Copyright (c) 2005 Pedro Martelletto <pedro@openbsd.org>
.\" All rights reserved.
@@ -44,7 +44,7 @@ function is used to initiate the mutex pointed to by
.Fa mtxp .
When acquired, the mutex will cause the processor interrupt level to be raised
to
-.Fa wantipl
+.Fa wantipl
if necessary.
.Pp
The