Remove duplicate captions and wrong alt formatting of images

This commit is contained in:
parulin 2025-07-31 02:35:23 -04:00
parent 9e5fa7a387
commit 4fa0d293bd
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C
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