fix: compile fail after edit
fix: unknown flags print usage
doc: mman(1) cleanup
mman is a tool for organizing & editing personal manpages. It allows for a variety of formats for authoring:
This script requires:
To install:
sudo make install
There are also a couple of patches:
./no-scdoc.patch
-- remove scdoc support./no-troff.patch
-- remove troff "support"./nroff-fmt.patch
-- use nroff for manpages instead of manPatches can be applied/removed withe the following commands:
# see patch(1) for more information
patch < [patch-name].patch # apply patch
patch -R < [patch-name].patch # restore patch
Send patches to ~theorytoe/public-inbox@lists.sr.ht. Please modify the [PATCH] subject line to [PATCH mman].