maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1maddy manual pages
 2-------------------
 3
 4The reference documentation is maintained in the scdoc format and is compiled
 5into a set of Unix man pages viewable using the standard `man` utility.
 6
 7See https://git.sr.ht/~sircmpwn/scdoc for information about the tool used to
 8build pages.
 9It can be used as follows:
10```
11scdoc < maddy-filters.5.scd > maddy-filters.5
12man ./maddy-filters.5
13```
14
15build.sh script in the repo root compiles and installs man pages if the scdoc
16utility is installed in the system.