aboutsummaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/index.md4
-rw-r--r--docs/misc/patch.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md
index a2f543a4..f392bdd4 100644
--- a/docs/misc/index.md
+++ b/docs/misc/index.md
@@ -227,8 +227,8 @@ battery goes to a critically low charge level, a beep occurs. Nvramtool
is included in libreboot, and can be used to enable or disable this
behaviour.
-Disable or enable beeps when removing/adding the charger:\
-\$ **sudo ./nvramtool -w power\_management\_beeps=Enable**\
+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:\
diff --git a/docs/misc/patch.md b/docs/misc/patch.md
index 7b44f7be..54c82ecf 100644
--- a/docs/misc/patch.md
+++ b/docs/misc/patch.md
@@ -73,8 +73,8 @@ Just make whatever changes you want to a git clone and then:\
Note the git revision that you did this with:\
**\$ git log**
-Alternatively (better yet), commit your changes and then use:\
-\$ **git format-patch -N**\
+Alternatively (better yet), commit your changes and then use:
+ $ git format-patch -N
Replace N with the number of commits that you want to show.
[Back to top of page.](#pagetop)