diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-08-26 14:58:34 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-08-30 19:43:31 +0200 |
commit | ff1ac78a5e3f5045e8663640f2487a3caee91bc5 (patch) | |
tree | 62d9d09c34886760190f7e01689cb91aaa14d5a0 /passt.1 | |
parent | aae2a9bbf7d1c5144702be4b1a3e496ae24d12aa (diff) | |
download | passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.tar passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.tar.gz passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.tar.bz2 passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.tar.lz passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.tar.xz passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.tar.zst passt-ff1ac78a5e3f5045e8663640f2487a3caee91bc5.zip |
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>
Diffstat (limited to 'passt.1')
-rw-r--r-- | passt.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -442,9 +442,8 @@ Default is \fBauto\fR. .TP .BR \-\-userns " " \fIspec -Target user namespace to join, as path or name (i.e. suffix for --nsrun-dir). If -PID is given, without this option, the user namespace will be the one of the -corresponding process. +Target user namespace to join, as a path. If PID is given, without this option, +the user namespace will be the one of the corresponding process. This option requires PID, PATH or NAME to be specified. |