git: 25cd4c9db5 - main - Readd a man:dd[1] lost during asciidoctor conversion.
Marc Fonvieille
blackend at FreeBSD.org
Fri Apr 9 16:09:42 UTC 2021
The branch main has been updated by blackend:
URL: https://cgit.FreeBSD.org/doc/commit/?id=25cd4c9db5680cf33dc7fdd1eb3cc1158abeeb99
commit 25cd4c9db5680cf33dc7fdd1eb3cc1158abeeb99
Author: Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-04-09 16:07:10 +0000
Commit: Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-04-09 16:07:10 +0000
Readd a man:dd[1] lost during asciidoctor conversion.
---
documentation/content/en/books/handbook/bsdinstall/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
index c70efeef47..dee524f938 100644
--- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc
+++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
@@ -206,7 +206,7 @@ This example uses [.filename]#/dev/da0# as the target device where the image wil
+
If this command fails, verify that the USB stick is not mounted and that the device name is for the disk, not a partition.
Some operating systems might require this command to be run with man:sudo[8].
-The syntax varies slightly across different platforms; for example, Mac OS(R) requires a lower-case `bs=1m`.
+The man:dd[1] syntax varies slightly across different platforms; for example, Mac OS(R) requires a lower-case `bs=1m`.
Systems like Linux(R) might buffer writes.
To force all writes to complete, use man:sync[8].
****
More information about the dev-commits-doc-all
mailing list