From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH 3/8] Correct manpage for --userns Date: Fri, 26 Aug 2022 14:58:34 +1000 Message-ID: <20220826045839.1112152-4-david@gibson.dropbear.id.au> In-Reply-To: <20220826045839.1112152-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8673421053105249238==" --===============8673421053105249238== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- passt.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/passt.1 b/passt.1 index 14b01b2..78b10b8 100644 --- a/passt.1 +++ b/passt.1 @@ -442,9 +442,8 @@ Default is \fBauto\fR. =20 .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 opti= on, +the user namespace will be the one of the corresponding process. =20 This option requires PID, PATH or NAME to be specified. =20 --=20 2.37.2 --===============8673421053105249238==--