Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Remove Pp before It, where it has no effect.



details:   https://anonhg.NetBSD.org/src/rev/93d4ce281742
branches:  trunk
changeset: 447514:93d4ce281742
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 14 15:56:06 2019 +0000

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

diffstat:

 share/man/man9/pmap.9 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r ac7b7caf7464 -r 93d4ce281742 share/man/man9/pmap.9
--- a/share/man/man9/pmap.9     Mon Jan 14 15:55:35 2019 +0000
+++ b/share/man/man9/pmap.9     Mon Jan 14 15:56:06 2019 +0000
@@ -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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index