diff options
| author | Michael Chicoine <mc2739@gmail.com> | 2009-11-29 23:49:01 +0000 |
|---|---|---|
| committer | Michael Chicoine <mc2739@gmail.com> | 2009-11-29 23:49:01 +0000 |
| commit | 57acb85fa4f90e0b34b952d8381d3692fbee1853 (patch) | |
| tree | bd3b41b665324e5dd78b3be6c1622c952858946c | |
| parent | 35f0785017e2a933fb179c5bc88323de308ecbb3 (diff) | |
| download | rockbox-57acb85fa4f90e0b34b952d8381d3692fbee1853.zip rockbox-57acb85fa4f90e0b34b952d8381d3692fbee1853.tar.gz rockbox-57acb85fa4f90e0b34b952d8381d3692fbee1853.tar.bz2 rockbox-57acb85fa4f90e0b34b952d8381d3692fbee1853.tar.xz | |
Manual - fix incorrect reference label for USB HID setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23796 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/configure_rockbox/system_options.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index 07fb05b..c0dc101 100644 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex @@ -183,8 +183,7 @@ this option \setting{On}. If it is not required, then turning this setting } } \opt{usb_hid}{ - \subsection{USB HID} - \label{ref:USB_HID} + \subsection{\label{ref:USB_HID}USB HID} This option turns the USB HID feature \setting{On} and \setting{Off}. When this feature is enabled, the \dap{} enumerates as a Human Interface Device (HID), composed of several HID sub devices. |