aboutsummaryrefslogtreecommitdiff
path: root/docs/future
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 22:55:29 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 22:55:29 -0700
commitb967baa8118b34fb3fd36d4c3b8b1c21495f9aa4 (patch)
treef461ce307a781ba49ea3751482736e68d7c76f04 /docs/future
parent60926e9fc770fc1f310306447220cb3740382b00 (diff)
downloadlibrebootfr-b967baa8118b34fb3fd36d4c3b8b1c21495f9aa4.tar.gz
librebootfr-b967baa8118b34fb3fd36d4c3b8b1c21495f9aa4.zip
Cleanup some escaped symbols
Diffstat (limited to 'docs/future')
-rw-r--r--docs/future/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/future/index.md b/docs/future/index.md
index 1336478e..2c47c47b 100644
--- a/docs/future/index.md
+++ b/docs/future/index.md
@@ -324,10 +324,10 @@ getting this output.
Get intelvbttool here: <http://review.coreboot.org/#/c/5842>
(util/intelvbttool).
-Now dump a copy of the running VGA BIOS: **\$ sudo dd if=/dev/mem bs=64k
+Now dump a copy of the running VGA BIOS: **$ sudo dd if=/dev/mem bs=64k
of=runningvga.bin skip=12 count=1**\
Then do (and record the output):\
-**\$ ./intelvbttool runningvga.bin > intelvbttool\_out**
+**$ ./intelvbttool runningvga.bin > intelvbttool\_out**
Backup both files (runningvga.bin and intelvbttool\_out), renaming them
to match the system and LCD panel used.