]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: spell out "PROTOCOL" in examples
authorEric Wong <e@80x24.org>
Thu, 11 Aug 2022 20:13:11 +0000 (20:13 +0000)
committerEric Wong <e@80x24.org>
Thu, 11 Aug 2022 21:58:08 +0000 (21:58 +0000)
"PROTO" is probably ambiguous, and we'll use the same
terminology as used in curl(1) documentation.

Documentation/lei-blob.pod
Documentation/lei-convert.pod
Documentation/lei-import.pod
Documentation/lei-lcat.pod
Documentation/lei-q.pod
Documentation/lei-rediff.pod
Documentation/public-inbox-daemon.pod
Documentation/public-inbox-imapd.pod
Documentation/public-inbox-netd.pod
Documentation/public-inbox-nntpd.pod
Documentation/public-inbox-pop3d.pod

index e401bb4711a6abe9bc727f7deafa9723648137d6..558fc54cff88be472def0f89e2754f10cfc23c62 100644 (file)
@@ -86,7 +86,7 @@ reconstructed from patch emails.
 
 =item --no-torsocks
 
-=item --proxy=PROTO://HOST[:PORT]
+=item --proxy=PROTOCOL://HOST[:PORT]
 
 =back
 
index c113db18b1e41ac711c8ef5ff2e712894acea372..b3e298248741f071685e3d8f7a1de4dd84c18f80 100644 (file)
@@ -48,7 +48,7 @@ L<lei-q(1)>.
 
 =item --no-torsocks
 
-=item --proxy=PROTO://HOST[:PORT]
+=item --proxy=PROTOCOL://HOST[:PORT]
 
 =back
 
index ad769084c05cf9da4ebe176a06273d6cfb2f18ce..4ac7dccdcf7c872cffdc029aa5edeb3b3603b56a 100644 (file)
@@ -81,7 +81,7 @@ Whether to wrap L<git(1)> and L<curl(1)> commands with L<torsocks(1)>.
 
 Default: C<auto>
 
-=item --proxy=PROTO://HOST[:PORT]
+=item --proxy=PROTOCOL://HOST[:PORT]
 
 Use the specified proxy (e.g., C<socks5h://0:9050>).
 
index e85e5e6710732d22c2b8b80bd42f2cfb2403f636..e80738626b5152fefcfcad192c2c036531d794e2 100644 (file)
@@ -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
 
index 1cbffba4b36bb0eea2d9c0c077419674155ac89f..2f0c3bc6cdf518e6638628414fa1097bb3446f23 100644 (file)
@@ -241,7 +241,7 @@ Whether to wrap L<git(1)> and L<curl(1)> commands with L<torsocks(1)>.
 
 Default: C<auto>
 
-=item --proxy=PROTO://HOST[:PORT]
+=item --proxy=PROTOCOL://HOST[:PORT]
 
 =back
 
index 4d5e8168bb38ed7491efb6199cf564e326c26566..f18548d35f63f56ba1d1ead4c8b0db3c13899a16 100644 (file)
@@ -104,7 +104,7 @@ The options below, described in L<lei-q(1)>, are also supported.
 
 =item --torsocks=auto|no|yes, --no-torsocks
 
-=item --proxy=PROTO://HOST[:PORT]
+=item --proxy=PROTOCOL://HOST[:PORT]
 
 =back
 
index 5d26ce56f678b962d35d4c80296e7903bcd0cc7d..81a79a102511a054cb2b60c623f97836f5c6d89b 100644 (file)
@@ -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
index 23577a69d881faad569fe7c68028cbcbc8b32622..85bf3651689ba02925aacf80b1992dece5c36d3f 100644 (file)
@@ -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<public-inbox-daemon(8)>, the C<PROTO> prefix (e.g. C<imap://> or
+L<public-inbox-daemon(8)>, the C<PROTOCOL> prefix (e.g. C<imap://> or
 C<imaps://>) may be specified to force a given protocol.
 
 For STARTTLS and IMAPS support, the C<cert> and C<key> may be specified
index 4dc277496aa827f71b7b453dc4bee345bb64531b..71425e3cba15e53242101cc65a9dab87127f78bc 100644 (file)
@@ -25,9 +25,9 @@ See common options in L<public-inbox-daemon(8)/OPTIONS>.
 
 =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
 
index cf53da5949a0826f4ae1b10410418b8616e754dc..59111f929b303cc36b3a3bb800efb7fc3e95af52 100644 (file)
@@ -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<public-inbox-daemon(8)>, the protocol prefix (e.g. C<nntp://> or
index 0404c2a79f4f8126549a11fc3b0be82ea22e790c..fb16fb9659d0e7f33b52ea7e4808d1676acad7e9 100644 (file)
@@ -50,12 +50,12 @@ See common options in L<public-inbox-daemon(8)/OPTIONS>.
 
 =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<public-inbox-daemon(8)>, the C<PROTO> prefix (e.g. C<pop3://> or
+L<public-inbox-daemon(8)>, the C<PROTOCOL> prefix (e.g. C<pop3://> or
 C<pop3s://>) may be specified to force a given protocol.
 
 For STARTTLS and POP3S support, the C<cert> and C<key> may be specified