aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-08 00:46:10 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-03-08 00:46:10 -0500
commit7fcf53a1decc6a7ef8a65b3953e36876b70d9241 (patch)
treed1694df85ff3aa748a04d994f096af7e3134c0b4
parent4a3f84983df66ad7977aeee7cab26dedaf40926d (diff)
downloaduser-handbook-7fcf53a1decc6a7ef8a65b3953e36876b70d9241.tar.bz2
user-handbook-7fcf53a1decc6a7ef8a65b3953e36876b70d9241.tar.xz
[Install] dd arguments are not order sensitive
-rw-r--r--modules/Installing/pages/medium.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Installing/pages/medium.adoc b/modules/Installing/pages/medium.adoc
index 3aa1727..79e9e12 100644
--- a/modules/Installing/pages/medium.adoc
+++ b/modules/Installing/pages/medium.adoc
@@ -129,7 +129,7 @@ dd if=alpine.iso of=/dev/sdb <1>
[NOTE]
====
-You may achieve greater performance in this operation by passing additional parameters at the end, such as `bs=1M`.
+You may achieve greater performance in this operation by passing additional parameters, such as `bs=1M`.
You can find more details on those in the dd manual page (`dd(1)`).
====