diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 30e38c2ccd7e..5ef48e42dd09 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -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 @@ argument by .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 @@ argument by .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