diff options
author | Thomas Huth <thuth@redhat.com> | 2017-08-10 13:44:26 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-08-14 13:06:54 +0300 |
commit | 88552b553b0f2d75f0f91a247f19c2e3b81ed5aa (patch) | |
tree | 6ab6b9c566c105fce129c9a7c9f5512ad76a43dc | |
parent | e8ec0117b21150d2ea888bbcf6d8fe9683332a9e (diff) |
qemu-doc: Fix "-net van" typo
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 <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index aeb7bc52f5..4fc6b6f077 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. |