Converts flat ASCII text files to man page format
Converts flat ASCII text to man page format
txt2man
$ txt2man -t MyTool input.txt > mycommand.1
$ txt2man -s 8 -d '2024-01-15' readme.txt > program.8
$ txt2man -t MyApp input.txt | man -l -