From owner-freebsd-doc@FreeBSD.ORG Thu Oct 4 18:00:30 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 202691065676 for ; Thu, 4 Oct 2012 18:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A633B8FC20 for ; Thu, 4 Oct 2012 18:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q94I0QXr096515 for ; Thu, 4 Oct 2012 18:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q94I0QbC096511; Thu, 4 Oct 2012 18:00:26 GMT (envelope-from gnats) Resent-Date: Thu, 4 Oct 2012 18:00:26 GMT Resent-Message-Id: <201210041800.q94I0QbC096511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 610621065673 for ; Thu, 4 Oct 2012 17:52:07 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 49E928FC08 for ; Thu, 4 Oct 2012 17:52:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q94Hq7A9096241 for ; Thu, 4 Oct 2012 17:52:07 GMT (envelope-from jase@freefall.freebsd.org) Received: (from jase@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q94Hq71O096240; Thu, 4 Oct 2012 18:52:07 +0100 (BST) (envelope-from jase) Message-Id: <201210041752.q94Hq71O096240@freefall.freebsd.org> Date: Thu, 4 Oct 2012 18:52:07 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/172330: [PATCH] Fix some errors introduced to announce.xml by r39534 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jase Thew List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 18:00:30 -0000 >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 /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.

--- fix-announce-xml-errors.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: