Update to 2.9.6.1.
Update to 2.9.6.0.
Update to 2.9.5.0.
This repository provides mdoc(7) ports of the HTML documentation for the execline suite. The HTML version on the execline site 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
.
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 man1/background.1 > background.1.html