Fix typo in manual (bug 9902).
authorJoseph Myers <joseph@codesourcery.com>
Fri, 17 Feb 2012 01:23:04 +0000 (01:23 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 17 Feb 2012 01:23:04 +0000 (01:23 +0000)
ChangeLog
NEWS
manual/startup.texi

index 7baf3e8c4fb186c8c67de9077b042a092eafb4f9..2ddc860bc81622ce057ce6b50241b21ce613b5fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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]
diff --git a/NEWS b/NEWS
index b8cce18c3f0de11bf2f1f5d002949f77166a0fa3..20ff90bdc001c9e56c2e616e2a1fab1e55f92cdf 100644 (file)
--- 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:
 
index bccc708667dc09145320d520d2faf9c75e8d5a7f..4fa66d556644a9eca8e11779c55e5f00d1d28e08 100644 (file)
@@ -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.