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 055f6698c2 Use !isalnum instead of isspace for this_stuff 6 years ago
include Use a more robust approach for in-word-underscores 6 years ago
src Use !isalnum instead of isspace for this_stuff 6 years ago
test Use a more robust approach for in-word-underscores 6 years ago
.editorconfig Add .editorconfig 6 years ago
.gitignore Add '.' to characters permitted in man page titles 6 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile Update version to 1.8.0 6 years ago
README.md Fixup readme fixup 6 years ago
scdoc.1.scd Omit needless words, change description to UNIX/BSD style. 6 years ago
scdoc.5.scd Ignore underscores in the middle_of_a_word 6 years ago

README.md

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

Usage

See scdoc(1)

Contributing

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