diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:11:01 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:11:01 -0700 |
commit | a58b3668c05f3f6dc80e394f31183a8ae125b426 (patch) | |
tree | 84d870588cdd148f10660e10136cb199c11fe3a4 /docs/bsd | |
parent | c2b25f1e127ff810e4565d553aafc28b7c44d1a2 (diff) | |
download | librebootfr-a58b3668c05f3f6dc80e394f31183a8ae125b426.tar.gz librebootfr-a58b3668c05f3f6dc80e394f31183a8ae125b426.zip |
Fix another class of command
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/freebsd.md | 4 | ||||
-rw-r--r-- | docs/bsd/netbsd.md | 4 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md index bf364dcb..c0eae1dd 100644 --- a/docs/bsd/freebsd.md +++ b/docs/bsd/freebsd.md @@ -64,7 +64,7 @@ how to create the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ -**$ disklabel sd3** + $ disklabel sd3 Check that it wasn't automatically mounted. If it was, unmount it. For example:\ @@ -87,7 +87,7 @@ the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg Check lsblk to confirm which drive it is:\ -**$ lsblk** + $ lsblk Check that it wasn't automatically mounted. If it was, unmount it. For example:\ diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index 7d107c44..b6700641 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -60,7 +60,7 @@ to create the bootable NetBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ -**$ disklabel sd3** + $ disklabel sd3 Check that it wasn't automatically mounted. If it was, unmount it. For example:\ @@ -83,7 +83,7 @@ the bootable NetBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg Check lsblk to confirm which drive it is:\ -**$ lsblk** + $ lsblk Check that it wasn't automatically mounted. If it was, unmount it. For example:\ diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 93ed01e7..7cf22ac4 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -42,7 +42,7 @@ how to create the bootable LibertyBSD/OpenBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ -**$ disklabel sd3** + $ disklabel sd3 Check that it wasn't automatically mounted. If it was, unmount it. For example:\ @@ -82,7 +82,7 @@ the bootable OpenBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg Check lsblk to confirm which drive it is:\ -**$ lsblk** + $ lsblk Check that it wasn't automatically mounted. If it was, unmount it. For example:\ |