Module Name: src
Committed By: jruoho
Date: Tue Mar 29 18:54:54 UTC 2011
Modified Files:
src/lib/libc/sys: madvise.2
Log Message:
Improve -width.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/madvise.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/madvise.2
diff -u src/lib/libc/sys/madvise.2:1.26 src/lib/libc/sys/madvise.2:1.27
--- src/lib/libc/sys/madvise.2:1.26 Wed Jun 3 09:04:18 2009
+++ src/lib/libc/sys/madvise.2 Tue Mar 29 18:54:54 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: madvise.2,v 1.26 2009/06/03 09:04:18 wiz Exp $
+.\" $NetBSD: madvise.2,v 1.27 2011/03/29 18:54:54 jruoho Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)madvise.2 8.1 (Berkeley) 6/9/93
.\"
-.Dd June 2, 2009
+.Dd March 29, 2011
.Dt MADVISE 2
.Os
.Sh NAME
@@ -54,7 +54,7 @@
interface is identical and is provided for standards conformance.
.Pp
The known behaviors are:
-.Bl -tag -width MADV_NORMAL
+.Bl -tag -width MADV_SEQUENTIAL
.It Dv MADV_NORMAL
Tells the system to revert to the default paging
behavior.