Module Name: src
Committed By: joerg
Date: Mon Mar 22 18:34:14 UTC 2010
Modified Files:
src/usr.bin/pmap: pmap.1
Log Message:
Use .In instead of .Aq Pa for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/pmap/pmap.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/pmap/pmap.1
diff -u src/usr.bin/pmap/pmap.1:1.15 src/usr.bin/pmap/pmap.1:1.16
--- src/usr.bin/pmap/pmap.1:1.15 Sun Feb 15 22:49:37 2009
+++ src/usr.bin/pmap/pmap.1 Mon Mar 22 18:34:14 2010
@@ -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