Index: en_US.ISO8859-1/htdocs/releases/8.0R/announce.xml =================================================================== --- en_US.ISO8859-1/htdocs/releases/8.0R/announce.xml (revision 39645) +++ en_US.ISO8859-1/htdocs/releases/8.0R/announce.xml (working copy) @@ -129,7 +129,7 @@ USB drive appears as /dev/da0 on your machine something like this should work:

-
# dd if="8".0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"
+
# dd if=FreeBSD-8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

Be careful to make sure you get the target (of=) correct.

Index: en_US.ISO8859-1/htdocs/releases/8.1R/announce.xml =================================================================== --- en_US.ISO8859-1/htdocs/releases/8.1R/announce.xml (revision 39645) +++ en_US.ISO8859-1/htdocs/releases/8.1R/announce.xml (working copy) @@ -108,7 +108,7 @@ USB drive appears as /dev/da0 on your machine something like this should work:

-
# dd if="8".1-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"
+
# dd if=FreeBSD-8.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

Be careful to make sure you get the target (of=) correct.

Index: en_US.ISO8859-1/htdocs/releases/8.2R/announce.xml =================================================================== --- en_US.ISO8859-1/htdocs/releases/8.2R/announce.xml (revision 39645) +++ en_US.ISO8859-1/htdocs/releases/8.2R/announce.xml (working copy) @@ -112,7 +112,7 @@ USB drive appears as /dev/da0 on your machine something like this should work:

-
# dd if="FreeBSD"-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"
+
# dd if=FreeBSD-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

Be careful to make sure you get the target (of=) correct.

Index: en_US.ISO8859-1/htdocs/releases/8.3R/announce.xml =================================================================== --- en_US.ISO8859-1/htdocs/releases/8.3R/announce.xml (revision 39645) +++ en_US.ISO8859-1/htdocs/releases/8.3R/announce.xml (working copy) @@ -110,7 +110,7 @@ USB drive appears as /dev/da0 on your machine something like this should work:

-
# dd if="FreeBSD"-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"
+
# dd if=FreeBSD-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

Be careful to make sure you get the target (of=) correct.

Index: en_US.ISO8859-1/htdocs/releases/9.0R/announce.xml =================================================================== --- en_US.ISO8859-1/htdocs/releases/9.0R/announce.xml (revision 39645) +++ en_US.ISO8859-1/htdocs/releases/9.0R/announce.xml (working copy) @@ -152,7 +152,7 @@ USB drive appears as /dev/da0 on your machine something like this should work:

-
# dd if="FreeBSD"-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"
+
# dd if=FreeBSD-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

Be careful to make sure you get the target (of=) correct.