Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Offset indent.



details:   https://anonhg.NetBSD.org/src/rev/6b0727cc4649
branches:  trunk
changeset: 763704:6b0727cc4649
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Mar 31 07:52:34 2011 +0000

description:
Offset indent.

diffstat:

 lib/libc/sys/mmap.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8f0d01842dab -r 6b0727cc4649 lib/libc/sys/mmap.2
--- a/lib/libc/sys/mmap.2       Thu Mar 31 06:50:43 2011 +0000
+++ b/lib/libc/sys/mmap.2       Thu Mar 31 07:52:34 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index