]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/4/import
games/mix: implement Knuth's specification for comments
[plan9front.git] / sys / man / 4 / import
index f7df94066b42b6c81553ebf40a318a089da4558d..88be8145c13b6bb7311fe0f693d1543ce2b2e8f0 100644 (file)
@@ -25,6 +25,11 @@ import \- import a name space from a remote system
 ]
 ]
 .SH DESCRIPTION
+This tool is deprecated and has been replaced by
+.I rimport
+(see
+.IR rcpu (1)).
+.PP
 .I Import
 allows an arbitrary
 .I file
@@ -85,7 +90,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 +100,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
@@ -112,11 +117,6 @@ to select a key to authenticate to the remote side
 (see
 .IR auth (2)).
 .TP
-.B -o -O
-These equivalent flags run
-.I import
-in a pre-9P2000 compatibility mode to import from ancient servers.
-.TP
 .B -p
 Push the
 .IR aan (8)
@@ -209,6 +209,7 @@ to restart
 .SH SOURCE
 .B /sys/src/cmd/import.c
 .SH SEE ALSO
+.IR rcpu (1),
 .IR bind (1),
 .IR ssl (3),
 .IR exportfs (4),