Updated FIXME

This commit is contained in:
Michael Kerrisk 2006-03-20 04:31:20 +00:00
parent f8bb81c576
commit 347e325b6a
1 changed files with 4 additions and 0 deletions

View File

@ -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