[llvm-commits] CVS: llvm/docs/CommandLine.html

Reid Spencer reid at x10sys.com
Mon Nov 1 01:16:41 PST 2004



Changes in directory llvm/docs:

CommandLine.html updated: 1.26 -> 1.27
---
Log message:

Attempt HTML 4.01 Strict compliance.


---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.26 llvm/docs/CommandLine.html:1.27
--- llvm/docs/CommandLine.html:1.26	Mon Aug 30 00:56:51 2004
+++ llvm/docs/CommandLine.html	Mon Nov  1 03:16:30 2004
@@ -875,7 +875,8 @@
       else
         break; // we're done with the list
     }
-  }</tt></pre></p>
+  }
+  </tt></pre></p>
   <p>Note that, for compatibility reasons, the <tt>cl::opt</tt> also supports an
   <tt>unsigned getPosition()</tt> option that will provide the absolute position
   of that option. You can apply the same approach as above with a 
@@ -1775,7 +1776,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/08/30 05:56:51 $
+  Last modified: $Date: 2004/11/01 09:16:30 $
 </address>
 
 </body>






More information about the llvm-commits mailing list