Module Name: src
Committed By: wiz
Date: Sat Dec 9 16:00:20 UTC 2017
Modified Files:
src/share/man/man9: mutex.9
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/mutex.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/mutex.9
diff -u src/share/man/man9/mutex.9:1.30 src/share/man/man9/mutex.9:1.31
--- src/share/man/man9/mutex.9:1.30 Fri Dec 8 15:52:01 2017
+++ src/share/man/man9/mutex.9 Sat Dec 9 16:00:19 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: mutex.9,v 1.30 2017/12/08 15:52:01 riastradh Exp $
+.\" $NetBSD: mutex.9,v 1.31 2017/12/09 16:00:19 wiz Exp $
.\"
.\" Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -146,7 +146,6 @@ a spin mutex that is already held.
See
.Xr spl 9
for further information on interrupt priority levels (IPLs).
-.Pp
.It Fn mutex_destroy "mtx"
.Pp
Release resources used by a mutex.