diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-15 21:36:18 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-15 21:36:18 +0200 |
commit | e9e53fe7b6a29e52e73f59d5b6080561b925a3be (patch) | |
tree | 39c99568020e762f0f9309ff881d3f06b35a1f24 /sys/man | |
parent | 0c36c79e9b58b5131d4911b05ede987ce0bb8bde (diff) |
import(4): clarify -E and -e options
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/4/import | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/4/import b/sys/man/4/import index f7df94066..19a95c435 100644 --- a/sys/man/4/import +++ b/sys/man/4/import @@ -85,7 +85,7 @@ backwards mode. Run in ``backwards'' mode, described below. .TP .B -E \fIenc -Push an authentication protocol on its network connection. +Push an encryption protocol on its network connection. The supported protocols are .B clear (the default, no protocol) @@ -95,9 +95,9 @@ There are plans to make .B tls available. .TP -.B -e '\fIenc auth\fR' -Specify the encryption and authentication algorithms to use for -encrypting the wire traffic +.B -e '\fIenc hash\fR' +Specify the encryption and hash algorithms to use for +encrypting and authenticating the wire traffic (see .IR ssl (3)). The defaults are |