summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:03:58 +0100
committer B. Watson2022-03-14 09:03:58 +0100
commitb2bebabf0993224661923c133fe1c7d90fe95118 (patch)
tree48a03f56f305b06e9071d5e16841c1772c9a52d0 /perl
parent715eefbfffaa8277357641a1638e68480c834cb4 (diff)
downloadslackbuilds-b2bebabf0993224661923c133fe1c7d90fe95118.tar.gz
perl/perl-Text-Tabs+Wrap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Text-Tabs+Wrap/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/perl/perl-Text-Tabs+Wrap/README b/perl/perl-Text-Tabs+Wrap/README
index d9e629fdce..0d80145f17 100644
--- a/perl/perl-Text-Tabs+Wrap/README
+++ b/perl/perl-Text-Tabs+Wrap/README
@@ -1,13 +1,15 @@
perl-Text-Tabs+Wrap (expand and unexpand tabs + line wrapping)
-Text::Tabs does most of what the unix utilities expand(1) and unexpand(1) do.
-Given a line with tabs in it, expand replaces those tabs with the appropriate
-number of spaces. Given a line with or without tabs in it, unexpand adds tabs
-when it can save bytes by doing so, like the unexpand -a command.
+Text::Tabs does most of what the unix utilities expand(1) and
+unexpand(1) do. Given a line with tabs in it, expand replaces those
+tabs with the appropriate number of spaces. Given a line with or
+without tabs in it, unexpand adds tabs when it can save bytes by doing
+so, like the unexpand -a command.
-Text::Wrap::wrap() is a very simple paragraph formatter. It formats a single
-paragraph at a time by breaking lines at word boundaries. Indentation is
-controlled for the first line ($initial_tab) and all subsequent lines
-($subsequent_tab) independently. Please note: $initial_tab and $subsequent_tab
-are the literal strings that will be used: it is unlikely you would want to
+Text::Wrap::wrap() is a very simple paragraph formatter. It
+formats a single paragraph at a time by breaking lines at
+word boundaries. Indentation is controlled for the first
+line ($initial_tab) and all subsequent lines ($subsequent_tab)
+independently. Please note: $initial_tab and $subsequent_tab are the
+literal strings that will be used: it is unlikely you would want to
pass in a number.