Kyle Meyer <[email protected]> wrote: > s/may concatenated/may be concatenated/ > > (It looks like -imapd and -nntpd pods have the same text, and both of > those are also missing this "be".)
Thanks, will push this out, as well: -------8<------ Subject: [PATCH] doc: add missing "be" for --key description Link: https://public-inbox.org/meta/[email protected]/ Noticed-by: Kyle Meyer <[email protected]> --- Documentation/public-inbox-imapd.pod | 2 +- Documentation/public-inbox-netd.pod | 2 +- Documentation/public-inbox-nntpd.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/public-inbox-imapd.pod b/Documentation/public-inbox-imapd.pod index 52df4d51..23577a69 100644 --- a/Documentation/public-inbox-imapd.pod +++ b/Documentation/public-inbox-imapd.pod @@ -54,7 +54,7 @@ automatically gets STARTTLS support. The default private TLS certificate key for optional STARTTLS and IMAPS support if the C<key> option is not given with C<--listen>. The private -key may concatenated into the path used by C<--cert>, in which case this +key may be concatenated into the path used by C<--cert>, in which case this option is not needed. =back diff --git a/Documentation/public-inbox-netd.pod b/Documentation/public-inbox-netd.pod index d6520608..dcf4d5b0 100644 --- a/Documentation/public-inbox-netd.pod +++ b/Documentation/public-inbox-netd.pod @@ -41,7 +41,7 @@ if the C<cert> option is not given with C<--listen>. The default private TLS certificate key for optional TLS support if the C<key> option is not given with C<--listen>. The private -key may concatenated into the path used by C<--cert>, in which case this +key may be concatenated into the path used by C<--cert>, in which case this option is not needed. =back diff --git a/Documentation/public-inbox-nntpd.pod b/Documentation/public-inbox-nntpd.pod index 651428ab..cf53da59 100644 --- a/Documentation/public-inbox-nntpd.pod +++ b/Documentation/public-inbox-nntpd.pod @@ -53,7 +53,7 @@ automatically gets STARTTLS support. The default private TLS certificate key for optional STARTTLS and NNTPS support if the C<key> option is not given with C<--listen>. The private -key may concatenated into the path used by C<--cert>, in which case this +key may be concatenated into the path used by C<--cert>, in which case this option is not needed. =back -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
