diff options
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index 8f83ecb3a1..b34179533b 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | <para> | 40 | <para> |
41 | BitBake knows how to combine multiple data sources together and refers to each data source | 41 | BitBake knows how to combine multiple data sources together and refers to each data source |
42 | as a <link linkend='usingpoky-changes-layers'>'layer'</link>. | 42 | as a "<link linkend='usingpoky-changes-layers'>layer</link>". |
43 | </para> | 43 | </para> |
44 | 44 | ||
45 | <para> | 45 | <para> |
@@ -115,7 +115,7 @@ | |||
115 | The term "package" can also be used to describe recipes. | 115 | The term "package" can also be used to describe recipes. |
116 | However, since the same word is used for the packaged output from the Yocto | 116 | However, since the same word is used for the packaged output from the Yocto |
117 | Project (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), | 117 | Project (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), |
118 | this document avoids using the term "package" to refer to recipes. | 118 | this document avoids using the term "package" when refering to recipes. |
119 | </para> | 119 | </para> |
120 | </section> | 120 | </section> |
121 | 121 | ||
@@ -146,8 +146,8 @@ | |||
146 | </section> | 146 | </section> |
147 | </section> | 147 | </section> |
148 | 148 | ||
149 | <section id="considering-shared-state-cache"> | 149 | <section id="shared-state-cache"> |
150 | <title>Considering Shared State Cache</title> | 150 | <title>Shared State Cache</title> |
151 | 151 | ||
152 | <para> | 152 | <para> |
153 | By design, the Yocto Project builds everything from scratch unless it can determine that | 153 | By design, the Yocto Project builds everything from scratch unless it can determine that |