~flexibeast/s6-linux-init-man-pages

mdoc(7) versions of the documentation for the s6-linux-init suite

dc8a7b4 Update to s6-linux-init 1.1.2.0.

26 days ago

dc8a7b4 Update to s6-linux-init 1.1.2.0.

26 days ago

#Summary

This repository provides mdoc(7) ports of the HTML documentation for the s6-linux-init suite. The HTML version is authoritative; in the event of semantic differences between an HTML original and its port, please open an issue in this repository.

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 with mandoc(1)'s -T flag:

$ mandoc -T html man8/s6-linux-init.8 > s6-linux-init.8.html