diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-16 06:06:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:46:34 -0700 |
commit | 53dcd99b310590699942f2780d6c697ec69af220 (patch) | |
tree | 718ab5cba220624074eabf458b71750a4c0c8ca5 /documentation/adt-manual | |
parent | 472f05007735eefdf832d9a3335c41cc09fe3477 (diff) | |
download | poky-53dcd99b310590699942f2780d6c697ec69af220.tar.gz |
documentation/adt-manual/adt-package.xml: Fixed typo and long commands
Errors caught by Robert P. J. Day:
1. An extra ">" character removed.
2. Overly long commands changed to use the continuation symbol.
(From yocto-docs rev: e84b7d5a46817fdc9c0f55242840989cbe8494c7)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-package.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index 77c5d96462..449684d972 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml | |||
@@ -71,9 +71,12 @@ | |||
71 | The following command forms should now work: | 71 | The following command forms should now work: |
72 | <literallayout class='monospaced'> | 72 | <literallayout class='monospaced'> |
73 | $ opkg-cl –f <conf_file> -o <sysroot-dir> update | 73 | $ opkg-cl –f <conf_file> -o <sysroot-dir> update |
74 | $ opkg-cl –f <cconf_file>> -o <sysroot-dir> --force-overwrite install libglade | 74 | $ opkg-cl –f <cconf_file> -o <sysroot-dir> \ |
75 | $ opkg-cl –f <cconf_file> -o <sysroot-dir> --force-overwrite install libglade-dbg | 75 | --force-overwrite install libglade |
76 | $ opkg-cl –f <conf_file> -o <sysroot-dir> --force-overwrite install libglade-dev | 76 | $ opkg-cl –f <cconf_file> -o <sysroot-dir> \ |
77 | --force-overwrite install libglade-dbg | ||
78 | $ opkg-cl –f <conf_file> -o <sysroot-dir> \ | ||
79 | --force-overwrite install libglade-dev | ||
77 | </literallayout> | 80 | </literallayout> |
78 | </para> | 81 | </para> |
79 | </section> | 82 | </section> |