aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/misc/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md
index 3ab64bc9..1f4561c6 100644
--- a/docs/misc/index.md
+++ b/docs/misc/index.md
@@ -221,13 +221,13 @@ changes on the image with the following commands.
Disable or enable beeps when removing/adding the charger:
- $ sudo ./nvramtool -C libreboot.rom -w power\_management\_beeps=Enable
- $ sudo ./nvramtool -C libreboot.rom -w power\_management\_beeps=Disable
+ $ sudo ./nvramtool -C libreboot.rom -w power_management_beeps=Enable
+ $ sudo ./nvramtool -C libreboot.rom -w power_management_beeps=Disable
Disable or enable beeps when battery is low:
- $ sudo ./nvramtool -C libreboot.rom -w low\_battery\_beep=Enable
- $ sudo ./nvramtool -C libreboot.rom -w low\_battery\_beep=Disable
+ $ sudo ./nvramtool -C libreboot.rom -w low_battery_beep=Enable
+ $ sudo ./nvramtool -C libreboot.rom -w low_battery_beep=Disable
You can check that the parameters are set in the image with :