From 53e6712553b342e06a2396f955d3f3f1fd411936 Mon Sep 17 00:00:00 2001 From: Chris Heath Date: Wed, 19 Nov 2008 10:25:08 -0500 Subject: [PATCH] sigprocmask.2: wfix Signed-off-by: Michael Kerrisk --- man2/sigprocmask.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2 index 524f3d37b..e0b4a7b9a 100644 --- a/man2/sigprocmask.2 +++ b/man2/sigprocmask.2 @@ -82,7 +82,7 @@ is NULL, then the signal mask is unchanged (i.e., is ignored), but the current value of the signal mask is nevertheless returned in .I oldset -(it is not NULL). +(if it is not NULL). The use of .BR sigprocmask ()