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.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, 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 137171F61A for ; Thu, 11 Aug 2022 20:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1660248792; bh=m/KxpCgofLR0VSgYOi75sE0QxDfzR8ropJ7bumZQ/xU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aRa2BApvxE/Yt7jALq4+a6/Z99uL9LVBUTOewhLpQsne5hj2+SRPF3o2R4yPD4Ipz EHrazf5lmUHwqR+tGC27jrp0S+xQB1zerf9UOngMWnnbhREr2sN3Hq5nFe3U9VqmPe PYceboCSfxdLLaJhdklzT8klXy9PeUY3gLhkRI9M= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 4/4] doc: spell out "PROTOCOL" in examples Date: Thu, 11 Aug 2022 20:13:11 +0000 Message-Id: <20220811201311.21922-5-e@80x24.org> In-Reply-To: <20220811201311.21922-1-e@80x24.org> References: <20220811201311.21922-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: "PROTO" is probably ambiguous, and we'll use the same terminology as used in curl(1) documentation. --- Documentation/lei-blob.pod | 2 +- Documentation/lei-convert.pod | 2 +- Documentation/lei-import.pod | 2 +- Documentation/lei-lcat.pod | 2 +- Documentation/lei-q.pod | 2 +- Documentation/lei-rediff.pod | 2 +- Documentation/public-inbox-daemon.pod | 4 ++-- Documentation/public-inbox-imapd.pod | 6 +++--- Documentation/public-inbox-netd.pod | 4 ++-- Documentation/public-inbox-nntpd.pod | 4 ++-- Documentation/public-inbox-pop3d.pod | 6 +++--- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Documentation/lei-blob.pod b/Documentation/lei-blob.pod index e401bb47..558fc54c 100644 --- a/Documentation/lei-blob.pod +++ b/Documentation/lei-blob.pod @@ -86,7 +86,7 @@ reconstructed from patch emails. =item --no-torsocks -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =back diff --git a/Documentation/lei-convert.pod b/Documentation/lei-convert.pod index c113db18..b3e29824 100644 --- a/Documentation/lei-convert.pod +++ b/Documentation/lei-convert.pod @@ -48,7 +48,7 @@ L. =item --no-torsocks -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =back diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod index ad769084..4ac7dccd 100644 --- a/Documentation/lei-import.pod +++ b/Documentation/lei-import.pod @@ -81,7 +81,7 @@ Whether to wrap L and L commands with L. Default: C -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] Use the specified proxy (e.g., C). diff --git a/Documentation/lei-lcat.pod b/Documentation/lei-lcat.pod index e85e5e67..e8073862 100644 --- a/Documentation/lei-lcat.pod +++ b/Documentation/lei-lcat.pod @@ -52,7 +52,7 @@ which lets you pipe arbitrary lines to arbitrary commands). =item --torsocks=auto|no|yes, --no-torsocks -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =item -o MFOLDER, --output=MFOLDER diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index 1cbffba4..2f0c3bc6 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -241,7 +241,7 @@ Whether to wrap L and L commands with L. Default: C -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =back diff --git a/Documentation/lei-rediff.pod b/Documentation/lei-rediff.pod index 4d5e8168..f18548d3 100644 --- a/Documentation/lei-rediff.pod +++ b/Documentation/lei-rediff.pod @@ -104,7 +104,7 @@ The options below, described in L, are also supported. =item --torsocks=auto|no|yes, --no-torsocks -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =back diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod index 5d26ce56..81a79a10 100644 --- a/Documentation/public-inbox-daemon.pod +++ b/Documentation/public-inbox-daemon.pod @@ -31,9 +31,9 @@ processes to take advantage of multiple CPUs. =over -=item -l [PROTO://]ADDRESS[?opt1=val1,opt2=val2] +=item -l [PROTOCOL://]ADDRESS[?opt1=val1,opt2=val2] -=item --listen [PROTO://]ADDRESS[?opt1=val1,opt2=val2] +=item --listen [PROTOCOL://]ADDRESS[?opt1=val1,opt2=val2] This takes an absolute path to a Unix socket or HOST:PORT to listen on. For example, to listen to TCP connections on diff --git a/Documentation/public-inbox-imapd.pod b/Documentation/public-inbox-imapd.pod index 23577a69..85bf3651 100644 --- a/Documentation/public-inbox-imapd.pod +++ b/Documentation/public-inbox-imapd.pod @@ -27,12 +27,12 @@ are supported and documented below. =over -=item -l PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item -l PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key -=item --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item --listen PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key In addition to the normal C<-l>/C<--listen> switch described in -L, the C prefix (e.g. C or +L, the C prefix (e.g. C or C) may be specified to force a given protocol. For STARTTLS and IMAPS support, the C and C may be specified diff --git a/Documentation/public-inbox-netd.pod b/Documentation/public-inbox-netd.pod index 4dc27749..71425e3c 100644 --- a/Documentation/public-inbox-netd.pod +++ b/Documentation/public-inbox-netd.pod @@ -25,9 +25,9 @@ See common options in L. =over -=item -l PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item -l PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key -=item --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item --listen PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key =item -l http://ADDRESS/?env.PI_CONFIG=/path/to/cfg,psgi=/path/to/app.psgi diff --git a/Documentation/public-inbox-nntpd.pod b/Documentation/public-inbox-nntpd.pod index cf53da59..59111f92 100644 --- a/Documentation/public-inbox-nntpd.pod +++ b/Documentation/public-inbox-nntpd.pod @@ -26,9 +26,9 @@ are supported and documented below. =over -=item -l PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item -l PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key -=item --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item --listen PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key In addition to the normal C<-l>/C<--listen> switch described in L, the protocol prefix (e.g. C or diff --git a/Documentation/public-inbox-pop3d.pod b/Documentation/public-inbox-pop3d.pod index 0404c2a7..fb16fb96 100644 --- a/Documentation/public-inbox-pop3d.pod +++ b/Documentation/public-inbox-pop3d.pod @@ -50,12 +50,12 @@ See common options in L. =over -=item -l PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item -l PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key -=item --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key +=item --listen PROTOCOL://ADDRESS/?cert=/path/to/cert,key=/path/to/key In addition to the normal C<-l>/C<--listen> switch described in -L, the C prefix (e.g. C or +L, the C prefix (e.g. C or C) may be specified to force a given protocol. For STARTTLS and POP3S support, the C and C may be specified