diff --git a/man2/prctl.2 b/man2/prctl.2 index 497e0e099..081415bdc 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -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,