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/Text | |
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/Text')
-rw-r--r-- | lib/Text/Tabs.pm | 12 | ||||
-rw-r--r-- | lib/Text/Wrap.pm | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm index 8cc0d92f23..4024d7b685 100644 --- a/lib/Text/Tabs.pm +++ b/lib/Text/Tabs.pm @@ -69,15 +69,15 @@ __END__ =head1 NAME -Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1) +Text::Tabs - expand and unexpand tabs per the unix expand(1) and unexpand(1) =head1 SYNOPSIS -use Text::Tabs; + use Text::Tabs; -$tabstop = 4; -@lines_without_tabs = expand(@lines_with_tabs); -@lines_with_tabs = unexpand(@lines_without_tabs); + $tabstop = 4; + @lines_without_tabs = expand(@lines_with_tabs); + @lines_with_tabs = unexpand(@lines_without_tabs); =head1 DESCRIPTION @@ -94,4 +94,4 @@ entire document in one string. Instead feed it an array of lines. =head1 AUTHOR -David Muir Sharnoff <muir@idiom.com> +David Muir Sharnoff E<lt>F<muir@idiom.com>E<gt> diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 03bae1b8f9..2ffc69ec20 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -95,6 +95,6 @@ should be set to the full width of your output device. =head1 AUTHOR -David Muir Sharnoff <muir@idiom.com> +David Muir Sharnoff E<lt>F<muir@idiom.com>E<gt> =cut |