Module Name:    src
Committed By:   jruoho
Date:           Thu Mar 31 07:52:34 UTC 2011

Modified Files:
        src/lib/libc/sys: mmap.2

Log Message:
Offset indent.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/sys/mmap.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/mmap.2
diff -u src/lib/libc/sys/mmap.2:1.41 src/lib/libc/sys/mmap.2:1.42
--- src/lib/libc/sys/mmap.2:1.41	Fri Feb 27 16:48:02 2009
+++ src/lib/libc/sys/mmap.2	Thu Mar 31 07:52:34 2011
@@ -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
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)mmap.2	8.4 (Berkeley) 5/11/95
 .\"
-.Dd February 27, 2009
+.Dd March 31, 2011
 .Dt MMAP 2
 .Os
 .Sh NAME
@@ -77,7 +77,7 @@
 .Em OR Ns 'ing
 the following values:
 .Pp
-.Bl -tag -width PROT_WRITEXX
+.Bl -tag -width PROT_WRITEXX -offset indent
 .It Dv PROT_EXEC
 Pages may be executed.
 .It Dv PROT_READ
@@ -117,7 +117,7 @@
 .Em OR Ns 'ing
 the following values:
 .Pp
-.Bl -tag -width MAP_HASSEMAPHOREXX
+.Bl -tag -width MAP_HASSEMAPHOREXX -offset indent
 .It Dv MAP_ALIGNED(n)
 Request that the allocation be aligned to the given boundary.
 The parameter

Reply via email to