mandoc
Tools for BSD mdoc and man pages
mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals. It is small and quite fast. The main component of the toolset is the mandoc
utility program, based on the libmandoc validating compiler, to format output for UTF-8 and ASCII UNIX terminals, HTML 5, PostScript, and PDF. Additional tools include the man
viewer, and apropos
and whatis
.
- Versions: 1.14.6
- Website: https://mandoc.bsd.lv/
- Licenses: ISC
- Package source: gnu/packages/man.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of mandoc
as follows:
guix install mandoc
Or install a particular version:
guix install mandoc@1.14.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of mandoc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/mandoc'><img src='https://packages.guix.gnu.org/packages/mandoc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/mandoc)
Example Org:
[[https://packages.guix.gnu.org/packages/mandoc][https://packages.guix.gnu.org/packages/mandoc/badges/latest-version.svg]]