[llvm-commits] [llvm] r60879 - /llvm/trunk/docs/CommandGuide/index.html

Misha Brukman brukman+llvm at gmail.com
Thu Dec 11 09:13:05 PST 2008


Author: brukman
Date: Thu Dec 11 11:12:52 2008
New Revision: 60879

URL: http://llvm.org/viewvc/llvm-project?rev=60879&view=rev
Log:
* Fixed formatting of command descriptions to be consistent:
  - descriptions on new line
  - no terminating period
* Changed the W3C logos from yellow to blue to not stand out

Modified:
    llvm/trunk/docs/CommandGuide/index.html

Modified: llvm/trunk/docs/CommandGuide/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/index.html?rev=60879&r1=60878&r2=60879&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/index.html (original)
+++ llvm/trunk/docs/CommandGuide/index.html Thu Dec 11 11:12:52 2008
@@ -64,13 +64,13 @@
     format raw `<tt>llvmprof.out</tt>' data into a human-readable report</li>
 
 <li><a href="/cmds/llvm-ld.html"><b>llvm-ld</b></a> -
-  general purpose linker with loadable runtime optimization support</li>
+    general purpose linker with loadable runtime optimization support</li>
 
 <li><a href="/cmds/llvm-config.html"><b>llvm-config</b></a> -
-  print out LLVM compilation options, libraries, etc. as configured.</li>
+    print out LLVM compilation options, libraries, etc. as configured</li>
 
-<li><a href="/cmds/llvmc.html"><b>llvmc</b></a> - a generic
-customizable compiler driver.</li>
+<li><a href="/cmds/llvmc.html"><b>llvmc</b></a> -
+    a generic customizable compiler driver</li>
 
 </ul>
 
@@ -139,9 +139,9 @@
 <hr>
 <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>
+  src="http://jigsaw.w3.org/css-validator/images/vcss-blue" 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>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
   Last modified: $Date$





More information about the llvm-commits mailing list