MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand.
[oota-llvm.git] / docs / CommandGuide / llvm-ranlib.pod
index 18c72d30e3d235a8c2607957bec5ef6f882f071f..53cd34bbb5c40b81e67949f96d5db45a2b522697 100644 (file)
@@ -6,7 +6,7 @@ llvm-ranlib - Generate index for LLVM archive
 
 =head1 SYNOPSIS
 
-B<llvm-ranlib> [--version] [--help] <archive-file>
+B<llvm-ranlib> [--version] [-help] <archive-file>
 
 =head1 DESCRIPTION
 
@@ -14,7 +14,7 @@ The B<llvm-ranlib> command is similar to the common Unix utility, C<ranlib>. It
 adds or updates the symbol table in an LLVM archive file. Note that using the
 B<llvm-ar> modifier F<s> is usually more efficient than running B<llvm-ranlib>
 which is only provided only for completness and compatibility. Unlike other 
-implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bytecode files, not
+implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bitcode files, not
 native object modules. You can list the contents of the symbol table with the
 C<llvm-nm -s> command.
 
@@ -30,7 +30,7 @@ Specifies the archive-file to which the symbol table is added or updated.
 
 Print the version of B<llvm-ranlib> and exit without building a symbol table.
 
-=item F<--help>
+=item F<-help>
 
 Print usage help for B<llvm-ranlib> and exit without building a symbol table.
 
@@ -43,10 +43,10 @@ exit code will be returned.
 
 =head1 SEE ALSO
 
-L<llvm-ar|llvm-ar>
+L<llvm-ar|llvm-ar>, ranlib(1)
 
 =head1 AUTHORS
 
-Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+Maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut