Correct manpage for --userns
The man page states that the --userns option can be given either as a path or as a name relative to --nsrun-dir. This is not correct: as the name suggests --nsrun-dir is (correctly) used only for *netns* resolution, not *userns* resolution. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
aae2a9bbf7
commit
ff1ac78a5e
1 changed files with 2 additions and 3 deletions
5
passt.1
5
passt.1
|
@ -442,9 +442,8 @@ Default is \fBauto\fR.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-\-userns " " \fIspec
|
.BR \-\-userns " " \fIspec
|
||||||
Target user namespace to join, as path or name (i.e. suffix for --nsrun-dir). If
|
Target user namespace to join, as a path. If PID is given, without this option,
|
||||||
PID is given, without this option, the user namespace will be the one of the
|
the user namespace will be the one of the corresponding process.
|
||||||
corresponding process.
|
|
||||||
|
|
||||||
This option requires PID, PATH or NAME to be specified.
|
This option requires PID, PATH or NAME to be specified.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue