From 48b58f28a347c9a1d6b7654d79884f1c23556c0f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 15 Jan 2014 17:29:44 +1300 Subject: [PATCH] sigsuspend.2: spfix Signed-off-by: Michael Kerrisk --- man2/sigsuspend.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigsuspend.2 b/man2/sigsuspend.2 index 50897d8fc..f0c04073c 100644 --- a/man2/sigsuspend.2 +++ b/man2/sigsuspend.2 @@ -71,7 +71,7 @@ has no effect on the process's signal mask. .BR sigsuspend () always returns \-1, with .I errno -set to inndicate the error (normally, +set to indicate the error (normally, .BR EINTR ). .SH ERRORS .TP