From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfrZf-00072u-RS for qemu-devel@nongnu.org; Thu, 10 Aug 2017 13:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfrZb-0002SY-PY for qemu-devel@nongnu.org; Thu, 10 Aug 2017 13:48:47 -0400 References: <1502365466-19432-1-git-send-email-thuth@redhat.com> From: Laurent Vivier Message-ID: Date: Thu, 10 Aug 2017 19:43:08 +0200 MIME-Version: 1.0 In-Reply-To: <1502365466-19432-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] qemu-doc: Fix "-net van" typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org, Paolo Bonzini Cc: qemu-trivial@nongnu.org, Daniel Berrange On 10/08/2017 13:44, Thomas Huth wrote: > While Andrew S. Tanenbaum has a point by saying "Never underestimate the > bandwidth of a station wagon full of tapes hurtling down the highway", > we don't support that way of transportation in QEMU yet, so replace the > typo with the correct word "vlan". > > Signed-off-by: Thomas Huth Reviewed-by: Laurent Vivier > --- > qemu-doc.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qemu-doc.texi b/qemu-doc.texi > index 92d50f1..9811476 100644 > --- a/qemu-doc.texi > +++ b/qemu-doc.texi > @@ -3243,7 +3243,7 @@ the ``-netdev user,guestfwd=ARGS'' argument instead. > > @subsection -net vlan (since 2.9.0) > > -The ``-net van=NN'' argument is partially replaced with the > +The ``-net vlan=NN'' argument is partially replaced with the > new ``-netdev'' argument. The remaining use cases will no > longer be directly supported in QEMU. > >