summaryrefslogtreecommitdiff
path: root/manual/startup.texi
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-20 10:27:48 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-20 10:27:48 +0000
commit9a40233fa0d4c587880f5d3d3f42813ec6e6ae32 (patch)
tree241b0205b13dd2914bab182e4d3598c3a0569c3e /manual/startup.texi
parent53a451c64a34f4602b9479aaa8effe149e150a54 (diff)
Updated to fedora-glibc-20061120T1000cvs/fedora-glibc-2_5_90-7
Diffstat (limited to 'manual/startup.texi')
-rw-r--r--manual/startup.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/startup.texi b/manual/startup.texi
index 5ccb78b958..79c79683f7 100644
--- a/manual/startup.texi
+++ b/manual/startup.texi
@@ -830,7 +830,7 @@ mean that there was difficulty in opening the files.
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
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
+termination (i.e., @code{exit}), though, the program's exit status becomes
part of the process' termination status.
@node Cleanups on Exit