diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-16 16:31:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:30 +0200 |
commit | 2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b (patch) | |
tree | ace8abdef240fafd3bdbeed9001e67da40d7cbd8 /documentation/ref-manual/ref-tasks.xml | |
parent | b96378eb6b2443301b04dfc83eecf36eced6a27c (diff) | |
download | poky-2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b.tar.gz |
ref-manual: Scrubbed for variable (user) input.
Throughout the manual I had been using angled bracket sets to
denote user-supplied input. This is confusing and better shown
by using the <replaceable></replaceable> tags. I scrubbed all
the chapters and replaced as needed.
Some other minor formatting changes were caught and fixed during
the scrub as well.
(From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 1c8034b661..f325f0e233 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -324,7 +324,7 @@ | |||
324 | <para> | 324 | <para> |
325 | You can run this task using BitBake as follows: | 325 | You can run this task using BitBake as follows: |
326 | <literallayout class='monospaced'> | 326 | <literallayout class='monospaced'> |
327 | $ bitbake -c clean <recipe> | 327 | $ bitbake -c clean <replaceable>recipe</replaceable> |
328 | </literallayout> | 328 | </literallayout> |
329 | </para> | 329 | </para> |
330 | 330 | ||
@@ -338,7 +338,7 @@ | |||
338 | If you want to remove the sstate cache files for the recipe, | 338 | If you want to remove the sstate cache files for the recipe, |
339 | you need to use the | 339 | you need to use the |
340 | <link linkend='ref-tasks-cleansstate'><filename>do_cleansstate</filename></link> | 340 | <link linkend='ref-tasks-cleansstate'><filename>do_cleansstate</filename></link> |
341 | task instead (i.e. <filename>bitbake -c cleansstate <recipe></filename>). | 341 | task instead (i.e. <filename>bitbake -c cleansstate</filename> <replaceable>recipe</replaceable>). |
342 | </para> | 342 | </para> |
343 | </section> | 343 | </section> |
344 | 344 | ||
@@ -359,7 +359,7 @@ | |||
359 | <para> | 359 | <para> |
360 | You can run this task using BitBake as follows: | 360 | You can run this task using BitBake as follows: |
361 | <literallayout class='monospaced'> | 361 | <literallayout class='monospaced'> |
362 | $ bitbake -c cleanall <recipe> | 362 | $ bitbake -c cleanall <replaceable>recipe</replaceable> |
363 | </literallayout> | 363 | </literallayout> |
364 | </para> | 364 | </para> |
365 | 365 | ||
@@ -389,7 +389,7 @@ | |||
389 | <para> | 389 | <para> |
390 | You can run this task using BitBake as follows: | 390 | You can run this task using BitBake as follows: |
391 | <literallayout class='monospaced'> | 391 | <literallayout class='monospaced'> |
392 | $ bitbake -c cleansstate <recipe> | 392 | $ bitbake -c cleansstate <replaceable>recipe</replaceable> |
393 | </literallayout> | 393 | </literallayout> |
394 | </para> | 394 | </para> |
395 | 395 | ||
@@ -404,7 +404,7 @@ | |||
404 | If you need to build a target from scratch using remote | 404 | If you need to build a target from scratch using remote |
405 | mirrors, use the "-f" option as follows: | 405 | mirrors, use the "-f" option as follows: |
406 | <literallayout class='monospaced'> | 406 | <literallayout class='monospaced'> |
407 | $ bitbake -f -c do_cleansstate <target> | 407 | $ bitbake -f -c do_cleansstate <replaceable>target</replaceable> |
408 | </literallayout> | 408 | </literallayout> |
409 | </note> | 409 | </note> |
410 | </para> | 410 | </para> |