aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/lib/Text/Tabs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/lib/Text/Tabs.pm')
-rw-r--r--contrib/perl5/lib/Text/Tabs.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/perl5/lib/Text/Tabs.pm b/contrib/perl5/lib/Text/Tabs.pm
index 933f917acdcb..c431019908e0 100644
--- a/contrib/perl5/lib/Text/Tabs.pm
+++ b/contrib/perl5/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