redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Man page not rendering properly

benkohler opened this issue · comments

The man page doesn't render properly here, I'm using man-db. Maybe it works on some other man implementations but it seems to be conspicuously missing a .TH line at the top.

If I add ".TH xkcdpass 1" as line 1, then it mostly renders ok. There are still some various quirks, including "Author |authorname| |authoremail|", and what looks like some vim metadata at the end:

^L^H^L
Local variables: mode: rst coding: utf-8 time-stamp-format: "%:y-%02m-%02d" time-stamp-start: "^:Date:[
]+" time-stamp-end: "$" time-stamp-line-limit: 20 End: vim: filetype=rst fileencoding=utf-8 :

Thank you for the patch. I have merged it in the most recent releases - could you confirm that it is working as expected? There is certainly more to be done to bring the manpage into sync with the current README and feature set, but I'd like to check that the code works as is before continuing with changes

I just bumped gentoo to latest release 1.19.2 and the man page is looking good without any additional patches. Thanks!