diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 05:08:00 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 05:08:00 (EDT) |
commit | 876f250106c0526e7a52a363bf833f7d7ab50b1b (patch) | |
tree | 2b0729418a9e3b3c00be9fa692365da6047c1ab1 /docs/install/x200_external.html | |
parent | 27a02a349f822e386ad11e73df2e310e23777201 (diff) | |
download | libreboot-876f250106c0526e7a52a363bf833f7d7ab50b1b.zip libreboot-876f250106c0526e7a52a363bf833f7d7ab50b1b.tar.gz libreboot-876f250106c0526e7a52a363bf833f7d7ab50b1b.tar.bz2 |
docs/install/*.html: More clearly define example output
Diffstat (limited to 'docs/install/x200_external.html')
-rw-r--r-- | docs/install/x200_external.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/install/x200_external.html b/docs/install/x200_external.html index e0b44d5..dc93582 100644 --- a/docs/install/x200_external.html +++ b/docs/install/x200_external.html @@ -47,10 +47,11 @@ </p> <p> - To easily identify which size chip is present, before fully disassemblying:<br> - # <b>dmidecode | grep ROM\ Size</b><br> + To easily identify which size chip is present, before fully disassemblying:<br/> + # <b>dmidecode | grep ROM\ Size</b><br/> or (on some distributions):<br/> - $ <b>sudo dmidecode | grep ROM\ Size</b> + $ <b>sudo dmidecode | grep ROM\ Size</b><br/> + Example output: </p> <pre> # ROM Size: 8192 kB |