Broken table in dovecot-pw manual
Hello,
I just noticed while reading the dovecot-pw man on Arch Linux that the table in the -r option is broken (missing newline between row):
| Scheme | Minimum | Maximum | Default | | ------ | ------- | ------- | ------- | | BLF-CRYPT | 4 | 31 | 5 | | SHA256-CRYPT | 1000 | 999999999 | 5000 | | SHA512-CRYPT | 1000 | 999999999 | 5000 |
Regards,
Célestin Matte
On 03/31/2026 2:21 AM MDT Célestin Matte via dovecot <dovecot@dovecot.org> wrote:
I just noticed while reading the dovecot-pw man on Arch Linux that the table in the -r option is broken (missing newline between row):
| Scheme | Minimum | Maximum | Default | | ------ | ------- | ------- | ------- | | BLF-CRYPT | 4 | 31 | 5 | | SHA256-CRYPT | 1000 | 999999999 | 5000 | | SHA512-CRYPT | 1000 | 999999999 | 5000 |
The man page generation code was not parsing markdown tables.
This has been fixed - https://github.com/dovecot/documentation/pull/1483
Thank you for the report.
michael
participants (2)
-
Célestin Matte
-
Michael Slusarz