[cfe-commits] r68719 - /cfe/trunk/docs/PTHInternals.html

Ted Kremenek kremenek at apple.com
Thu Apr 9 11:20:09 PDT 2009


Author: kremenek
Date: Thu Apr  9 13:20:08 2009
New Revision: 68719

URL: http://llvm.org/viewvc/llvm-project?rev=68719&view=rev
Log:
More cleanup.

Modified:
    cfe/trunk/docs/PTHInternals.html

Modified: cfe/trunk/docs/PTHInternals.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/PTHInternals.html?rev=68719&r1=68718&r2=68719&view=diff

==============================================================================
--- cfe/trunk/docs/PTHInternals.html (original)
+++ cfe/trunk/docs/PTHInternals.html Thu Apr  9 13:20:08 2009
@@ -46,8 +46,8 @@
 <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><language></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





More information about the cfe-commits mailing list