README

June 28, 2020 ยท View on GitHub

NAME txt2man

DESCRIPTION Txt2man converts flat ASCII text to man page format. It is a shell script using gnu awk, that should run on any Unix like system.

help: txt2man -h

INSTALL make install (to install under /usr/local) or make install prefix=path

Issues and pull requests should be opened at https://github.com/mvertes/txt2man.

-- Marc Vertes