From 2056100b8003abe3b0dee62a739d620031e5a4af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 27 Sep 2011 09:32:38 -0700 Subject: Fix some grammar in the manual. --- manual/signal.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/signal.texi b/manual/signal.texi index 6cdae1502b..7bd7a63b01 100644 --- a/manual/signal.texi +++ b/manual/signal.texi @@ -1544,8 +1544,8 @@ for the parts of the program that update important data structures. Blocking the signal delays its delivery until it is unblocked, once the critical updating is finished. @xref{Blocking Signals}. -The other way to re-initialize the crucial data structures in the signal -handler, or make their values consistent. +The other way is to re-initialize the crucial data structures in the +signal handler, or to make their values consistent. Here is a rather schematic example showing the reinitialization of one global variable. -- cgit 1.4.1