[PATCH] DOCS: Fix typo in command, "-" should be "="
Robert P. J. Day
"--host-armv5te..." should be "--host=armv5te..."
Signed-off-by: Robert P. J. Day <rpjday@...> --- there's a fair amount in the ADT manual (and others) that can be cleaned in terms of proper docbook semantic markup and entity usage, but this looks like a fairly obvious error that should be fixed now. diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 28501b6..83c61d8 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -37,7 +37,7 @@ <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>. Thus, the following command works: <literallayout class='monospaced'> - $ configure ‐‐host-armv5te-poky-linux-gnueabi ‐‐with-libtool-sysroot=<sysroot-dir> + $ configure ‐‐host=armv5te-poky-linux-gnueabi ‐‐with-libtool-sysroot=<sysroot-dir> </literallayout> </para> <para> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== |
|