summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-12-08 15:45:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-09 10:00:05 +0100
commite88a7c36ed432942a048b5f7f96308143f655890 (patch)
treee5ff7e4df440b218b2b23379120713dd41aa2491 /Documentation
parent38c6f5d35177e3e469ae0abb994b7aea68b790e9 (diff)
downloadbarebox-e88a7c36ed432942a048b5f7f96308143f655890.tar.gz
barebox-e88a7c36ed432942a048b5f7f96308143f655890.tar.xz
doc: usb: add missing new line in codeblock
Fixes an error during doc generation that leads to the code block being missing in the resulting docs. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/usb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/user/usb.rst b/Documentation/user/usb.rst
index 88be620536..0ff982bac4 100644
--- a/Documentation/user/usb.rst
+++ b/Documentation/user/usb.rst
@@ -155,6 +155,7 @@ value ``otg``. setting this to ``host`` or ``device`` puts the device in the cor
mode. Once a specific mode has been selected it can't be changed later anymore.
.. code-block:: sh
+
barebox:/ devinfo otg0
Parameters:
mode: otg ("otg", "host", "peripheral")