summaryrefslogtreecommitdiff
path: root/lib/Text
diff options
context:
space:
mode:
authorJeffrey Friedl <jfriedl@regex.info>2002-01-15 07:30:22 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-16 13:37:41 +0000
commit6b1c26d6dc9c4eb2fab076cddaf19ecd08c221b4 (patch)
tree9afdebf88d4e1ee95d98f1f092839b09264b915e /lib/Text
parent21732b6f21f2a4e95da53f553d77543428ef4fba (diff)
downloadperl-6b1c26d6dc9c4eb2fab076cddaf19ecd08c221b4.tar.gz
lib/Text/Tabs.pm doc format touchup
Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@14299
Diffstat (limited to 'lib/Text')
-rw-r--r--lib/Text/Tabs.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm
index c431019908..b26f8f4054 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