== manpage

=== Generating manpage
[code, sh]
----
# with asciidoc
a2x --format=manpage doc/smolbote.7.asciidoc

# with asciidoctor
asciidoctor --backend=manpage doc/smolbote.7.asciidoc
----