From 3835c55fe5fa30715f16b0d859dae197e4c46bd2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 17 Feb 2012 01:23:04 +0000 Subject: Fix typo in manual (bug 9902). --- manual/startup.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/startup.texi') 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. -- cgit v1.1