diff options
author | Tim Jenness <tjenness@cpan.org> | 2002-06-04 23:47:31 -1000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 19:56:33 +0000 |
commit | 12b2c10f3f6560f07280f9e95bf5147601ef6195 (patch) | |
tree | 46f23143c1966cb77b16a8318949806ba6276a49 /utils | |
parent | 3c1bc199c16686adb82e05939a8a9cdc0f2125fc (diff) | |
download | perl-12b2c10f3f6560f07280f9e95bf5147601ef6195.tar.gz |
doc bug in perldoc
Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
p4raw-id: //depot/perl@17021
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perldoc.PL | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 8cfd496d99..8997e6f15b 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -124,8 +124,7 @@ PageName|ModuleName... is the name of a piece of documentation that you want to look at. You may either give a descriptive name of the page (as in the case of `perlfunc') the name of a module, either like `Term::Info', - `Term/Info', the partial name of a module, like `info', or - `makemaker', or the name of a program, like `perldoc'. + `Term/Info', or the name of a program, like `perldoc'. BuiltinFunction is the name of a perl function. Will extract documentation from @@ -760,10 +759,7 @@ run. 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 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. +give a descriptive name of a page, such as C<perlfunc>. =back |