diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-27 21:20:19 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-27 21:20:19 (EDT) |
commit | 0e3520f74d25bc43572a1afeaa4439bfedcc0d78 (patch) | |
tree | 0a94f3f6574017e7bd0a8a03f6bd86dae5912db2 /docs/misc/index.html | |
parent | d56f1258cc63b9981d29f37530fafd72b5acf904 (diff) | |
download | libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.zip libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.gz libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.bz2 |
s/machine/system
It was annoying me.
Diffstat (limited to 'docs/misc/index.html')
-rw-r--r-- | docs/misc/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/misc/index.html b/docs/misc/index.html index 5ed2655..5bfa82f 100644 --- a/docs/misc/index.html +++ b/docs/misc/index.html @@ -88,7 +88,7 @@ WantedBy=multi-user.target <b># systemctl enable powertop</b><br/> <b># systemctl start powertop</b></p> - <p>The next time you boot the machine, the buzz will be gone.</p> + <p>The next time you boot the system, the buzz will be gone.</p> <p><a href="#pagetop">Back to top of page</a></p> @@ -105,10 +105,10 @@ WantedBy=multi-user.target <p> If you are using one of the ROM images with 'serial' in the name, then you have serial port enabled in libreboot and you have memtest86+ included inside the ROM. Connect your null modem cable to the serial port on the dock - and connect the other end to a 2nd machine using your USB Serial adapter. + and connect the other end to a 2nd system using your USB Serial adapter. </p> <p> - On the 2nd machine, you can try this (using GNU Screen):<br/> + On the 2nd system, you can try this (using GNU Screen):<br/> <b>$ sudo screen /dev/ttyUSB0 115200</b> </p> <p> |