git: 9front

Download patch

ref: 11a418113d0a22c9131ba3938bae944c9faaf2b9
parent: ca272ad29ae251a33da16149a2a6d012d4c8f7b4
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 15 17:36:18 EDT 2015

import(4): clarify -E and -e options

--- a/sys/man/4/import
+++ b/sys/man/4/import
@@ -85,7 +85,7 @@
 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 @@
 .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
--