aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com>2019-07-17 19:21:43 +0200
committerSebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com>2019-07-17 19:22:22 +0200
commita2a6af4b8342d144d8eeb0415249a391938feff0 (patch)
tree21a58fd55093b81dea1b9e2e1d1324a5824eaeb8 /docs
parentbb17cb223bc1d7e5eb65af03de5edb1399de8e3e (diff)
downloadlibrebootfr-a2a6af4b8342d144d8eeb0415249a391938feff0.tar.gz
librebootfr-a2a6af4b8342d144d8eeb0415249a391938feff0.zip
misc/index.md: Remove leftover backslashes
Diffstat (limited to 'docs')
-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 :