Module Name: src
Committed By: yamt
Date: Tue Jun 9 11:21:34 UTC 2009
Modified Files:
src/lib/libc/sys: posix_fadvise.2
Log Message:
don't bother to say that some advises are not implemented.
ignoring them is a valid implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/sys/posix_fadvise.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/posix_fadvise.2
diff -u src/lib/libc/sys/posix_fadvise.2:1.2 src/lib/libc/sys/posix_fadvise.2:1.3
--- src/lib/libc/sys/posix_fadvise.2:1.2 Fri Feb 24 21:50:04 2006
+++ src/lib/libc/sys/posix_fadvise.2 Tue Jun 9 11:21:33 2009
@@ -1,6 +1,6 @@
-.\" $NetBSD: posix_fadvise.2,v 1.2 2006/02/24 21:50:04 wiz Exp $
+.\" $NetBSD: posix_fadvise.2,v 1.3 2009/06/09 11:21:33 yamt Exp $
.\"
-.\" Copyright (c)2006 YAMAMOTO Takashi,
+.\" Copyright (c)2006,2009 YAMAMOTO Takashi,
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" ------------------------------------------------------------
-.Dd February 20, 2006
+.Dd June 9, 2009
.Dt POSIX_FADVISE 2
.Os
.Sh NAME
@@ -90,12 +90,6 @@
.Xr madvise 2
.\" ------------------------------------------------------------
.Sh BUGS
-.Dv POSIX_FADV_WILLNEED ,
-.Dv POSIX_FADV_DONTNEED ,
-and
-.Dv POSIX_FADV_NOREUSE
-are not implemented.
-.Pp
For
.Dv POSIX_FADV_NORMAL ,
.Dv POSIX_FADV_RANDOM ,