summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-15 17:03:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:18:49 +0100
commit9f3cde2467503a9b8d815e63963f6827e8cde3e4 (patch)
tree18f8df9c3e003d7f4c647cc587bf4a78ad88de2a /documentation
parentce2707487e52aab33ac488e59570187b0538ee5e (diff)
downloadpoky-9f3cde2467503a9b8d815e63963f6827e8cde3e4.tar.gz
dev-manual: Fixed a DocBook issue with formatting "bug-id"
I discovered a mis-placed block of DocBook text that was causing the string "bug-id" to appear in a random spot in the "Patch Submission Details" section. Re-ording this block fixed the problem. (From yocto-docs rev: 92616f73ce31505e11f3193b1350acc875003649) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 4fd0d3a60c..ad32ac6291 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -1646,15 +1646,16 @@
1646 For example, the Yocto Project uses a specific convention 1646 For example, the Yocto Project uses a specific convention
1647 for bug references - any commit that addresses a specific 1647 for bug references - any commit that addresses a specific
1648 bug should use the following form for the detailed 1648 bug should use the following form for the detailed
1649 description: 1649 description.
1650 Be sure to use the actual bug-tracking ID from
1651 Bugzilla for
1652 <replaceable>bug-id</replaceable>:
1650 <literallayout class='monospaced'> 1653 <literallayout class='monospaced'>
1651 Fixes [YOCTO #<replaceable>bug-id</replaceable>] 1654 Fixes [YOCTO #<replaceable>bug-id</replaceable>]
1652 1655
1653 <replaceable>detailed description of change</replaceable> 1656 <replaceable>detailed description of change</replaceable>
1654 </literallayout> 1657 </literallayout>
1655 </para></listitem> 1658 </para></listitem>
1656 Where <replaceable>bug-id</replaceable> is replaced with the
1657 specific bug ID from the Yocto Project Bugzilla instance.
1658 </itemizedlist> 1659 </itemizedlist>
1659 </para> 1660 </para>
1660 1661