diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:35:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:35:25 +0200 |
commit | a158c4bdb94c908face64f187aa4402a2b17bd81 (patch) | |
tree | 949a9c9c97c0f04d2ea80f42eef3ec3f8e08fb8c /sys/man | |
parent | 814de7f6b3911dcaec1f76d8ad69ae6c35b21b7c (diff) |
remove support for import command in namespace files
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/6/namespace | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/sys/man/6/namespace b/sys/man/6/namespace index caf58b3dc..6c40e620c 100644 --- a/sys/man/6/namespace +++ b/sys/man/6/namespace @@ -45,14 +45,6 @@ Bind on .IR old . .TP -.BR import \ [ -abc ]\ \fIhost\fR\ "[\fIremotepath\fR\^\^] \fImountpoint\fR -Import -.I remotepath -from machine -.I server -and attach it to -.IR mountpoint . -.TP .BI cd \ dir Change the working directory to .IR dir . @@ -81,14 +73,11 @@ must be present in the name space being built. .PD .PP The options for -.IR bind , -.IR mount , +.I bind and -.I import +.I mount are interpreted as in -.IR bind (1) -and -.IR import (4). +.IR bind (1). .SH "SEE ALSO" .IR bind (1), .IR namespace (4), |