From: Gurusamy Sarathy Date: Wed, 2 Feb 2000 06:21:34 +0000 (+0000) Subject: doc tweak (from Michael G Schwern ) X-Git-Tag: perl-5.6.0~550 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b9b446592491a9e83ac86f67237cd6509788def1 doc tweak (from Michael G Schwern ) p4raw-id: //depot/perl@4946 --- diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm index c431019..933f917 100644 --- a/lib/Text/Tabs.pm +++ b/lib/Text/Tabs.pm @@ -73,11 +73,11 @@ 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