wok diff help2man/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/help2man/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +Help2man is a tool for automatically generating simple manual pages
     1.5 +from program output.
     1.6 +
     1.7 +Although manual pages are optional for GNU programs other projects,
     1.8 +such as Debian require them (see Man Pages in GNU Coding Standards).
     1.9 +
    1.10 +This program is intended to provide an easy way for software authors
    1.11 +to include a manual page in their distribution without having to
    1.12 +maintain that document.
    1.13 +
    1.14 +Given a program which produces reasonably standard "--help" and
    1.15 +"--version" outputs, help2man can re-arrange that output into
    1.16 +something which resembles a manual page.