aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/madvise.24
1 files changed, 4 insertions, 0 deletions
diff --git a/man2/madvise.2 b/man2/madvise.2
index a9f371fe1e..601c39871b 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -25,8 +25,12 @@
.\" Based on comments from mm/filemap.c. Last modified on 10-06-2001
.\" Modified, 25 Feb 2002, Michael Kerrisk, <mtk-manpages@gmx.net>
.\" Added notes on MADV_DONTNEED
+.\"
.\" FIXME 2.6.16-rc6 has MADV_REMOVE, MADV_DONTFORK, and MADV_DOFORK.
.\" These need to be documented.
+.\" MADV_REMOVE /* remove these pages & resources */
+.\" MADV_DONTFORK /* don't inherit across fork */
+.\" MADV_DOFORK /* do inherit across fork */
.\"
.TH MADVISE 2 2001-06-10 "Linux 2.4.5" "Linux Programmer's Manual"
.SH NAME