Date: Thu, 4 Oct 2012 18:52:07 +0100 (BST) From: Jase Thew <jase@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/172330: [PATCH] Fix some errors introduced to announce.xml by r39534 Message-ID: <201210041752.q94Hq71O096240@freefall.freebsd.org> Resent-Message-ID: <201210041800.q94I0QbC096511@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172330 >Category: docs >Synopsis: [PATCH] Fix some errors introduced to announce.xml by r39534 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 18:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: A few typos and style inconsistencies were introduced by r39534, which the attached patch rectifies. >How-To-Repeat: >Fix: --- fix-announce-xml-errors.patch begins here --- 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 <tt>/dev/da0</tt> on your machine something like this should work:</p> - <pre class="screen"># dd if="8".0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre> + <pre class="screen"># dd if=FreeBSD-8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> <p>Be careful to make sure you get the target (of=) correct.</p></dd> </dl> 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:</p> - <pre># dd if="8".1-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre> + <pre># dd if=FreeBSD-8.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> <p>Be careful to make sure you get the target (of=) correct.</p> </dd> 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:</p> - <pre># dd if="FreeBSD"-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre> + <pre># dd if=FreeBSD-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> <p>Be careful to make sure you get the target (of=) correct.</p> </dd> 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:</p> - <pre># dd if="FreeBSD"-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre> + <pre># dd if=FreeBSD-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> <p>Be careful to make sure you get the target (of=) correct.</p> </dd> 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:</p> - <pre># dd if="FreeBSD"-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre> + <pre># dd if=FreeBSD-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> <p>Be careful to make sure you get the target (of=) correct.</p> </dd> --- fix-announce-xml-errors.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210041752.q94Hq71O096240>