Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Improve -width.



details:   https://anonhg.NetBSD.org/src/rev/87ce29d68e18
branches:  trunk
changeset: 763646:87ce29d68e18
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Mar 29 18:54:54 2011 +0000

description:
Improve -width.

diffstat:

 lib/libc/sys/madvise.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f93b14668ac4 -r 87ce29d68e18 lib/libc/sys/madvise.2
--- a/lib/libc/sys/madvise.2    Tue Mar 29 18:07:14 2011 +0000
+++ b/lib/libc/sys/madvise.2    Tue Mar 29 18:54:54 2011 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index