* Add an entry for llvm-ranlib
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Nov 2004 19:53:43 +0000 (19:53 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Nov 2004 19:53:43 +0000 (19:53 +0000)
* Add missing dashes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17838 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/index.html

index b4d8d662f2b53592929283b7b31db378bd067f12..30d0486f456ef0fa0348ad0eee7b32c22ddac668 100644 (file)
@@ -48,7 +48,7 @@ options) arguments to the tool you are interested in.</p>
     directly run a program compiled to bytecode using a JIT compiler or 
     interpreter</li>
 
-<li><a href="html/llvm-link.html"><b>llvm-link</b></A>
+<li><a href="html/llvm-link.html"><b>llvm-link</b></a> -
     link several bytecode files into one</li>
 
 <li><a href="html/analyze.html"><b>analyze</b></a> -
@@ -57,7 +57,10 @@ options) arguments to the tool you are interested in.</p>
 <li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> - 
     archive bytecode files</li>
 
-<li><a href="html/llvm-nm.html"><b>llvm-nm</b></a>
+<li><a href="html/llvm-ranlib.html"><b>llvm-ranlib</b></a> - 
+    create an index for archives made with llvm-ar</li>
+
+<li><a href="html/llvm-nm.html"><b>llvm-nm</b></a> -
     print out the names and types of symbols in a bytecode file</li>
 
 <li><a href="html/llvm-prof.html"><b>llvm-prof</b></a> -