From f99cea2c35514134df0bb84ab1d2e023343ed19f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Aug 2021 07:46:16 +0200 Subject: [PATCH] prctl.2: tfix 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 1ef2c431a..b38af67e7 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -1471,7 +1471,7 @@ was included in .IR arg2 , then the configuration described by the return value will take effect at the next -.BR execve (). +.BR execve (2). Otherwise, the configuration is already in effect when the .B PR_SVE_SET_VL call returns.