From 4aeaca441276422237a8557cb9c01142be034712 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 11 Oct 2014 15:06:57 -0400 Subject: Documentation: fix typos --- (limited to 'docs/index.html') 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 $ cd libreboot_src/coreboot/util/nvramtool
(nvramtool is also in libreboot_bin/nvramtool)
$ make
- Enable wifi:
+ Enable bluetooth:
$ sudo ./nvramtool -w bluetooth=Enable
- Disable wifi:
+ Disable bluetooth:
$ sudo ./nvramtool -w bluetooth=Disable
If that doesn't work, try one of these instead:
$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w bluetooth=Enable
@@ -1680,9 +1680,9 @@ EndSection $ cd libreboot_src/coreboot/util/nvramtool
(nvramtool is also in libreboot_bin/nvramtool)
$ make
- Enable wifi:
+ Enable trackpoint:
$ sudo ./nvramtool -w trackpoint=Enable
- Disable wifi:
+ Disable trackpoint:
$ sudo ./nvramtool -w trackpoint=Disable
If that doesn't work, try one of these instead:
$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w trackpoint=Enable
@@ -1701,7 +1701,7 @@ EndSection $ cd libreboot_src/coreboot/util/nvramtool
(nvramtool is also in libreboot_bin/nvramtool)
$ make
- Enable wifi:
+ Set tft_brightness:
$ sudo ./nvramtool -w tft_brightness=0xff
If that doesn't work, try one of these instead:
$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w tft_brightness=0xff
-- cgit v0.9.1