optools/gpg/kant
brent s 6dbc713dc9 WHEW. test.py working now. still need to test pushing to a keyserver 2017-09-08 04:13:56 -04:00
..
.gitignore WHEW. test.py working now. still need to test pushing to a keyserver 2017-09-08 04:13:56 -04:00
README BROKEN AF, in the middle of a rewrite 2017-09-07 16:36:26 -04:00
commented.testbatch.kant.csv BROKEN AF, in the middle of a rewrite 2017-09-07 16:36:26 -04:00
kant.1 BROKEN AF, in the middle of a rewrite 2017-09-07 16:36:26 -04:00
kant.1.adoc BROKEN AF, in the middle of a rewrite 2017-09-07 16:36:26 -04:00
kant.py WHEW. test.py working now. still need to test pushing to a keyserver 2017-09-08 04:13:56 -04:00
test.py WHEW. test.py working now. still need to test pushing to a keyserver 2017-09-08 04:13:56 -04:00
testbatch.kant.csv BROKEN AF, in the middle of a rewrite 2017-09-07 16:36:26 -04:00

README

GENERATING THE MAN PAGE:
If you have asciidoctor installed, you can generate the manpage one of two ways.

The first way:

	asciidoctor -b manpage kant.1.adoc -o- | groff -Tascii -man | gz -c > kant.1.gz

This will generate a fixed-width man page.


The second way (recommended):

	asciidoctor -b manpage kant.1.adoc -o- | gz -c > kant.1.gz

This will generate a dynamic-width man page. Most modern versions of man want this version.