Module Name:    src
Committed By:   jruoho
Date:           Sun Apr  3 06:05:22 UTC 2011

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

Log Message:
Offset indent.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/mprotect.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/mprotect.2
diff -u src/lib/libc/sys/mprotect.2:1.22 src/lib/libc/sys/mprotect.2:1.23
--- src/lib/libc/sys/mprotect.2:1.22	Sun Jan 11 02:46:30 2009
+++ src/lib/libc/sys/mprotect.2	Sun Apr  3 06:05:21 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mprotect.2,v 1.22 2009/01/11 02:46:30 christos Exp $
+.\"	$NetBSD: mprotect.2,v 1.23 2011/04/03 06:05:21 jruoho Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)mprotect.2	8.1 (Berkeley) 6/9/93
 .\"
-.Dd January 6, 2009
+.Dd April 3, 2011
 .Dt MPROTECT 2
 .Os
 .Sh NAME
@@ -56,7 +56,7 @@
 .Tn OR Ns 'ing
 the following values:
 .Pp
-.Bl -tag -width MAP_FIXEDX
+.Bl -tag -width MAP_FIXEDX -offset indent
 .It Dv PROT_EXEC
 Pages may be executed.
 .It Dv PROT_READ

Reply via email to