From 67238a538d8ad86b112bb720911f2620b47e5723 Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Sun, 9 May 2021 22:19:35 +0200 Subject: [PATCH] sigaltstack.2: tfix Add a missing "to" in an "in order to" formulation. Signed-off-by: Borislav Petkov Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/sigaltstack.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index c8d5c184f..53268ccbe 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