summaryrefslogtreecommitdiffstats
path: root/src/doc/src/detect-sd-card-device-name.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/detect-sd-card-device-name.qdocinc')
-rw-r--r--src/doc/src/detect-sd-card-device-name.qdocinc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/doc/src/detect-sd-card-device-name.qdocinc b/src/doc/src/detect-sd-card-device-name.qdocinc
index 5f9803b..b74947d 100644
--- a/src/doc/src/detect-sd-card-device-name.qdocinc
+++ b/src/doc/src/detect-sd-card-device-name.qdocinc
@@ -21,7 +21,7 @@
Plug in the SD card or reader to the development host,
and use the following command to find out its device name:
- \code
+ \badcode
lsblk -d
\endcode
@@ -34,12 +34,12 @@
Typical device names for SD cards include \c {sdb} and
\c {mmcblk0}. The full device path is \c {/dev/} followed by
the name.
+//! [instructions]
- To make sure that the SD card is not mounted, enter the following
- command, where <device_name> is the device name:
-
- \code
+//! [unmount]
+ \badcode
umount /dev/<device_name>
\endcode
-//! [instructions]
+//! [unmount]
+
*/