This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.14-316-g2056100


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  2056100b8003abe3b0dee62a739d620031e5a4af (commit)
      from  32c76b63be605d12314e0c6ac2bd702c883d1423 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2056100b8003abe3b0dee62a739d620031e5a4af

commit 2056100b8003abe3b0dee62a739d620031e5a4af
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Sep 27 09:32:38 2011 -0700

    Fix some grammar in the manual.

diff --git a/ChangeLog b/ChangeLog
index 716d805..18ba996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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):
diff --git a/manual/signal.texi b/manual/signal.texi
index 6cdae15..7bd7a63 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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    5 +++++
 manual/signal.texi |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]