From 5e91816c9904db1c07eece68bb33175c09e036ff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Feb 2014 09:44:02 +0100 Subject: [PATCH] prctl.2: Clarify that PR_GET_SECCOMP is returned as function result Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 65bbea012..0ccfe0b42 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -407,7 +407,8 @@ For further information, see the kernel source file .IR Documentation/prctl/seccomp_filter.txt . .TP .BR PR_GET_SECCOMP " (since Linux 2.6.23)" -Return the secure computing mode of the calling thread. +Return (as the function result) +the secure computing mode of the calling thread. If the caller is not in secure computing mode, this operation returns 0; if the caller is in strict secure computing mode, then the .BR prctl ()