aboutsummaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:51:32 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:51:32 -0700
commita23830654fa620d3982d851c9f8f0f99d282575d (patch)
tree0637b14db2bc49cc328fb3ca1d98e56a652bcf34 /docs/misc
parent8c651d9e574d6a12dc64ad9f4a05dfee5a2d8edd (diff)
downloadlibrebootfr-a23830654fa620d3982d851c9f8f0f99d282575d.tar.gz
librebootfr-a23830654fa620d3982d851c9f8f0f99d282575d.zip
Fix another class of code bug
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md
index f392bdd4..59679ab0 100644
--- a/docs/misc/index.md
+++ b/docs/misc/index.md
@@ -231,8 +231,8 @@ Disable or enable beeps when removing/adding the charger:
$ sudo ./nvramtool -w power\_management\_beeps=Enable
\$ **sudo ./nvramtool -w power\_management\_beeps=Disable**
-Disable or enable beeps when battery is low:\
-\$ **sudo ./nvramtool -w low\_battery\_beep=Enable**\
+Disable or enable beeps when battery is low:
+ $ sudo ./nvramtool -w low\_battery\_beep=Enable\
\$ **sudo ./nvramtool -w low\_battery\_beep=Disable**
A reboot is required, for these changes to take effect.