summaryrefslogtreecommitdiff
path: root/docs/buildroot.html
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-01-30 15:37:48 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-30 20:13:44 +0100
commit07cb06962c5a9326bf30713ee0a6ee2fd6a67323 (patch)
treea55ba62feaffdb71e3b72fc9393d5c0d9c1f242a /docs/buildroot.html
parent2eefd74b0de9a6421ea46c71d908736537446fbc (diff)
Use <code> instead of <pre> to improve formatting
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r--docs/buildroot.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 1ec707d29..f1721ea41 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -187,8 +187,8 @@
<p>You <b>should never</b> use <code>make -jN</code> with
Buildroot: it does not support <i>top-level parallel
make</i>. Instead, use the <code>BR2_JLEVEL</code> option to tell
- Buildroot to run each package compilation with <pre>make
- -jN</pre>.</p>
+ Buildroot to run each package compilation with <code>make
+ -jN</code>.</p>
<p>This command will generally perform the following steps:</p>
<ul>