1maddy manual pages2-------------------34The reference documentation is maintained in the scdoc format and is compiled5into a set of Unix man pages viewable using the standard `man` utility.67See https://git.sr.ht/~sircmpwn/scdoc for information about the tool used to8build pages.9It can be used as follows:10```11scdoc < maddy-filters.5.scd > maddy-filters.512man ./maddy-filters.513```1415build.sh script in the repo root compiles and installs man pages if the scdoc16utility is installed in the system.