summaryrefslogtreecommitdiff
path: root/utils/perldoc.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-06 05:14:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-06 05:14:35 +0000
commit1b42086758bcb696abd56f37b9db1cd28e91236e (patch)
treef32bc7bbe034f41226b2d839faca2047b5065e4a /utils/perldoc.PL
parent7083d4d1d3a093e255a8035f600174baf7ee1b24 (diff)
downloadperl-1b42086758bcb696abd56f37b9db1cd28e91236e.tar.gz
emit more accurate diagnostic for syntax errors involving <>
within eval"" p4raw-id: //depot/perl@3310
Diffstat (limited to 'utils/perldoc.PL')
-rw-r--r--utils/perldoc.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL
index d4090c88a6..c351fbf464 100644
--- a/utils/perldoc.PL
+++ b/utils/perldoc.PL
@@ -611,7 +611,7 @@ contain fully qualified filenames, one per line.
The item you want to look up. Nested modules (such as C<File::Basename>)
are specified either as C<File::Basename> or C<File/Basename>. You may also
-give a descriptive name of a page, such as C<perlfunc>. You make also give a
+give a descriptive name of a page, such as C<perlfunc>. You may also give a
partial or wrong-case name, such as "basename" for "File::Basename", but
this will be slower, if there is more then one page with the same partial
name, you will only get the first one.