Remove duplicate captions and wrong alt formatting of images

This commit is contained in:
parulin 2025-07-31 02:35:23 -04:00
parent ba609d123e
commit 469f87a710
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
3 changed files with 2 additions and 8 deletions

View file

@ -16,8 +16,6 @@ Qrexec is built on top of *vchan*, a Xen library providing data links between VM
.. figure:: /attachment/doc/qrexec3-basics.png
:alt: qrexec basics diagram
qrexec basics diagram
The ``qrexec-client`` command is used to make connections to VMs from dom0. For example, the following command creates an empty file called ``hello-world.txt`` in the home folder of ``someVM``:
.. code:: bash