diff options
author | Joseph S. Myers <jsm28@hermes.cam.ac.uk> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | 1fef88e72b0b21420614d87ecab0aaedf3725271 (patch) | |
tree | 12e4d27d75a69c3c3bfe2e5be19ce1298d39af74 /lib/Term/Complete.pm | |
parent | 3c8c04f28a9e6693f95217cf81ec5f2cdb2bb4d2 (diff) | |
download | perl-1fef88e72b0b21420614d87ecab0aaedf3725271.tar.gz |
Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'lib/Term/Complete.pm')
-rw-r--r-- | lib/Term/Complete.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Term/Complete.pm b/lib/Term/Complete.pm index 6faef2296e..884f83fa90 100644 --- a/lib/Term/Complete.pm +++ b/lib/Term/Complete.pm @@ -28,7 +28,7 @@ The following command characters are defined: =over 4 -=item <tab> +=item E<lt>tabE<gt> Attempts word completion. Cannot be changed. @@ -42,7 +42,7 @@ Defined by I<$Term::Complete::complete>. Erases the current input. Defined by I<$Term::Complete::kill>. -=item <del>, <bs> +=item E<lt>delE<gt>, E<lt>bsE<gt> Erases one character. Defined by I<$Term::Complete::erase1> and I<$Term::Complete::erase2>. @@ -55,7 +55,7 @@ Bell sounds when word completion fails. =head1 BUGS -The completion charater <tab> cannot be changed. +The completion charater E<lt>tabE<gt> cannot be changed. =head1 AUTHOR |