Štěpán Němec <[email protected]> wrote: > Crystal clear, thank you! Maybe add "With this option, [well-known...]" > at the beginning, to avoid any possible confusion (it should go without > saying, but being explicit doesn't hurt (and the original had it, too > ("this option is given"))).
Alright, I'll squash this in before pushing: diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod index 187c17d0..6f1e3b53 100644 --- a/Documentation/public-inbox-daemon.pod +++ b/Documentation/public-inbox-daemon.pod @@ -101,11 +101,11 @@ Default: 1 The default TLS certificate for HTTPS, IMAPS, NNTPS, POP3S and/or STARTTLS support if the C<cert> option is not given with C<--listen>. -Well-known TCP ports automatically get TLS or STARTTLS support if using -systemd-compatible socket activation. That is, ports 443, 563, 993, and -995 support HTTPS, NNTPS, IMAPS, and POP3S, respectively; while ports -110, 119, and 143 support STARTTLS on POP3, NNTP, and IMAP, -respectively. +With this option, well-known TCP ports automatically get TLS or STARTTLS +support if using systemd-compatible socket activation. That is, ports +443, 563, 993, and 995 support HTTPS, NNTPS, IMAPS, and POP3S, +respectively; while ports 110, 119, and 143 support STARTTLS on POP3, +NNTP, and IMAP, respectively. =item --key /path/to/key
