]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/public-inbox-nntpd.pod
imap+nntp: share COMPRESS implementation
[public-inbox.git] / Documentation / public-inbox-nntpd.pod
index 83f7c83afed5fb8dea54b776e4fd6a5e6a7cd265..cf53da5949a0826f4ae1b10410418b8616e754dc 100644 (file)
@@ -26,7 +26,9 @@ are supported and documented below.
 
 =over
 
-=item -l, --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key
+=item -l PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key
+
+=item --listen PROTO://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
@@ -51,7 +53,7 @@ automatically gets STARTTLS support.
 
 The default private TLS certificate key for optional STARTTLS and NNTPS
 support if the C<key> 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