diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-21 13:15:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:07:34 +0100 |
commit | e1518ee7f01df123ce331db5f6dfff409db19b78 (patch) | |
tree | 71fffe639a034715598e5d7e475760f338f5d895 /documentation/adt-manual | |
parent | 9a054c46b4eff32eb75207a08242dd4c8bd030bf (diff) | |
download | poky-e1518ee7f01df123ce331db5f6dfff409db19b78.tar.gz |
adt-manual: fixed formatting for user-supplied data in example.
(From yocto-docs rev: 0a5b26ab90056b7107bb86329148e8c3a0173065)
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-command.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 5df6a6f621..c78d18a16d 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -186,7 +186,7 @@ | |||
186 | rebuild it using the appropriate cross-toolchain tools: | 186 | rebuild it using the appropriate cross-toolchain tools: |
187 | <literallayout class='monospaced'> | 187 | <literallayout class='monospaced'> |
188 | $ ./configure --host=armv5te-poky-linux-gnueabi \ | 188 | $ ./configure --host=armv5te-poky-linux-gnueabi \ |
189 | --with-libtool-sysroot=<replaceable>sysroot-dir</replaceable> | 189 | --with-libtool-sysroot=<replaceable>sysroot_dir</replaceable> |
190 | </literallayout> | 190 | </literallayout> |
191 | <note> | 191 | <note> |
192 | If the <filename>configure</filename> script results in problems recognizing the | 192 | If the <filename>configure</filename> script results in problems recognizing the |