diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 17:10:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 17:10:39 +0000 |
commit | 548848181b3a21c4d3a3ea8f57b9166fab43b0d1 (patch) | |
tree | 0d2fcea003f24dbc9e5c88981ab8dd2bd76b2f87 /utils | |
parent | da2094fd55cfc73caee2f71b349588c60a542297 (diff) | |
download | perl-548848181b3a21c4d3a3ea8f57b9166fab43b0d1.tar.gz |
sundry typos and such
p4raw-id: //depot/perl@5204
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 c4a9113b4a..7147607f60 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -56,7 +56,7 @@ Usage: $me [-h] [-r] [-i] [-v] [-t] [-u] [-m] [-n program] [-l] [-F] [-X] PageNa $me -q FAQKeywords The -h option prints more help. Also try "perldoc perldoc" to get -aquainted with the system. +acquainted with the system. EOF } |