diff options
author | Gisle Aas <gisle@aas.no> | 1997-04-06 19:32:04 +0200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-04 00:00:00 +0000 |
commit | ed5c9e5071c7b22c1c8d5ca4426c026435a9f731 (patch) | |
tree | 659f9692e6f398972296589997f4054b108d663b /utils | |
parent | 8b88ae9267370552321fe1d45306b5341068d1e2 (diff) | |
download | perl-ed5c9e5071c7b22c1c8d5ca4426c026435a9f731.tar.gz |
Patch for 'perldoc -f'
private-msgid: 199704061732.TAA00353@bergen.sn.no
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perldoc.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 7febd0127d..feb1366ec4 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; } |