summaryrefslogtreecommitdiffstats
path: root/docs/PTHInternals.html
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-04-09 18:20:08 +0000
committerTed Kremenek <kremenek@apple.com>2009-04-09 18:20:08 +0000
commit8e16408616b55988ad9de97977ea1b4c630a9b2a (patch)
tree4676d04389c3e79a15982e51209dc5d354dbfe17 /docs/PTHInternals.html
parentb7fd6b004bcab31e3d6a07a1e5e936f8e793aa68 (diff)
More cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/PTHInternals.html')
-rw-r--r--docs/PTHInternals.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html
index c18ce4b884..5ce4e9980c 100644
--- a/docs/PTHInternals.html
+++ b/docs/PTHInternals.html
@@ -46,8 +46,8 @@ that is similar to GCC's interface for precompiled headers.</p>
<h3>Generating a PTH File</h3>
<p>To generate a PTH file using <tt>clang</tt>, one invokes <tt>clang</tt> using
-the <tt>-x <b>lang-header</b></tt> option. This mirrors the interface in GCC for
-generating PCH files:</p>
+the <b><tt>-x <i>&lt;language&gt;</i>-header</tt></b> option. This mirrors the
+interface in GCC for generating PCH files:</p>
<pre>
$ gcc -x c-header test.h -o test.h.gch