diff options
author | 2007-12-09 09:53:10 +0000 | |
---|---|---|
committer | 2007-12-09 09:53:10 +0000 | |
commit | 52b83bf5c41eb8dbd98019626ff20c71441b728b (patch) | |
tree | c024ee2b15daf37ad8705ca2390dc7ef2a799686 | |
parent | - kill trailing whitespace (diff) | |
download | wireguard-openbsd-52b83bf5c41eb8dbd98019626ff20c71441b728b.tar.xz wireguard-openbsd-52b83bf5c41eb8dbd98019626ff20c71441b728b.zip |
kill trailing whitespace;
-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 |