+2011-09-27 Roland McGrath <roland@hack.frob.com>
+
+ [BZ #13226]
+ * manual/signal.texi (Longjmp in Handler): Grammar fixes.
+
2011-09-27 Andreas Schwab <schwab@redhat.com>
* nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
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.