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

Misha Brukman brukman at cs.uiuc.edu
Tue Jun 1 13:55:02 PDT 2004


Changes in directory llvm/docs:

FAQ.html updated: 1.22 -> 1.23

---
Log message:

* Standardize footer
* HTML 4.01 (Strict) compliance


---
Diffs of the changes:  (+11 -8)

Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.22 llvm/docs/FAQ.html:1.23
--- llvm/docs/FAQ.html:1.22	Sun May 23 16:07:26 2004
+++ llvm/docs/FAQ.html	Tue Jun  1 13:51:03 2004
@@ -3,7 +3,7 @@
 <html>
 <head>
   <title>LLVM: Frequently Asked Questions</title>
-  <style>
+  <style type="text/css">
     @import url("llvm.css");
     .question { font-weight: bold }
     .answer   { margin-left: 2em  }
@@ -236,7 +236,7 @@
   <li><p>Run <tt>configure</tt> with an alternative <tt>PATH</tt> that is
   correct. In a Borne compatible shell, the syntax would be:</p>
 		
-      <p><tt>PATH=<the path without the bad program> ./configure ...</tt></p>
+      <p><tt>PATH=[the path without the bad program] ./configure ...</tt></p>
 
       <p>This is still somewhat inconvenient, but it allows <tt>configure</tt>
       to do its work without having to adjust your <tt>PATH</tt>
@@ -517,14 +517,17 @@
 </div>
 
 <!-- *********************************************************************** -->
-<!-- *********************************************************************** -->
 
 <hr>
-<div class="doc_footer">
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-  <br>
-  Last modified: $Date: 2004/05/23 21:07:26 $
-</div>
+<address>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+  <a href="http://validator.w3.org/check/referer"><img
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+
+  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2004/06/01 18:51:03 $
+</address>
 
 </body>
 </html>





More information about the llvm-commits mailing list