Offset indent.

This commit is contained in:
jruoho 2011-03-31 07:52:34 +00:00
parent c76b9c11ac
commit 132da5fb56

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mmap.2,v 1.41 2009/02/27 16:48:02 wiz Exp $ .\" $NetBSD: mmap.2,v 1.42 2011/03/31 07:52:34 jruoho Exp $
.\" .\"
.\" Copyright (c) 1991, 1993 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\" .\"
.\" @(#)mmap.2 8.4 (Berkeley) 5/11/95 .\" @(#)mmap.2 8.4 (Berkeley) 5/11/95
.\" .\"
.Dd February 27, 2009 .Dd March 31, 2011
.Dt MMAP 2 .Dt MMAP 2
.Os .Os
.Sh NAME .Sh NAME
@ -77,7 +77,7 @@ argument by
.Em OR Ns 'ing .Em OR Ns 'ing
the following values: the following values:
.Pp .Pp
.Bl -tag -width PROT_WRITEXX .Bl -tag -width PROT_WRITEXX -offset indent
.It Dv PROT_EXEC .It Dv PROT_EXEC
Pages may be executed. Pages may be executed.
.It Dv PROT_READ .It Dv PROT_READ
@ -117,7 +117,7 @@ argument by
.Em OR Ns 'ing .Em OR Ns 'ing
the following values: the following values:
.Pp .Pp
.Bl -tag -width MAP_HASSEMAPHOREXX .Bl -tag -width MAP_HASSEMAPHOREXX -offset indent
.It Dv MAP_ALIGNED(n) .It Dv MAP_ALIGNED(n)
Request that the allocation be aligned to the given boundary. Request that the allocation be aligned to the given boundary.
The parameter The parameter