summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
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:16:44 +0100
commit652d8cb5835d1caff7282ecca45074c76779fd96 (patch)
tree079d0ed725d2bea72ca9d07166d927e1fd43903f /documentation/dev-manual/dev-manual-newbie.xml
parent1e1bb0dd429928ce7d5309b3658da43be928185c (diff)
downloadpoky-652d8cb5835d1caff7282ecca45074c76779fd96.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: 6cf0e8ff0d2b176c1faf492c7bdd7d38e23e4c98) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-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 97e2590763..179a62d95a 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -703,15 +703,16 @@
703 For example, the Yocto Project uses a specific convention 703 For example, the Yocto Project uses a specific convention
704 for bug references - any commit that addresses a specific 704 for bug references - any commit that addresses a specific
705 bug should use the following form for the detailed 705 bug should use the following form for the detailed
706 description: 706 description.
707 Be sure to use the actual bug-tracking ID from
708 Bugzilla for
709 <replaceable>bug-id</replaceable>:
707 <literallayout class='monospaced'> 710 <literallayout class='monospaced'>
708 Fixes [YOCTO #<replaceable>bug-id</replaceable>] 711 Fixes [YOCTO #<replaceable>bug-id</replaceable>]
709 712
710 <replaceable>detailed description of change</replaceable> 713 <replaceable>detailed description of change</replaceable>
711 </literallayout> 714 </literallayout>
712 </para></listitem> 715 </para></listitem>
713 Where <replaceable>bug-id</replaceable> is replaced with the
714 specific bug ID from the Yocto Project Bugzilla instance.
715 </itemizedlist> 716 </itemizedlist>
716 </para> 717 </para>
717 718