summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-10 19:17:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-10 19:17:02 +0200
commit821f30c82c41b15ca432c01ec7dfb8060941b08d (patch)
tree1e0bd002bcd995243cabd66d46d402e75431ae13 /docs/manual
parent618346836ede2f6945899209744aafbd38a84c82 (diff)
downloadbuildroot-821f30c82c41b15ca432c01ec7dfb8060941b08d.tar.gz
buildroot-821f30c82c41b15ca432c01ec7dfb8060941b08d.zip
docs/manual/beyond-buildroot: additional minor fixes
Those issues were noticed by Thomas De Schampheleire during the review, but they were forgotten when applying the patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/beyond-buildroot.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/beyond-buildroot.txt b/docs/manual/beyond-buildroot.txt
index 63b0c1ffd3..eefea1fecf 100644
--- a/docs/manual/beyond-buildroot.txt
+++ b/docs/manual/beyond-buildroot.txt
@@ -38,13 +38,13 @@ You can test your live CD image using QEMU:
qemu-system-i386 -cdrom output/images/rootfs.iso9660
-------------------
-Or use it as a hard-drive image if it is an hybrid ISO:
+Or use it as a hard-drive image if it is a hybrid ISO:
-------------------
qemu-system-i386 -hda output/images/rootfs.iso9660
-------------------
-It can be easily flashed to an USB drive with +dd+:
+It can be easily flashed to a USB drive with +dd+:
-------------------
dd if=output/images/rootfs.iso9660 of=/dev/sdb
OpenPOWER on IntegriCloud