Use <code> instead of <pre> to improve formatting
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 30 Jan 2011 14:37:48 +0000 (15:37 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 30 Jan 2011 19:13:44 +0000 (20:13 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/buildroot.html

index 1ec707d296d63814e9c22817da50cf8294eb7fec..f1721ea41ce6f8faeb72ad319e6e3725b0e8f10a 100644 (file)
     <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>