Module Name:    src
Committed By:   wiz
Date:           Mon Jan 14 15:56:06 UTC 2019

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

Log Message:
Remove Pp before It, where it has no effect.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/share/man/man9/pmap.9:1.46
--- src/share/man/man9/pmap.9:1.45	Sun Jan 13 06:59:15 2019
+++ src/share/man/man9/pmap.9	Mon Jan 14 15:56:06 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pmap.9,v 1.45 2019/01/13 06:59:15 mrg Exp $
+.\"	$NetBSD: pmap.9,v 1.46 2019/01/14 15:56:06 wiz Exp $
 .\"
 .\" Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -581,7 +581,6 @@ mappings immediately in
 or to use the knowledge of the upcoming
 .Fn pmap_remove
 calls to optimize the removals (or to just ignore this call).
-.Pp
 .It void Fn "pmap_protect" "pmap_t pmap" "vaddr_t sva" "vaddr_t eva" \
     "vm_prot_t prot"
 Set the protection of the mappings in the virtual address range
@@ -1117,7 +1116,6 @@ The use of
 .Fn PMAP_PREFER
 is enabled by defining it as a C pre-processor macro in
 .In machine/pmap.h .
-.Pp
 .It void Fn "pmap_procwr" "struct proc *p" "vaddr_t va" "vsize_t size"
 Synchronize CPU instruction caches of the specified range.
 The address space is designated by

Reply via email to