From bbcb10f56e50c545484b760a664190dc212b9d83 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 15 Nov 2004 19:53:43 +0000
Subject: [PATCH] * Add an entry for llvm-ranlib * Add missing dashes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17838 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CommandGuide/index.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index b4d8d662f2b..30d0486f456 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -48,7 +48,7 @@ options) arguments to the tool you are interested in.
directly run a program compiled to bytecode using a JIT compiler or
interpreter
-llvm-link
+llvm-link -
link several bytecode files into one
analyze -
@@ -57,7 +57,10 @@ options) arguments to the tool you are interested in.
llvm-ar -
archive bytecode files
-llvm-nm
+llvm-ranlib -
+ create an index for archives made with llvm-ar
+
+llvm-nm -
print out the names and types of symbols in a bytecode file
llvm-prof -