stas 2003/03/10 19:12:14
Modified: src/docs/1.0/guide performance.pod Log: tidy up Revision Changes Path 1.24 +1 -1 modperl-docs/src/docs/1.0/guide/performance.pod Index: performance.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/performance.pod,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- performance.pod 8 Nov 2002 04:59:36 -0000 1.23 +++ performance.pod 11 Mar 2003 03:12:14 -0000 1.24 @@ -2278,7 +2278,7 @@ defined (my $kid = fork) or die "Cannot fork: $!\n"; if ($kid) { - print "Parent has finished\n"; + print "Parent has finished\n"; } else { # do something time-consuming CORE::exit(0);