humm/s6-man-pages - man page versions of the documentation for the s6 supervision suite - sourcehut git ([original](https://git.sr.ht/humm/s6-man-pages)) (raw)

#Summary

This repository provides mdoc(7)ports of the HTML documentation for the s6 supervision suite. The HTML version on the s6 site is authoritative; in the event of semantic differences between an HTML original and its port, please contact the maintainerby mail oron IRC.

They were originally ported and maintained by~flexibeast.

To install the man pages, run make install.

The default installation directory is /usr/share/man, but this can be changed by setting the MAN_DIR environment variable prior to running make. The user running make will need to have the appropriate permissions for installation in the chosen directory.

The man pages can be uninstalled by running make uninstall.

HTML versions can be produced withmandoc(1)'s -T flag:

$ mandoc -T html man8/s6-svscan.8 > s6-svscan.8.html