optools/gpg/kant/docs
brent s 2ab99f0f22 i think... we're done. still some TODOs but seems to be in a workable state. 2017-09-21 15:18:26 -04:00
..
README adding the rewrite... 2017-09-19 05:09:33 -04:00
REF.args.struct.txt i think... we're done. still some TODOs but seems to be in a workable state. 2017-09-21 15:18:26 -04:00
REF.funcs.struct.txt adding the rewrite... 2017-09-19 05:09:33 -04:00
REF.keys.struct.txt i think... we're done. still some TODOs but seems to be in a workable state. 2017-09-21 15:18:26 -04:00
kant.1 i think... we're done. still some TODOs but seems to be in a workable state. 2017-09-21 15:18:26 -04:00
kant.1.adoc i think... we're done. still some TODOs but seems to be in a workable state. 2017-09-21 15:18: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.