diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-11 17:12:52 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-11 17:12:52 +0000 |
commit | 39309dfbb260666e0e54a599811edd4312092b4d (patch) | |
tree | 026198263bdf27935718767255efe098dd94b041 /docs/CommandGuide | |
parent | 9053a739e50cb6f6b68268cc7c6b95146e66d396 (diff) |
* 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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 8ddfd25661..75933e8d74 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -64,13 +64,13 @@ options) arguments to the tool you are interested in.</p> 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 @@ customizable compiler driver.</li> <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$ |