          MODULE=help2man
         VERSION=1.49.3
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE
      SOURCE_VFY=sha256:4d7e4fdef2eca6afe07a2682151cea78781e0a4e8f9622142d9f70c083a2fd4f
        WEB_SITE=http://www.gnu.org/software/help2man
         ENTERED=20090108
         UPDATED=20230303
           SHORT="A utility that converts help output to a man page"

cat << EOF
help2man is a tool for automatically generating simple manual pages from
program output.
It 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 resonably standard --help and --version outputs,
help2man will attempt to re-arrange that output into something which resembles
a manual page.
EOF
