docbook-to-man
converter from DocBook SGML into roff man macros
Install
- All systems
-
curl cmd.cat/docbook-to-man.sh
- Debian
-
apt-get install docbook-to-man
- Ubuntu
-
apt-get install docbook-to-man
- Kali Linux
-
apt-get install docbook-to-man
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install docbook-to-man
- Raspbian
-
apt-get install docbook-to-man
- Dockerfile
- dockerfile.run/docbook-to-man
docbook-to-man
converter from DocBook SGML into roff man macros
docbook-to-man is a batch converter that transforms UNIX-style manpages from the DocBook SGML format into nroff/troff man macros. This is not the original version by Fred Dalrymple, but one with the modifications by David Bolen. docbook-to-man lacks support for internationalization and utf-8. Other tools like docbook2man or docbook-xml with xsltproc are better suited for new projects.