From: Gisle Aas Date: Sun, 6 Apr 1997 17:32:04 +0000 (+0200) Subject: Patch for 'perldoc -f' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed5c9e5071c7b22c1c8d5ca4426c026435a9f731;p=p5sagit%2Fp5-mst-13.2.git Patch for 'perldoc -f' private-msgid: 199704061732.TAA00353@bergen.sn.no --- diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 7febd01..feb1366 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -289,7 +289,7 @@ if ($opt_f) { print @pod; } } else { - die "No documentation for perl function `$func' found\n"; + die "No documentation for perl function `$opt_f' found\n"; } exit; }