]> granicus.if.org Git - clang/commitdiff
More cleanup.
authorTed Kremenek <kremenek@apple.com>
Thu, 9 Apr 2009 18:20:08 +0000 (18:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 9 Apr 2009 18:20:08 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68719 91177308-0d34-0410-b5e6-96231b3b80d8

docs/PTHInternals.html

index c18ce4b88498bdfb7d144236067faedd450243ca..5ce4e9980cde32d8a954402a74c3af8a6629b5e1 100644 (file)
@@ -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