From 53dcd99b310590699942f2780d6c697ec69af220 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Aug 2011 06:06:51 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-package.xml | 9 ++++++--- 1 file 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 @@ The following command forms should now work: $ opkg-cl –f <conf_file> -o <sysroot-dir> update - $ opkg-cl –f <cconf_file>> -o <sysroot-dir> --force-overwrite install libglade - $ opkg-cl –f <cconf_file> -o <sysroot-dir> --force-overwrite install libglade-dbg - $ opkg-cl –f <conf_file> -o <sysroot-dir> --force-overwrite install libglade-dev + $ opkg-cl –f <cconf_file> -o <sysroot-dir> \ + --force-overwrite install libglade + $ opkg-cl –f <cconf_file> -o <sysroot-dir> \ + --force-overwrite install libglade-dbg + $ opkg-cl –f <conf_file> -o <sysroot-dir> \ + --force-overwrite install libglade-dev