about summary refs log tree commit homepage
path: root/Documentation/public-inbox-imapd.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-11 20:13:11 +0000
committerEric Wong <e@80x24.org>2022-08-11 21:58:08 +0000
commit9331e12ebb1523332bfb788c84c7ec3477a6cfcd (patch)
treedbf92809186af4aa2cd465c16c368c2c675543f5 /Documentation/public-inbox-imapd.pod
parentcef85ffa8e58451a8200fc40a71b88e931b8d024 (diff)
downloadpublic-inbox-9331e12ebb1523332bfb788c84c7ec3477a6cfcd.tar.gz
"PROTO" is probably ambiguous, and we'll use the same
terminology as used in curl(1) documentation.
Diffstat (limited to 'Documentation/public-inbox-imapd.pod')
-rw-r--r--Documentation/public-inbox-imapd.pod6
1 files changed, 3 insertions, 3 deletions
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<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