lib/Text/Tabs.pm doc format touchup
authorJeffrey Friedl <jfriedl@regex.info>
Tue, 15 Jan 2002 15:30:22 +0000 (07:30 -0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 16 Jan 2002 13:37:41 +0000 (13:37 +0000)
Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@14299

lib/Text/Tabs.pm

index c431019..b26f8f4 100644 (file)
@@ -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