Rewrap app-text DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 7fd3655662
commit a404d86ef8
14 changed files with 100 additions and 50 deletions

View File

@@ -1,7 +1,14 @@
SUMMARY="help2man produces simple manual pages from the --help and --version output of other commands."
DESCRIPTION="help2man is a tool for automatically generating simple manual pages from program output.
This program is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document.
Given a program which produces reasonably standard --help and --version outputs, help2man can re-arrange that output into something which resembles a manual page."
DESCRIPTION="
help2man is a tool for automatically generating simple manual pages from \
program output.
This program is intended to provide an easy way for software authors to \
include a manual page in their distribution without having to maintain that \
document.
Given a program which produces reasonably standard --help and --version \
outputs, help2man can re-arrange that output into something which resembles a \
manual page.
"
HOMEPAGE="http://www.gnu.org/software/help2man/"
SRC_URI="http://ftpmirror.gnu.org/help2man/help2man-1.43.3.tar.gz"