From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH] qrap.1: Clarify it takes a qemu command, not a path Date: Tue, 17 May 2022 14:35:58 +0200 Message-ID: <20220517123558.1892286-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2632979158611146119==" --===============2632979158611146119== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefano Brivio --- qrap.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qrap.1 b/qrap.1 index 8b1f863..cc73f1e 100644 --- a/qrap.1 +++ b/qrap.1 @@ -19,10 +19,10 @@ A running instance of \fBpasst\fR(1) is probed checking f= or UNIX domain sockets, answering a dummy ARP request, with names starting from \fI/tmp/passt_1.socket\fR up to \fI/tmp/passt_64.socket\fR. =20 -If first and second arguments are not a socket number and a path, that is, +If first and second arguments are not a socket number and a command, that is, respectively, \fIFDNUM\fR and \fIQEMU_CMD\fR, \fBqrap\fR will try to locate a -qemu binary and patch the command line to specify a network device and a -\fInetdev\fR back-end for usage with \fBpasst\fR(1). +qemu executable in \fBPATH\fR and patch the command line to specify a network +device and a \fInetdev\fR back-end for usage with \fBpasst\fR(1). =20 If \fBqrap\fR patches the command line, it will remove any potentially conflicting network device, that is, any \fI-netdev\fR or \fI-net\fR option,= or --=20 2.35.1 --===============2632979158611146119==--