~sircmpwn/scdoc

Small man page generator
afeda241 — Eli Schwartz 2 months ago
get rid of some unused includes
d562d7ef — Eli Schwartz 2 months ago
remove useless re-declarations of standard functions
1923fb61 — Dimitry Andric 5 months ago
Fix clang 15 -Wstrict-prototypes warnings

clone

read-only
https://git.sr.ht/~sircmpwn/scdoc
read/write
git@git.sr.ht:~sircmpwn/scdoc

You can also use your local clone with git send-email.

#scdoc

scdoc is a simple man page generator for POSIX systems written in C99.

#Installation

make
sudo make install

You can pass PREFIX or DESTDIR to make if you'd like:

make PREFIX=/usr
sudo make PREFIX=/usr install

Uninstallation is similar:

sudo make uninstall

#Usage

See scdoc(1)

#Contributing

Send patches/bug reports to ~sircmpwn/public-inbox@lists.sr.ht