From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 43AA21F406; Mon, 28 Aug 2023 21:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1693258799; bh=bYxtDm4vF2y5HTk7HaO4vrVxGgqKOKt0r099NTkGuC8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SKwb91AbfoGT5b8SrwMqEsXcIjcOnMFXeBJR8KIlrMvitVcTMz4fJzTQYEUD82P6n +z+fhJs7hsBGAj7iNS7/ubmKDhAAXSWjguXZPfEmqYoHalbMc7AU3DXtNFXMeQiaVl tVXO7gOdNUXmny/YkGOy2hBIdfVNRjKD5kHnGf2s= Date: Mon, 28 Aug 2023 21:38:27 +0000 From: Eric Wong To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: meta@public-inbox.org Subject: Re: [PATCH 5/5] Fix some typos/grammar/errors in docs and comments Message-ID: <20230828213827.M189356@dcvr> References: <20230828104246.936281-1-stepnem@smrk.net> <20230828104246.936281-5-stepnem@smrk.net> <20230828211154.M621959@dcvr> <20230828232247+0200.172961-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230828232247+0200.172961-stepnem@smrk.net> List-Id: Štěpán Němec 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 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