aboutsummaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 10:22:40 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 10:22:40 -0700
commit78c7b8355832b9f3eb574788ab4c5a7d96f0486e (patch)
tree411a40e5416513c3ac546ebb6a8985f3929ec37d /docs/misc
parent7bc11816a44e8cd2712e46dc958795d354856419 (diff)
downloadlibrebootfr-78c7b8355832b9f3eb574788ab4c5a7d96f0486e.tar.gz
librebootfr-78c7b8355832b9f3eb574788ab4c5a7d96f0486e.zip
embedded code block top fix
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/bbb_ehci.md1
-rw-r--r--docs/misc/index.md4
-rw-r--r--docs/misc/patch.md4
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/misc/bbb_ehci.md b/docs/misc/bbb_ehci.md
index 4833ff93..51fd40df 100644
--- a/docs/misc/bbb_ehci.md
+++ b/docs/misc/bbb_ehci.md
@@ -9,6 +9,7 @@ EHCI debugging
1. [Find USB port on the target that supports EHCI
debug](#FindUSBportonthetargetthatsupportsEHCIdebug)
+
2. [Initial setup of BBB to act as EHCI debug
dongle](#InitialsetupofBBBtoactasEHCIdebugdongle)
3. [Patch BBB's `g_dbgp` module (optional, but highly
diff --git a/docs/misc/index.md b/docs/misc/index.md
index 7d73569b..afffbbeb 100644
--- a/docs/misc/index.md
+++ b/docs/misc/index.md
@@ -3,6 +3,7 @@
- [High Pitched Whining Noise on Idle (how to remove in Debian or
Devuan)](#debian_powertop)
+
- [High Pitched Whining Noise on Idle (how to remove in
Parabola)](#high_pitch_parabola)
- [X60/T60: Serial port - how to use (for dock owners)](#serial)
@@ -57,7 +58,8 @@ On the X60 with coreboot or libreboot, there is a high pitched sound
when idle. So far we have use processor.max\_cstate=2 or idle=halt in
GRUB. These consume power. Stop using them!
-Be root\
+Be root
+
$ su -
Installed powertop:\
diff --git a/docs/misc/patch.md b/docs/misc/patch.md
index 9f22f776..a8dffc92 100644
--- a/docs/misc/patch.md
+++ b/docs/misc/patch.md
@@ -9,9 +9,11 @@ This is just a quick guide for reference, use 'man' to know more.
Apply a patch
=============
-To apply a patch to a single file, do that in it's directory:\
+To apply a patch to a single file, do that in it's directory:
+
$ patch < foo.patch
+
Assuming that the patch is distributed in unified format identifying the
file the patch should be applied to, the above will work. Otherwise:\
$ patch foo.txt < bar.patch