mirror of https://github.com/xemu-project/xemu.git
docs: Fix trivial typos in vhost-user.rst
Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5f9dd6a8ce
commit
9c36407a44
|
@ -38,13 +38,13 @@ system memory as defined by the ``-m`` argument.
|
||||||
Example
|
Example
|
||||||
=======
|
=======
|
||||||
|
|
||||||
First start you daemon.
|
First start your daemon.
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
$ virtio-foo --socket-path=/var/run/foo.sock $OTHER_ARGS
|
$ 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.
|
memory objects.
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
Loading…
Reference in New Issue