Author: baldrick
Date: Wed Jan 20 06:40:56 2010
New Revision: 94000

URL: http://llvm.org/viewvc/llvm-project?rev=94000&view=rev
Log:
Fix html glitch.  Pointed out by clwi (PR6090).

Modified:
    cfe/trunk/www/analyzer/scan-build.html

Modified: cfe/trunk/www/analyzer/scan-build.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/scan-build.html?rev=94000&r1=93999&r2=94000&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/scan-build.html (original)
+++ cfe/trunk/www/analyzer/scan-build.html Wed Jan 20 06:40:56 2010
@@ -81,7 +81,7 @@
 $ <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>
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to