summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-10-11 20:06:57 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-10-11 20:06:57 +0100
commit4aeaca441276422237a8557cb9c01142be034712 (patch)
tree0b374db54b9b9b5eb6c632ace7e107a9481b42f6 /docs
parentd61510308902f8a6d539297fddb006a213dddba3 (diff)
Documentation: fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index e89e831..9179ef3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1657,9 +1657,9 @@ EndSection
<b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/>
(nvramtool is also in libreboot_bin/nvramtool)<br/>
<b>$ make</b><br/>
- Enable wifi:<br/>
+ Enable bluetooth:<br/>
<b>$ sudo ./nvramtool -w bluetooth=Enable</b><br/>
- Disable wifi:<br/>
+ Disable bluetooth:<br/>
<b>$ sudo ./nvramtool -w bluetooth=Disable</b><br/>
If that doesn't work, try one of these instead:<br/>
<b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w bluetooth=Enable</b><br/>
@@ -1680,9 +1680,9 @@ EndSection
<b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/>
(nvramtool is also in libreboot_bin/nvramtool)<br/>
<b>$ make</b><br/>
- Enable wifi:<br/>
+ Enable trackpoint:<br/>
<b>$ sudo ./nvramtool -w trackpoint=Enable</b><br/>
- Disable wifi:<br/>
+ Disable trackpoint:<br/>
<b>$ sudo ./nvramtool -w trackpoint=Disable</b><br/>
If that doesn't work, try one of these instead:<br/>
<b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w trackpoint=Enable</b><br/>
@@ -1701,7 +1701,7 @@ EndSection
<b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/>
(nvramtool is also in libreboot_bin/nvramtool)<br/>
<b>$ make</b><br/>
- Enable wifi:<br/>
+ Set tft_brightness:<br/>
<b>$ sudo ./nvramtool -w tft_brightness=0xff</b><br/>
If that doesn't work, try one of these instead:<br/>
<b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w tft_brightness=0xff</b><br/>