scdoc
Simple man page generator written for POSIX systems written in C99
Install
- All systems
-
curl cmd.cat/scdoc.sh
- Debian
-
apt-get install scdoc
- Ubuntu
-
apt-get install scdoc
- Arch Linux
-
pacman -S scdoc
- Kali Linux
-
apt-get install scdoc
- Fedora
-
dnf install scdoc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install scdoc
- Dockerfile
- dockerfile.run/scdoc
scdoc
Simple man page generator written for POSIX systems written in C99
scdoc is a tool designed to make the process of writing man pages more friendly. It reads scdoc syntax from stdin and writes roff to stdout, suitable for reading with man(1).