summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2005-08-07 17:49:40 +0300
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-08-08 06:17:33 +0000
commit254c2b64ad4dc543dfd370d1b71db591215274ca (patch)
tree90c6f67f450b2bcbc4a6ef90638bed22061ebe54 /pod
parent324092c6237acfc7224ec0cef5bf94deb83f31bc (diff)
downloadperl-254c2b64ad4dc543dfd370d1b71db591215274ca.tar.gz
Re: [PATCH] undup
Message-ID: <42F5F554.5020701@gmail.com> p4raw-id: //depot/perl@25276
Diffstat (limited to 'pod')
-rw-r--r--pod/perldoc.pod2
-rw-r--r--pod/perltodo.pod2
-rw-r--r--pod/perlunicode.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldoc.pod b/pod/perldoc.pod
index 123dea10df..9042316be4 100644
--- a/pod/perldoc.pod
+++ b/pod/perldoc.pod
@@ -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
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 28a9e31cd4..cb9d0dae68 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -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.
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index f1308beb1f..61f18b382c 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -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 *