Fix html glitch. Pointed out by clwi (PR6090).

llvm-svn: 94000
This commit is contained in:
Duncan Sands 2010-01-20 12:40:56 +00:00
parent eb76a85af0
commit 37fe3ee2e2
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ built using <tt>xcodebuild</tt>.<p>
$ <span class="code_highlight">scan-build</span> <i>[scan-build options]</i> <span class="code_highlight">&lt;command&gt;</span> <i>[command options]</i>
</pre>
<p>Operationally, <tt>scan-build</tt> literally runs <command> with all of the
<p>Operationally, <tt>scan-build</tt> literally runs &lt;command&gt; with all of the
subsequent options passed to it. For example, one can pass <nobr><tt>-j4</tt></nobr> to
<tt>make</tt> get a parallel build over 4 cores:</p>