Commit 07cb0696 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

Use <code> instead of <pre> to improve formatting

parent 2eefd74b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>