diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/gdb.rst | 2 | ||||
-rw-r--r-- | docs/system/images.rst | 2 | ||||
-rw-r--r-- | docs/system/monitor.rst | 2 | ||||
-rw-r--r-- | docs/system/mux-chardev.rst | 2 | ||||
-rw-r--r-- | docs/system/usb.rst | 6 | ||||
-rw-r--r-- | docs/system/vnc-security.rst | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/docs/system/gdb.rst b/docs/system/gdb.rst index abda961e2b..72b1e68f4e 100644 --- a/docs/system/gdb.rst +++ b/docs/system/gdb.rst @@ -1,4 +1,4 @@ -.. _gdb_005fusage: +.. _GDB usage: GDB usage --------- diff --git a/docs/system/images.rst b/docs/system/images.rst index ff26bf9587..3d9144e625 100644 --- a/docs/system/images.rst +++ b/docs/system/images.rst @@ -1,4 +1,4 @@ -.. _disk_005fimages: +.. _disk images: Disk Images ----------- diff --git a/docs/system/monitor.rst b/docs/system/monitor.rst index 0bcd5da216..ff5c434612 100644 --- a/docs/system/monitor.rst +++ b/docs/system/monitor.rst @@ -1,4 +1,4 @@ -.. _pcsys_005fmonitor: +.. _QEMU monitor: QEMU Monitor ------------ diff --git a/docs/system/mux-chardev.rst b/docs/system/mux-chardev.rst index 413a6b3446..05064068aa 100644 --- a/docs/system/mux-chardev.rst +++ b/docs/system/mux-chardev.rst @@ -1,4 +1,4 @@ -.. _mux_005fkeys: +.. _keys in the character backend multiplexer: Keys in the character backend multiplexer ----------------------------------------- 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 diff --git a/docs/system/vnc-security.rst b/docs/system/vnc-security.rst index b237b07330..558e4faffc 100644 --- a/docs/system/vnc-security.rst +++ b/docs/system/vnc-security.rst @@ -1,4 +1,4 @@ -.. _vnc_005fsecurity: +.. _VNC security: VNC security ------------ |