aboutsummaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:48:26 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:48:26 -0700
commit8c651d9e574d6a12dc64ad9f4a05dfee5a2d8edd (patch)
tree970d8dc01dbe51a59d0cc3a0844e1355c99fe358 /docs/misc
parentece5fda25e70409032a16ea1cd64b0457279607b (diff)
downloadlibrebootfr-8c651d9e574d6a12dc64ad9f4a05dfee5a2d8edd.tar.gz
librebootfr-8c651d9e574d6a12dc64ad9f4a05dfee5a2d8edd.zip
More code blocks
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)