From: Borislav Petkov <bp@xxxxxxx> Add a missing "to" in an "in order to" formulation. Signed-off-by: Borislav Petkov <bp@xxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- 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 -- 2.31.1