diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-11-08 09:34:39 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-11-08 09:34:39 -0800 |
commit | 30b7ca54c38e7229c32ec80df2c56bae9a5e5263 (patch) | |
tree | f3bbc45099ff1c33d41995f2d3049656ed38dfc8 /sys/man | |
parent | 4257a5292af5a9a3ff8fbbc76a00fdeffc75bfd2 (diff) |
pop3(1): write options consistently
The pop3 options were prefixed with a '-'; the
imap4d options were not. Proofreading, foolks.
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/pop3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/man/8/pop3 b/sys/man/8/pop3 index d9db7d77a..9b02478c3 100644 --- a/sys/man/8/pop3 +++ b/sys/man/8/pop3 @@ -83,17 +83,17 @@ is created for each mailbox examined. .IR Imap4d 's options are: .TP 4 -.B a +.B -a Assume the user is already authenticated. By default, the user must authenticate using CRAM-MD5 or .IR securenet (8) challenge/response authentication. .TP -.B c +.B -c Allow plan 9 challenge response authentication. .TP -.B p +.B -p Allow login authentication. This option should only be enabled for servers using an encrypted connection, such as SSL, @@ -101,10 +101,10 @@ and when enabled, all non-encrypted connections should be disallowed. .I Imap4d does not enforce this policy. .TP -.B v +.B -v Turn on verbose output to the debug file. .TP -.B s +.B -s The server's name. If none is provided, .B cs @@ -114,7 +114,7 @@ is queried or .B /env/sysname is used. .TP -.B d +.B -d The local mail domain. Defaults to the server .B /env/site |