summaryrefslogtreecommitdiffstats
path: root/docs/system/usb.rst
diff options
context:
space:
mode:
authorThomas Huth2020-11-16 15:47:36 +0100
committerThomas Huth2020-11-20 13:19:08 +0100
commit923e931188dcbb72387961d313478b80ffc75231 (patch)
treedb685bc0a58c904c59d73061cdd49fefc1399428 /docs/system/usb.rst
parentMerge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque... (diff)
downloadqemu-923e931188dcbb72387961d313478b80ffc75231.tar.gz
qemu-923e931188dcbb72387961d313478b80ffc75231.tar.xz
qemu-923e931188dcbb72387961d313478b80ffc75231.zip
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>
Diffstat (limited to 'docs/system/usb.rst')
-rw-r--r--docs/system/usb.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/system/usb.rst b/docs/system/usb.rst
index 9a2f1927c4..eeab78dcfb 100644
--- a/docs/system/usb.rst
+++ b/docs/system/usb.rst
@@ -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