From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DE7F41F4D7; Sat, 7 May 2022 00:10:07 +0000 (UTC) Date: Sat, 7 May 2022 00:10:07 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH] public-inbox-netd: a multi-protocol superserver Message-ID: <20220507001007.M914616@dcvr> References: <20220505105537.20576-1-e@80x24.org> <87levfv7hs.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87levfv7hs.fsf@kyleam.com> List-Id: Kyle Meyer 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/87levfv7hs.fsf@kyleam.com/ Noticed-by: Kyle Meyer --- 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 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 option is not given with C<--listen>. The default private TLS certificate key for optional TLS support if the C 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 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