From: Tim Jenness Date: Wed, 5 Jun 2002 09:47:31 +0000 (-1000) Subject: doc bug in perldoc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=12b2c10f3f6560f07280f9e95bf5147601ef6195;p=p5sagit%2Fp5-mst-13.2.git doc bug in perldoc Message-ID: p4raw-id: //depot/perl@17021 --- diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 8cfd496..8997e6f 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) are specified either as C or C. You may also -give a descriptive name of a page, such as C. 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. =back