svn commit: r47780 - head/en_US.ISO8859-1/books/handbook/bsdinstall
Warren Block
wblock at FreeBSD.org
Sun Nov 15 01:54:34 UTC 2015
Author: wblock
Date: Sun Nov 15 01:54:32 2015
New Revision: 47780
URL: https://svnweb.freebsd.org/changeset/doc/47780
Log:
Use an uppercase "M" for megabytes in the dd(1) example. This still
works on FreeBSD, but is less surprising to Linux users.
Modified:
head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sat Nov 14 16:14:43 2015 (r47779)
+++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Nov 15 01:54:32 2015 (r47780)
@@ -537,7 +537,7 @@
<acronym>USB</acronym> device on an existing &os;
system.</para>
- <screen>&prompt.root; <userinput>dd if=<replaceable>FreeBSD-10.2-RELEASE-amd64-memstick.img</replaceable> of=/dev/<replaceable>da0</replaceable> bs=1m conv=sync</userinput></screen>
+ <screen>&prompt.root; <userinput>dd if=<replaceable>FreeBSD-10.2-RELEASE-amd64-memstick.img</replaceable> of=/dev/<replaceable>da0</replaceable> bs=1M conv=sync</userinput></screen>
<para>If this command fails, verify that the
<acronym>USB</acronym> stick is not mounted and that the
More information about the svn-doc-all
mailing list