summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-04-02 04:23:26 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-04-02 04:23:26 +0200
commit182ed8a2b5acf59cbf6f0e3812b8416c03c823e8 (patch)
tree13ed8ab04eafa52c1888561eaff79fb293935500 /sys/man
parentd645d4d81bed04bba1530d1dabb921279e3c4c34 (diff)
add import -z option to skip initial tree negotiation (from mycroftiv)
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/4/import13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/man/4/import b/sys/man/4/import
index d8026c7af..17ebe95fb 100644
--- a/sys/man/4/import
+++ b/sys/man/4/import
@@ -68,6 +68,19 @@ is a directory.
Skip the authentication protocol.
This is useful for connecting to foreign systems like Inferno.
.TP
+.B -z
+Bypass the initial protocol request for which remote tree to serve.
+This is necessary when the remote
+.IR exportfs (4)
+is running with the
+.B -r
+or
+.B -S
+options which pre-select a file tree to serve. The exception is if both sides are
+operating in the
+.B -B
+backwards mode.
+.TP
.B -B
Run in ``backwards'' mode, described below.
.TP