Module Name: src
Committed By: wiz
Date: Wed Jun 3 09:04:18 UTC 2009
Modified Files:
src/lib/libc/sys: madvise.2
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/lib/libc/sys/madvise.2:1.26
--- src/lib/libc/sys/madvise.2:1.25 Mon Jun 1 22:04:54 2009
+++ src/lib/libc/sys/madvise.2 Wed Jun 3 09:04:18 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: madvise.2,v 1.25 2009/06/01 22:04:54 yamt Exp $
+.\" $NetBSD: madvise.2,v 1.26 2009/06/03 09:04:18 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -126,7 +126,8 @@
but until
.Nx 1.5
it did not perform any of the requests on, or change any behavior of the
-address range given. The
+address range given.
+The
.Fn posix_madvise
was invented in
.Nx 5.0 .