Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/pmap Use .In instead of .Aq Pa for header files.



details:   https://anonhg.NetBSD.org/src/rev/622466e2400e
branches:  trunk
changeset: 753305:622466e2400e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 22 18:34:14 2010 +0000

description:
Use .In instead of .Aq Pa for header files.

diffstat:

 usr.bin/pmap/pmap.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 51bfe0acb989 -r 622466e2400e usr.bin/pmap/pmap.1
--- a/usr.bin/pmap/pmap.1       Mon Mar 22 18:33:27 2010 +0000
+++ b/usr.bin/pmap/pmap.1       Mon Mar 22 18:34:14 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pmap.1,v 1.15 2009/02/15 22:49:37 wiz Exp $
+.\"    $NetBSD: pmap.1,v 1.16 2010/03/22 18:34:14 joerg Exp $
 .\"
 .\" Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -240,7 +240,7 @@
 .Pp
 The value of the flags field (in hexadecimal) is taken from
 the include file
-.Aq Pa uvm/uvm_map.h :
+.In uvm/uvm_map.h :
 .Bl -column VM_MAP_WIREFUTURE VM_MAP_WIREFUTURE -offset indent
 .It Dv "VM_MAP_PAGEABLE"   Ta No "0x01   entries are pageable"
 .It Dv "VM_MAP_INTRSAFE"   Ta No "0x02   interrupt safe map"
@@ -263,7 +263,7 @@
 \&(or protection) field, along with
 .Dq max
 \&(maximum protection allowed) are made up of the following flags from
-.Aq Pa uvm/uvm_extern.h :
+.In uvm/uvm_extern.h :
 .\" this column width specifically chosen so that all the header file
 .\" excerpts appear to line up cleanly
 .Bl -column VM_MAP_WIREFUTURE VM_MAP_WIREFUTURE -offset indent



Home | Main Index | Thread Index | Old Index