From be3b29c7222ebde42d9855b78ef0884ffb181c9b Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Mon, 26 Jun 2017 17:02:08 +0200 Subject: [PATCH] posix_madvise.3: Remove paragraph about POSIX_FADV_NOREUSE POSIX_FADV_NOREUSE is documented for posix_fadvise, and a corresponding POSIX_MADV_NOREUSE flag is not specified by POSIX. Thanks to Marc Lehmann See https://bugs.debian.org/865699 Signed-off-by: Michael Kerrisk --- man3/posix_madvise.3 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/man3/posix_madvise.3 b/man3/posix_madvise.3 index d97d37b6e..18743b0f0 100644 --- a/man3/posix_madvise.3 +++ b/man3/posix_madvise.3 @@ -106,12 +106,6 @@ Support for first appeared in glibc version 2.2. .SH CONFORMING TO POSIX.1-2001. - -POSIX.1-2008 specifies a further value for -.IR advice , -.BR POSIX_FADV_NOREUSE , -meaning that the specified data will be accessed only once. -This value is not currently supported. .SH NOTES POSIX.1 permits an implementation to generate an error if .I len