Removed outdated FIXME

This commit is contained in:
Michael Kerrisk 2006-03-05 20:34:30 +00:00
parent 212dd19f6e
commit b0c93735cd
1 changed files with 3 additions and 4 deletions

View File

@ -80,13 +80,12 @@ in
.BR proc (5).)
.TP
.B PR_GET_DUMPABLE
.\" FIXME Since Linux 2.6.13, the dumpable flag can have the
.\" value 2, but PR_GET_DUMPABLE simple returns 1 if the dumpable
.\" flags has a non-zero value. I've submitted a patch to fix this
.\" -- MTK 15 Sep 2005.
(Since Linux 2.4)
Return (as the function result) the current state of the calling
process's dumpable flag.
.\" Since Linux 2.6.13, the dumpable flag can have the value 2,
.\" but in 2.6.13 PR_GET_DUMPABLE simply returns 1 if the dumpable
.\" flags has a non-zero value. This was fixed in 2.6.14.
.TP
.B PR_SET_KEEPCAPS
Set the state of the process's "keep capabilities" flag,