Edited FIXME

This commit is contained in:
Michael Kerrisk 2006-03-23 22:00:34 +00:00
parent 44b35ee067
commit 7f2e3e4e64
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
.\" 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.
.\" FIXME 2.6.16 added 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 */

View File

@ -86,7 +86,7 @@ in the top 16 bits (this was required in kernel versions prior to 2.4, but
is no longer required and ignored if specified),
and various mount flags (as defined in <linux/fs.h> for libc4 and libc5
and in <sys/mount.h> for glibc2) in the low order 16 bits:
.\" FIXME 2.6.15-rc1 has MS_UNBINDABLE, MS_PRIVATE, MS_SHARED, MS_SLAVE
.\" FIXME 2.6.15 added MS_UNBINDABLE, MS_PRIVATE, MS_SHARED, MS_SLAVE
.\" These need to be documented on this page.
.\" See Documentation/sharedsubtree.txt
.TP