You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Drew DeVault f131a31f64 1.4.1 7 years ago
include Implement tables 7 years ago
src Support extra2 and extra3 in title section 7 years ago
test Support extra2 and extra3 in title section 7 years ago
.gitignore Switch from meson to plain makefile 7 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile 1.4.1 7 years ago
README.md Fix indentation bugs 7 years ago
scdoc.1.scd Support extra2 and extra3 in title section 7 years ago

README.md

scdoc

scdoc is a simple man page generator written 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

Usage

See scdoc(1)

Contributing

Send patches/bug reports to sir@cmpwn.com