summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2024-01-23 13:17:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-24 08:46:31 +0100
commitd027782af9d40b3f03c80549b15499afcf832fcd (patch)
tree913d60682b80f7e05f993a4108eb97f1e18c8c74 /Documentation
parent9541e1227a0240dbe74400701630d49b73050d6f (diff)
downloadbarebox-d027782af9d40b3f03c80549b15499afcf832fcd.tar.gz
barebox-d027782af9d40b3f03c80549b15499afcf832fcd.tar.xz
Documentation: user: usb: fix duplicate literal block
We have an explicit code-block below that is erroneously interpreted as code itself otherwise. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Link: https://lore.barebox.org/20240123121741.3813041-1-ejo@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/usb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user/usb.rst b/Documentation/user/usb.rst
index 95d6dd7e36..f78d3e39fd 100644
--- a/Documentation/user/usb.rst
+++ b/Documentation/user/usb.rst
@@ -233,7 +233,7 @@ and initrd:
USB Mass storage gadget
^^^^^^^^^^^^^^^^^^^^^^^
-Example exporting barebox block devices to a USB host::
+Example exporting barebox block devices to a USB host:
.. code-block:: sh