From b0c93735cd1b99813118efb68398182ae15a7279 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 5 Mar 2006 20:34:30 +0000 Subject: [PATCH] Removed outdated FIXME --- man2/prctl.2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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,