diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index f5f23f4d7c..2385187f4d 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
| @@ -661,8 +661,8 @@ | |||
| 661 | Application Developer's Guide</ulink>. | 661 | Application Developer's Guide</ulink>. | 
| 662 | </para></listitem> | 662 | </para></listitem> | 
| 663 | <listitem><para><emphasis>Image:</emphasis> | 663 | <listitem><para><emphasis>Image:</emphasis> | 
| 664 | An image is the result produced when BitBake processes a given | 664 | An image is an artifact of the BitBake build process given | 
| 665 | collection of recipes and related Metadata. | 665 | a collection of recipes and related Metadata. | 
| 666 | Images are the binary output that run on specific hardware or | 666 | Images are the binary output that run on specific hardware or | 
| 667 | QEMU and are used for specific use-cases. | 667 | QEMU and are used for specific use-cases. | 
| 668 | For a list of the supported image types that the Yocto Project provides, see the | 668 | For a list of the supported image types that the Yocto Project provides, see the | 
| @@ -1401,7 +1401,7 @@ | |||
| 1401 | following command to bring up a short list of all commits | 1401 | following command to bring up a short list of all commits | 
| 1402 | against a specific file: | 1402 | against a specific file: | 
| 1403 | <literallayout class='monospaced'> | 1403 | <literallayout class='monospaced'> | 
| 1404 | git shortlog -- <filename> | 1404 | git shortlog -- <replaceable>filename</replaceable> | 
| 1405 | </literallayout> | 1405 | </literallayout> | 
| 1406 | Just provide the name of the file for which you are interested. | 1406 | Just provide the name of the file for which you are interested. | 
| 1407 | The information returned is not ordered by history but does | 1407 | The information returned is not ordered by history but does | 
| @@ -1521,12 +1521,12 @@ | |||
| 1521 | bug references - any commit that addresses a specific bug should | 1521 | bug references - any commit that addresses a specific bug should | 
| 1522 | use the following form for the detailed description: | 1522 | use the following form for the detailed description: | 
| 1523 | <literallayout class='monospaced'> | 1523 | <literallayout class='monospaced'> | 
| 1524 | Fixes [YOCTO #<bug-id>] | 1524 | Fixes [YOCTO #<replaceable>bug-id</replaceable>] | 
| 1525 | 1525 | ||
| 1526 | <detailed description of change> | 1526 | <replaceable>detailed description of change</replaceable> | 
| 1527 | </literallayout></para></listitem> | 1527 | </literallayout></para></listitem> | 
| 1528 | Where <bug-id> is replaced with the specific bug ID from | 1528 | Where <replaceable>bug-id</replaceable> is replaced with the | 
| 1529 | the Yocto Project Bugzilla instance. | 1529 | specific bug ID from the Yocto Project Bugzilla instance. | 
| 1530 | </itemizedlist> | 1530 | </itemizedlist> | 
| 1531 | </para> | 1531 | </para> | 
| 1532 | 1532 | ||
