[PATCH] DOCS: Fix some syntax errors in "opkg-cl" cmds in ADT manual.
Robert P. J. Day
Fix some obvious typoes in a couple "opkg-cl" commands in the ADT
manual, packages chapter. Signed-off-by: Robert P. J. Day <rpjday@...> --- i'm *hoping* i'm reading this correctly. and i'll try to bundle fixes into larger single patch submissions as long as they're logically related. diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index 9f982d1..fd52747 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -70,8 +70,8 @@ The following command forms should now work: <literallayout class='monospaced'> $ 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 + $ opkg-cl –f <conf_file> -o <sysroot-dir> --force-overwrite install libglade-dbg $ opkg-cl –f <conf_file> -o <sysroot-dir> --force-overwrite install libglade-dev </literallayout> </para> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== |
|