pop3(1): write options consistently

The pop3 options were prefixed with a '-'; the
imap4d options were not. Proofreading, foolks.
This commit is contained in:
Ori Bernstein 2020-11-08 09:34:39 -08:00
parent 4257a5292a
commit 30b7ca54c3

View file

@ -83,17 +83,17 @@ is created for each mailbox examined.
.IR Imap4d 's .IR Imap4d 's
options are: options are:
.TP 4 .TP 4
.B a .B -a
Assume the user is already authenticated. Assume the user is already authenticated.
By default, the user must authenticate using By default, the user must authenticate using
CRAM-MD5 or CRAM-MD5 or
.IR securenet (8) .IR securenet (8)
challenge/response authentication. challenge/response authentication.
.TP .TP
.B c .B -c
Allow plan 9 challenge response authentication. Allow plan 9 challenge response authentication.
.TP .TP
.B p .B -p
Allow login authentication. This option Allow login authentication. This option
should only be enabled for servers using should only be enabled for servers using
an encrypted connection, such as SSL, an encrypted connection, such as SSL,
@ -101,10 +101,10 @@ and when enabled, all non-encrypted connections should be disallowed.
.I Imap4d .I Imap4d
does not enforce this policy. does not enforce this policy.
.TP .TP
.B v .B -v
Turn on verbose output to the debug file. Turn on verbose output to the debug file.
.TP .TP
.B s .B -s
The server's name. The server's name.
If none is provided, If none is provided,
.B cs .B cs
@ -114,7 +114,7 @@ is queried or
.B /env/sysname .B /env/sysname
is used. is used.
.TP .TP
.B d .B -d
The local mail domain. The local mail domain.
Defaults to the server Defaults to the server
.B /env/site .B /env/site