Re: [PATCH] undup
Jarkko Hietaniemi [Sun, 7 Aug 2005 14:49:40 +0000 (17:49 +0300)]
Message-ID: <42F5F554.5020701@gmail.com>

p4raw-id: //depot/perl@25276

pod/perldoc.pod
pod/perltodo.pod
pod/perlunicode.pod

index 123dea1..9042316 100644 (file)
@@ -115,7 +115,7 @@ Pod::LATEX.
 =item B<-M> I<module-name>
 
 This specifies the module that you want to try using for formatting the
-pod.  The class must must at least provide a C<parse_from_file> method.
+pod.  The class must at least provide a C<parse_from_file> method.
 For example: C<perldoc -MPod::Perldoc::ToChecker>.
 
 You can specify several classes to try by joining them with commas
index 28a9e31..cb9d0da 100644 (file)
@@ -164,7 +164,7 @@ Clean this up. Check everything in core works
 =head2 entersub XS vs Perl
 
 At the moment pp_entersub is huge, and has code to deal with entering both
-perl and and XS subroutines. Subroutine implementations rarely change between 
+perl and XS subroutines. Subroutine implementations rarely change between 
 perl and XS at run time, so investigate using 2 ops to enter subs (one for
 XS, one for perl) and swap between if a sub is redefined.
 
index f1308be..61f18b3 100644 (file)
@@ -1149,7 +1149,7 @@ portable concept.  Similarly for the qx and system: how well will the
 
 =item *
 
-chmod, chmod, chown, chroot, exec, link, lstat, mkdir, 
+chdir, chmod, chown, chroot, exec, link, lstat, mkdir, 
 rename, rmdir, stat, symlink, truncate, unlink, utime, -X
 
 =item *