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.15-176-g3835c55


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  3835c55fe5fa30715f16b0d859dae197e4c46bd2 (commit)
      from  35c47e37b99f20d198a5bfaae9f39b1cfb216d80 (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=3835c55fe5fa30715f16b0d859dae197e4c46bd2

commit 3835c55fe5fa30715f16b0d859dae197e4c46bd2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 17 01:23:04 2012 +0000

    Fix typo in manual (bug 9902).

diff --git a/ChangeLog b/ChangeLog
index 7baf3e8..2ddc860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #9902]
+	* manual/startup.texi (Exit Status): Fix typo.
+
+2012-02-17  Joseph Myers  <joseph@codesourcery.com>
+
 	[BZ #10140]
 	* manual/examples/argp-ex1.c: Include <stdlib.h>.
 	* manual/examples/argp-ex2.c: Likewise.
diff --git a/NEWS b/NEWS
index b8cce18..20ff90b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  411, 4822, 10140, 11494, 13525, 13526, 13527, 13528, 13529, 13531, 13532,
-  13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559, 13583, 13618
+  411, 4822, 9902, 10140, 11494, 13525, 13526, 13527, 13528, 13529, 13531,
+  13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559, 13583,
+  13618
 
 * ISO C11 support:
 
diff --git a/manual/startup.texi b/manual/startup.texi
index bccc708..4fa66d5 100644
--- a/manual/startup.texi
+++ b/manual/startup.texi
@@ -828,7 +828,7 @@ mean that there was difficulty in opening the files.
 @end deftypevr
 
 Don't confuse a program's exit status with a process' termination status.
-There are lots of ways a process can terminate besides having it's program
+There are lots of ways a process can terminate besides having its program
 finish.  In the event that the process termination @emph{is} caused by program
 termination (i.e., @code{exit}), though, the program's exit status becomes
 part of the process' termination status.

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

Summary of changes:
 ChangeLog           |    5 +++++
 NEWS                |    5 +++--
 manual/startup.texi |    2 +-
 3 files changed, 9 insertions(+), 3 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]