More cleanup.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68719 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html
index c18ce4b..5ce4e99 100644
--- a/docs/PTHInternals.html
+++ b/docs/PTHInternals.html
@@ -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>&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