summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>