summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-25 19:08:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-25 19:08:05 +0000
commit3709c91d421585aef7c90b76eae6f5ce7f2bb05c (patch)
tree45983c338e334efcecacdc5ab685431a280e1e6c
parent38c2a5225455acca57f72649460b4a5d12d61ca1 (diff)
downloadnuttx-3709c91d421585aef7c90b76eae6f5ce7f2bb05c.tar.gz
nuttx-3709c91d421585aef7c90b76eae6f5ce7f2bb05c.tar.bz2
nuttx-3709c91d421585aef7c90b76eae6f5ce7f2bb05c.zip
Fix HTML errors in a document
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4065 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/Documentation/NuttXNxFlat.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttXNxFlat.html b/nuttx/Documentation/NuttXNxFlat.html
index d6ada4e9b..622953b21 100644
--- a/nuttx/Documentation/NuttXNxFlat.html
+++ b/nuttx/Documentation/NuttXNxFlat.html
@@ -285,19 +285,19 @@
<li>
You must have already configured Nuttx in <code>&lt;some-dir&gt;/nuttx</code>
- <li>
+ </li>
<li>
Download the buildroot package <code>buildroot-0.x.y</code> into <code>&lt;some-dir&gt;</code>
<li>
- <li>
+ </li>
Unpack <code>&lt;some-dir&gt;/buildroot-0.x.y.tar.gz</code> using a command like <code>tar zxf buildroot-0.x.y</code>.
This will result in a new directory like <code>&lt;some-dir&gt;/misc/buildroot-0.x.y</code>
</li>
<li>
- Move this into position: <code>mv &lt;some-dir&gt;/misc/buildroot-0.x.y <code>&lt;some-dir&gt;/buildroot</code>
+ Move this into position: <code>mv &lt;some-dir&gt;/misc/buildroot-0.x.y</code>&lt;some-dir&gt;/buildroot</code>
</li>
<li>
- <code>cd <code>&lt;some-dir&gt;/buildroot</code>
+ <code>cd </code>&lt;some-dir&gt;/buildroot</code>
</li>
<li>
Copy a configuration file into the top buildroot directory: <code>cp configs/abc-defconfig-x.y.z .config</code>.
@@ -342,7 +342,7 @@ any following arguments.
<p>
<code>ldnxflat</code> is use to link your object files along with the <i>thunk</i> file
- generated by <a href="#mknxflat"><code>mknxflat<code></a> to produce the NXFLAT binary module.
+ generated by <a href="#mknxflat"><code>mknxflat</code></a> to produce the NXFLAT binary module.
See <a href="#making">below</a> for usage.
</p>