diff options
author | Duncan Sands <baldrick@free.fr> | 2010-01-20 12:40:56 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-01-20 12:40:56 +0000 |
commit | 763f7d64f1289a19d82fec5b9647546c8c56d023 (patch) | |
tree | 7ecdcec8635ada6c17656fc6baa609626ed30290 | |
parent | 368979179c2ae4f1ff22786fc5c83c20f1cbc042 (diff) |
Fix html glitch. Pointed out by clwi (PR6090).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94000 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/scan-build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index 92a4c3e5e9..fd05af021b 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -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"><command></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 <command> 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> |