From 12b75ea808b6b0c80a6bcc025cb80a59c83ce1ec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 4 Dec 2015 09:08:42 +0100 Subject: [PATCH] prctl.2: srcfix: remove commented-out error text The PR_SET_SECCOMP EPERM error path was never reachable in strict mode, and the actual kernel code was removed in Linux 3.5. Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 19193d4254..4be4f10e18 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -1266,14 +1266,6 @@ is and the file descriptor passed in .I arg4 is not valid. -.\" The following can't actually happen, because prctl() in -.\" seccomp mode will cause SIGKILL. -.\" .TP -.\" .B EPERM -.\" .I option -.\" is -.\" .BR PR_SET_SECCOMP , -.\" and secure computing mode is already 1. .TP .B ENXIO .I option -- 2.39.2