diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 06:57:44 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 06:58:59 (EST) |
commit | 78067dd62a285731305b7a890da333d265ce6cad (patch) | |
tree | 499ecda40beb27d23dd39bb7f5689faf7ef4e9f2 /docs/git/index.html | |
parent | c44ef19d49c16064bed8964557f102fb58a336e7 (diff) | |
download | libreboot-78067dd62a285731305b7a890da333d265ce6cad.zip libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.gz libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.bz2 |
Documentation: fix incorrect usage of apostrophes.
Diffstat (limited to 'docs/git/index.html')
-rw-r--r-- | docs/git/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 7aa2c6a..8164503 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -37,8 +37,8 @@ <li><a href="#config_macbook21">MacBook2,1</a></li> </ul> </li> - <li><a href="#build">How to build your ROM's</a></li> - <li><a href="#build_addseabios">Add SeaBIOS to your ROM's</a></li> + <li><a href="#build">How to build the ROM images</a></li> + <li><a href="#build_addseabios">Add SeaBIOS to the ROM images</a></li> </ul> <hr/> @@ -89,7 +89,7 @@ </p> <p> - To build the ROM's, see <a href="#build">#build</a>. + To build the ROM images, see <a href="#build">#build</a>. </p> <p><a href="#pagetop">Back to top of page.</a></p> @@ -148,7 +148,7 @@ <h1 id="build_flashrom">How to build "flashrom"</h1> <p> - Flashrom is the utility for flashing/dumping ROM's. This is what you will use to install libreboot. + Flashrom is the utility for flashing/dumping ROM images. This is what you will use to install libreboot. </p> <p> @@ -358,8 +358,8 @@ scripts for this machine. </p> <p> - It is believed that the motherboards on 14.1" and 15.1" T60's are the same, so the same configuration is used - on both the 14.1" and 15.1" T60's. + It is believed that the motherboards on 14.1" and 15.1" T60s are the same, so the same configuration is used + on both the 14.1" and 15.1" T60s. </p> <h2 id="config_x200"> @@ -392,7 +392,7 @@ <li>Payload / Payload path and filename = <i>grub.elf</i></li> </ul> <p> - Go back and disable option ROM's: + Go back and disable option ROMs: </p> <ul> <li>Devices / Run VGA Option ROMs = <i>disable</i></li> @@ -435,7 +435,7 @@ <li>Payload / Payload path and filename = <i>grub.elf</i></li> </ul> <p> - Go back and disable option ROM's: + Go back and disable option ROMs: </p> <ul> <li>Devices / Run VGA Option ROMs = <i>disable</i></li> @@ -450,7 +450,7 @@ <hr/> - <h1 id="build">How to build the ROM's!</h1> + <h1 id="build">How to build the ROM images!</h1> <p>You don't need to do much, as there are scripts already written for you that can build everything automatically.</p> @@ -474,7 +474,7 @@ <b>$ ./builddeps</b></p> <p>If you've already run ./builddeps and/or ./buildall before, you don't need to run them again. - Just run that from now on to build your ROM's:<br/> + Just run that from now on to build the ROM images:<br/> <b>$ ./build</b></p> <p>To un-build (clean) the build dependencies that you built before, do the following:<br/> @@ -540,7 +540,7 @@ <hr/> - <h1 id="build_addseabios">How to add SeaBIOS to your ROM's</h1> + <h1 id="build_addseabios">How to add SeaBIOS to the ROM images</h1> <p> SeaBIOS isn't really needed since libreboot uses the GRUB payload which |