Updated a FIXME

This commit is contained in:
Michael Kerrisk 2006-07-06 12:38:53 +00:00
parent bb8617d480
commit 978770aae6
1 changed files with 4 additions and 5 deletions

View File

@ -53,10 +53,6 @@
.\" from the patch-2.6.13 and change log could be used to write an
.\" entry in this man page.
.\"
.\" FIXME 2.6.17-rc1 has /proc/PID/mountstats and
.\" /proc/PID/task/TID/mountstats; these need to be documented
.\" Some information can be found in the 2.6.17-rc1 change log.
.\"
.\" FIXME cross check against Documentation/filesystems/proc.txt
.\" to see what information could be imported from that file
.\" into this file.
@ -243,8 +239,11 @@ This file can be used to access the pages of a process's memory through
.BR read (2),
and
.BR fseek (3).
.\" FIXME Describe /proc/[number]/mountstats
.\" FIXME Describe /proc/[number]/mountstats and
.\" /proc/PID/task/TID/mountstats
.\" Some information can be found in the 2.6.17-rc1 change log.
.\" Added in 2.6.17
.\"
.\" FIXME Describe /proc/[number]/oom_adj
.\" Added in 2.6.11; updating requires CAP_SYS_RESOURCE
.\" Mention OOM_DISABLE (-17)