Hello Borislav, On 4/14/21 2:16 PM, Borislav Petkov wrote:
From: Borislav Petkov <bp@xxxxxxx> Add a missing "to" in an "in order to" formulation. Signed-off-by: Borislav Petkov <bp@xxxxxxx>
Patch applied. Thanks, Alex
--- man2/sigaltstack.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index c8d5c184f3ab..53268ccbea96 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -111,7 +111,7 @@ Clear the alternate signal stack settings on entry to the signal handler. When the signal handler returns, the previous alternate signal stack settings are restored. .IP -This flag was added in order make it safe +This flag was added in order to make it safe to switch away from the signal handler with .BR swapcontext (3). Without this flag, a subsequently handled signal will corrupt
-- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/