diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-09 09:53:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-09 09:53:11 +0000 |
commit | 4a8165f92066a60a385ebc6ff66cfe88ff5039ac (patch) | |
tree | 7fec82c9780f9e1842ac1f9d9169de41bb2dce94 /share/man | |
parent | a79ce1471827a6ad75b2e3a58225e4184c6b8f59 (diff) |
kill trailing whitespace;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mutex.9 | 4 |
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 |