Remove leading zero from Dd. New sentence, new line.
This commit is contained in:
parent
7e7e0a568b
commit
b368ff1382
@ -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 @@ resources, the
|
||||
.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 @@ Information provided by
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user