]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/4/import
audiohda: fix syntax error
[plan9front.git] / sys / man / 4 / import
index f7df94066b42b6c81553ebf40a318a089da4558d..9c6511dfc5376936e7a3d7af83a15135b2e9db03 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
@@ -40,7 +45,7 @@ A process is started on the
 remote machine, with authority of the user of
 .IR import ,
 to perform work for the local machine using the
-.IR exportfs (4)
+.IR oexportfs (4)
 service.
 The default port used is TCP 17007.
 If
@@ -71,7 +76,7 @@ This is useful for connecting to foreign systems like Inferno.
 .B -z
 Bypass the initial protocol request for which remote tree to serve.
 This is necessary when the remote 
-.IR exportfs (4) 
+.IR oexportfs (4) 
 is running with the 
 .B -r 
 or 
@@ -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)
@@ -144,7 +144,7 @@ runs a
 .I p9any
 authentication (as server) over its file descriptor 0
 (expected to be an incoming network connection from
-.B exportfs
+.B oexportfs
 .BR -B ),
 mounts the connection onto
 .IR mntpt ,
@@ -189,7 +189,7 @@ When
 boots, it runs
 .IP
 .EX
-exportfs -R -r /usr/web -B tcp!webvax!999
+oexportfs -R -r /usr/web -B tcp!webvax!999
 .EE
 .PP
 to serve a read-only copy of
@@ -209,9 +209,10 @@ 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),
+.IR oexportfs (4),
 .IR srv (4),
 .IR aan (8),
 .IR listen (8),