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 leading zero from Dd. New sentence, ne...



details:   https://anonhg.NetBSD.org/src/rev/c5be973107d0
branches:  trunk
changeset: 748856:c5be973107d0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Nov 07 08:52:26 2009 +0000

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

diffstat:

 share/man/man9/pmap.9 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 2997f747382d -r c5be973107d0 share/man/man9/pmap.9
--- a/share/man/man9/pmap.9     Sat Nov 07 07:37:46 2009 +0000
+++ b/share/man/man9/pmap.9     Sat Nov 07 08:52:26 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index