docs: Get rid of the weird _005f links in the man page

The man page does not contain all the chapters from the System Emulation
Users Guide, so some of the links that we've put into the qemu options
descriptions can not be resolved and thus the link names are used in the
man pages instead. These link names currently contain weird "_005f" letters
in the middle and just do not make any sense for the users. To avoid this
situation, replace the link names with more descriptive, natural text.

Message-Id: <20201116145341.91606-1-thuth@redhat.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3
Buglink: https://bugs.launchpad.net/qemu/+bug/1453608
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Thomas Huth 2020-11-16 15:47:36 +01:00
parent 7fbd7e7103
commit 923e931188
7 changed files with 28 additions and 26 deletions

View file

@ -1,4 +1,4 @@
.. _gdb_005fusage:
.. _GDB usage:
GDB usage
---------

View file

@ -1,4 +1,4 @@
.. _disk_005fimages:
.. _disk images:
Disk Images
-----------

View file

@ -1,4 +1,4 @@
.. _pcsys_005fmonitor:
.. _QEMU monitor:
QEMU Monitor
------------

View file

@ -1,4 +1,4 @@
.. _mux_005fkeys:
.. _keys in the character backend multiplexer:
Keys in the character backend multiplexer
-----------------------------------------

View file

@ -8,7 +8,7 @@ plug virtual USB devices or real host USB devices (only works with
certain host operating systems). QEMU will automatically create and
connect virtual USB hubs as necessary to connect multiple USB devices.
.. _usb_005fdevices:
.. _Connecting USB devices:
Connecting USB devices
~~~~~~~~~~~~~~~~~~~~~~
@ -27,8 +27,8 @@ option or the ``device_add`` monitor command. Available devices are:
activated.
``usb-storage,drive=drive_id``
Mass storage device backed by drive_id (see
:ref:`disk_005fimages`)
Mass storage device backed by drive_id (see the :ref:`disk images`
chapter in the System Emulation Users Guide)
``usb-uas``
USB attached SCSI device, see

View file

@ -1,4 +1,4 @@
.. _vnc_005fsecurity:
.. _VNC security:
VNC security
------------