* 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:
@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.