From 360c1900920b622526d640a6e9a9f20ca5e7b34a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Dec 2016 08:17:23 +0100 Subject: [PATCH] signal.7: tfix Signed-off-by: Michael Kerrisk --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index c6b085652..e572f2785 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -447,7 +447,7 @@ signals; see .BR setrlimit (2) for further details. -The addition or real-time signals required the widening +The addition of real-time signals required the widening of the signal set structure .RI ( sigset_t ) from 32 to 64 bits.