summaryrefslogtreecommitdiffstats
path: root/src/doc/src/detect-sd-card-device-name.qdocinc
diff options
context:
space:
mode:
authorKalle Viironen <kalle.viironen@digia.com>2014-04-28 11:54:16 +0300
committerQt Gerrit Server <srv.gerrit-noreply@digia.com>2014-04-28 11:54:16 +0300
commitd84c4a93309f45fc4372c80f3a402b29b95f07f0 (patch)
tree7ccc99802c3ab1133fc78bac45a3ab3a1ddab6c6 /src/doc/src/detect-sd-card-device-name.qdocinc
parentcb32ae9a71769f638a5354f23f214e4688a0e449 (diff)
parent83efd639f995fae2d0614a8f98205069eb5a58ee (diff)
Merge "Merge branch 'stable' into dev" into dev
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]
+
*/