- adjust COMMENT to point out that this includes a password generator
(pwqgen; defaults to reasonably memorable passwords with a decent keyspace).
- manpages are fine with mandoc, so remove USE_GROFF
- adjust whitespace
passwdqc is a plugin password strength checker for OpenBSD's
/usr/bin/passwd. It is basically a thin wrapper around Solar
Designer's excellent password complexity checking code from
pam_passwdqc. It allows more control over password quality
enforcement than the built-in checks in passwd(1).
ok naddy@