Module Name:    src
Committed By:   wiz
Date:           Sat Nov  7 08:52:26 UTC 2009

Modified Files:
        src/share/man/man9: pmap.9

Log Message:
Remove leading zero from Dd. New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man9/pmap.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/pmap.9
diff -u src/share/man/man9/pmap.9:1.40 src/share/man/man9/pmap.9:1.41
--- src/share/man/man9/pmap.9:1.40	Sat Nov  7 07:37:46 2009
+++ src/share/man/man9/pmap.9	Sat Nov  7 08:52:26 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pmap.9,v 1.40 2009/11/07 07:37:46 cegger Exp $
+.\"	$NetBSD: pmap.9,v 1.41 2009/11/07 08:52:26 wiz Exp $
 .\"
 .\" Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 04, 2009
+.Dd November 4, 2009
 .Dt PMAP 9
 .Os
 .Sh NAME
@@ -486,8 +486,8 @@
 .Nm
 module must panic.
 .It PMAP_NOCACHE
-The mapping being created is not cached. Write accesses have a
-write-through policy.
+The mapping being created is not cached.
+Write accesses have a write-through policy.
 .El
 .Pp
 The access type provided in the
@@ -631,7 +631,8 @@
 .It PMAP_NOCACHE
 The mapping being created is
 .Em not
-cached. Write accesses have a write-through policy.
+cached.
+Write accesses have a write-through policy.
 .El
 .Pp
 Mappings of this type are always

Reply via email to