From 035a7bf179b9d8ec1cf3f5e49235d9e8a9fd4e40 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 2 Oct 2019 07:19:53 +0300 Subject: [PATCH] prctl.2: wfix (for consistency) Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index f1a548634..78e11a3fd 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -1210,7 +1210,7 @@ in Linux 2.6.32. .\" .TP .BR PR_GET_THP_DISABLE " (since Linux 3.15)" -Return (via the function result) the current setting of the "THP disable" +Return (as the function result) the current setting of the "THP disable" flag for the calling thread: either 1, if the flag is set, or 0, if it is not. .TP