Remove double space from Pod::Functions descr
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 03:41:14 +0000 (20:41 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:26:48 +0000 (22:26 -0700)
pod/perlfunc.pod

index ce2fe53..3b984d4 100644 (file)
@@ -8830,7 +8830,7 @@ Portability issues: L<perlport/wait>.
 =item waitpid PID,FLAGS
 X<waitpid>
 
-=for Pod::Functions wait for  a particular child process to die
+=for Pod::Functions wait for a particular child process to die
 
 Waits for a particular child process to terminate and returns the pid of
 the deceased process, or C<-1> if there is no such child process.  On some