Lindenii Project Forge
Login

scdoc

scdoc mirror for performance testing

ssh://forge.lindenii.runxiyu.org/test/-/repos/scdoc

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

29306d8d — elij 2025-02-02 08:26:13
strip indentation after a hard line break `++`
b0ea10a7 — Viacheslav Kruglov 2024-10-11 12:27:06
Fix logical error in comparison with ULONG_MAX
3667cced — Drew DeVault 2024-09-04 08:07:46
Makefile: drop -static

scdoc

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

Installation

scdoc is likely available from your local system distribution -- your package manager is the preferred means of installation.

To install from source:

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