makewhatis
BSD manpage compiler toolset
Install
- All systems
-
curl cmd.cat/makewhatis.sh
- Debian
-
apt-get install mandoc
- Ubuntu
-
apt-get install mandoc
- Alpine
-
apk add man
- Kali Linux
-
apt-get install mandoc
- CentOS
-
yum install man
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mandoc
- OS X
-
brew install mandoc
- Raspbian
-
apt-get install mandoc
- Dockerfile
- dockerfile.run/makewhatis
- Docker
-
docker run cmd.cat/makewhatis makewhatis
powered by Commando
mandoc
BSD manpage compiler toolset
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, ISO C, ISC-licensed, and quite fast. The main component of the toolset is the mandoc utility program, based on the libmandoc validating compiler, to format output for UNIX terminals (with support for wide-character locales), XHTML, HTML, PostScript, and PDF.