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/index.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/index.html')
-rw-r--r-- | docs/install/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 66a4e1c..1a0f1db 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -204,10 +204,11 @@ </p> <p> - To easily identify which size chip is present:<br> - # <b>dmidecode | grep ROM\ Size</b><br> + To easily identify which size chip is present:<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 |