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 26bbd972dd Cast ctype.h inputs to unsigned char 4 years ago
contrib Add contrib/_incr_version 5 years ago
include Replace str_t with struct str 5 years ago
src Cast ctype.h inputs to unsigned char 4 years ago
test Suppress sentence spacing after end-of-sentence characters. 5 years ago
.build.yml Drop flex/bison from .build.yml 5 years ago
.editorconfig Add .editorconfig 6 years ago
.gitignore Add a pkg-config template 6 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile Update version to 1.11.0 5 years ago
README.md Fix link to mailing list in README 6 years ago
scdoc.1.scd Omit needless words, change description to UNIX/BSD style. 6 years ago
scdoc.5.scd Suppress sentence spacing after end-of-sentence characters. 5 years ago
scdoc.pc.in Add a pkg-config template 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