From: Milan Zamazal Date: Wed, 31 May 2023 12:48:31 +0000 (+0200) Subject: docs: Fix trivial typos in vhost-user.rst X-Git-Tag: v8.1.0-rc0~60^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c36407a4445de1f3e69d7a7a30e86dbb75a94e6;p=thirdparty%2Fqemu.git docs: Fix trivial typos in vhost-user.rst Signed-off-by: Milan Zamazal Signed-off-by: Michael Tokarev --- diff --git a/docs/system/devices/vhost-user.rst b/docs/system/devices/vhost-user.rst index 86128114fa3..a80e95a48ae 100644 --- a/docs/system/devices/vhost-user.rst +++ b/docs/system/devices/vhost-user.rst @@ -38,13 +38,13 @@ system memory as defined by the ``-m`` argument. Example ======= -First start you daemon. +First start your daemon. .. parsed-literal:: $ virtio-foo --socket-path=/var/run/foo.sock $OTHER_ARGS -The you start your QEMU instance specifying the device, chardev and +Then you start your QEMU instance specifying the device, chardev and memory objects. .. parsed-literal::