aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bsd/freebsd.md4
-rw-r--r--docs/bsd/netbsd.md4
-rw-r--r--docs/bsd/openbsd.md4
-rw-r--r--docs/future/old.md2
-rw-r--r--docs/gnulinux/grub_boot_installer.md4
-rw-r--r--docs/misc/index.md4
6 files changed, 11 insertions, 11 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md
index c0eae1dd..f57144f9 100644
--- a/docs/bsd/freebsd.md
+++ b/docs/bsd/freebsd.md
@@ -92,12 +92,12 @@ Check lsblk to confirm which drive it is:\
Check that it wasn't automatically mounted. If it was, unmount it. For
example:\
$ sudo umount /dev/sdX*
-**# umount /dev/sdX***
+ # umount /dev/sdX*
dmesg told you what device it is. Overwrite the drive, writing your
distro ISO to it with dd. For example:\
$ sudo dd if=freebsd.img of=/dev/sdX bs=8M; sync
-**# dd if=freebsd.img of=/dev/sdX bs=8M; sync**
+ # dd if=freebsd.img of=/dev/sdX bs=8M; sync
You should now be able to boot the installer from your USB drive.
Continue reading, for information about how to do that.
diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md
index b6700641..4f6385b9 100644
--- a/docs/bsd/netbsd.md
+++ b/docs/bsd/netbsd.md
@@ -88,12 +88,12 @@ Check lsblk to confirm which drive it is:\
Check that it wasn't automatically mounted. If it was, unmount it. For
example:\
$ sudo umount /dev/sdX*
-**# umount /dev/sdX***
+ # umount /dev/sdX*
dmesg told you what device it is. Overwrite the drive, writing your
distro ISO to it with dd. For example:\
$ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync
-**# dd if=netbsd.iso of=/dev/sdX bs=8M; sync**
+ # dd if=netbsd.iso of=/dev/sdX bs=8M; sync
You should now be able to boot the installer from your USB drive.
Continue reading, for information about how to do that.
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md
index 7cf22ac4..8dffa3d6 100644
--- a/docs/bsd/openbsd.md
+++ b/docs/bsd/openbsd.md
@@ -87,12 +87,12 @@ Check lsblk to confirm which drive it is:\
Check that it wasn't automatically mounted. If it was, unmount it. For
example:\
$ sudo umount /dev/sdX*
-**# umount /dev/sdX***
+ # umount /dev/sdX*
dmesg told you what device it is. Overwrite the drive, writing your
distro ISO to it with dd. For example:\
$ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync
-**# dd if=install60.fs of=/dev/sdX bs=8M; sync**
+ # dd if=install60.fs of=/dev/sdX bs=8M; sync
You should now be able to boot the installer from your USB drive.
Continue reading, for information about how to do that.
diff --git a/docs/future/old.md b/docs/future/old.md
index e834ad51..9f64a926 100644
--- a/docs/future/old.md
+++ b/docs/future/old.md
@@ -46,7 +46,7 @@ That's all! **This has also been backported into libreboot 5th release
Carikli) told me about the register **BLC\_PWM\_CTL** and that you could
set it to control backlight. I read that address using devmem2 while
running the VBIOS:\
-**# devmem2 0xe4361254 w**
+ # devmem2 0xe4361254 w
The change is also included in libreboot 6.
diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md
index f0ad1de4..21cb1276 100644
--- a/docs/gnulinux/grub_boot_installer.md
+++ b/docs/gnulinux/grub_boot_installer.md
@@ -38,12 +38,12 @@ Check lsblk to confirm which drive it is:\
Check that it wasn't automatically mounted. If it was, unmount it. For
example:\
$ sudo umount /dev/sdX*
-**# umount /dev/sdX***
+ # umount /dev/sdX*
dmesg told you what device it is. Overwrite the drive, writing your
distro ISO to it with dd. For example:\
$ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync
-**# dd if=gnulinux.iso of=/dev/sdX bs=8M; sync**
+ # dd if=gnulinux.iso of=/dev/sdX bs=8M; sync
You should now be able to boot the installer from your USB drive.
Continue reading, for information about how to do that.
diff --git a/docs/misc/index.md b/docs/misc/index.md
index 232a9b98..30914faf 100644
--- a/docs/misc/index.md
+++ b/docs/misc/index.md
@@ -62,7 +62,7 @@ Be root\
$ su -
Installed powertop:\
-**# pacman -S powertop**
+ # pacman -S powertop
and added the following to /etc/systemd/system/powertop.service :
@@ -81,7 +81,7 @@ and added the following to /etc/systemd/system/powertop.service :
Finally, as root do that:\
# systemctl enable powertop
-**# systemctl start powertop**
+ # systemctl start powertop
The next time you boot the system, the buzz will be gone.