The manpage format is ridiculous, so they get generated from markdown (which is more sane in comparison)
### with ronn
~~~sh
## install
gem install --user-install ronn
## generate
ronn smolbote.7.ronn
~~~
### with go-md2man
~~~sh
go-md2man -in smolbote.md -out smolbote.7
~~~