mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
9 lines
369 B
Plaintext
9 lines
369 B
Plaintext
Text::Tabs performs the same job that the unix expand(1) and unexpand(1)
|
|
commands do: adding or removing tabs from a document.
|
|
|
|
Text::Wrap::wrap() will reformat lines into paragraphs. All it does is
|
|
break up long lines, it will not join short lines together.
|
|
|
|
Text::Fill::fill() will reformat blocks of text into paragraphs. It
|
|
uses Text::Wrap::wrap() to do the work
|