summaryrefslogtreecommitdiffstats
path: root/man3/posix_madvise.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/posix_madvise.3')
-rw-r--r--man3/posix_madvise.313
1 files changed, 6 insertions, 7 deletions
diff --git a/man3/posix_madvise.3 b/man3/posix_madvise.3
index 5347a4580..25ab37d12 100644
--- a/man3/posix_madvise.3
+++ b/man3/posix_madvise.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH posix_madvise 3 2022-12-04 "Linux man-pages 6.03"
+.TH posix_madvise 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
posix_madvise \- give advice about patterns of memory usage
.SH LIBRARY
@@ -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)