Man pagesΒΆ

Every mpm command carries a Unix manual page, walked out of the live command tree while this site builds. A manual therefore cannot describe a release other than the one it ships beside, which is the whole reason none of them is written by hand.

The index below is rendered by click_extra.sphinx from the click_extra_manpages list in docs/conf.py. Each entry points at the browser-viewable HTML rendering produced when mandoc (preferred) or groff is on PATH during the build.

The raw .1 files sit in this same directory, next to the renderings above, under mpm.1 for the root command and mpm-{subcommand}.1 for the rest. Reading them in a terminal covers the rest: reading one straight from the CLI with --man, installing the release bundle into MANPATH, and regenerating the set from source in a packaging build phase.