diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 09:12:13 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 09:12:13 -0700 |
commit | 5e2ee3b2a94f1ac3e6a716af8d60513ab064a678 (patch) | |
tree | eae076e0a74a5e7fd2c5428b3b9a275481fa3269 /docs/install/bbb_setup.md | |
parent | 2845c86cb32828d39c63a45ed0b920d6bd90ac60 (diff) | |
download | librebootfr-5e2ee3b2a94f1ac3e6a716af8d60513ab064a678.tar.gz librebootfr-5e2ee3b2a94f1ac3e6a716af8d60513ab064a678.zip |
Fix underscores in code
Diffstat (limited to 'docs/install/bbb_setup.md')
-rw-r--r-- | docs/install/bbb_setup.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install/bbb_setup.md b/docs/install/bbb_setup.md index 77f805fc..b80203b4 100644 --- a/docs/install/bbb_setup.md +++ b/docs/install/bbb_setup.md @@ -211,8 +211,8 @@ Output: Then: - # echo BB-SPI0-01 > /sys/devices/bone\_capemgr.\*/slots - # cat /sys/devices/bone\_capemgr.\*/slots + # echo BB-SPI0-01 > /sys/devices/bone_capemgr.\*/slots + # cat /sys/devices/bone_capemgr.\*/slots Output: @@ -251,7 +251,7 @@ your BBB. Now test flashrom: - # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 + # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 Output: |