aboutsummaryrefslogtreecommitdiffstats
path: root/man3/posix_madvise.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/posix_madvise.3')
-rw-r--r--man3/posix_madvise.311
1 files changed, 5 insertions, 6 deletions
diff --git a/man3/posix_madvise.3 b/man3/posix_madvise.3
index 501295239d..06c657afca 100644
--- a/man3/posix_madvise.3
+++ b/man3/posix_madvise.3
@@ -86,12 +86,6 @@ is invalid.
Addresses in the specified range are partially or completely outside
the caller's address space.
.SH VERSIONS
-Support for
-.BR posix_madvise ()
-was added in glibc 2.2.
-.SH STANDARDS
-POSIX.1-2001.
-.SH NOTES
POSIX.1 permits an implementation to generate an error if
.I len
is 0.
@@ -108,6 +102,11 @@ is treated as a no-op, because the corresponding
value,
.BR MADV_DONTNEED ,
has destructive semantics.
+.SH STANDARDS
+POSIX.1-2008.
+.SH HISTORY
+glibc 2.2.
+POSIX.1-2001.
.SH SEE ALSO
.BR madvise (2),
.BR posix_fadvise (2)