X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandGuide%2Fllvm-ranlib.pod;h=130edb07715a3447f0627adab28bf7722e65e2d2;hb=73b43b9b549a75fb0015c825df68abd95705a67c;hp=db720f69331f668f0b83043d2db2b4011bd5b9d7;hpb=ede0ae0ed8020041dbd21026bc00acf57f6b9ef8;p=oota-llvm.git diff --git a/docs/CommandGuide/llvm-ranlib.pod b/docs/CommandGuide/llvm-ranlib.pod index db720f69331..130edb07715 100644 --- a/docs/CommandGuide/llvm-ranlib.pod +++ b/docs/CommandGuide/llvm-ranlib.pod @@ -14,7 +14,7 @@ The B command is similar to the common Unix utility, C. It adds or updates the symbol table in an LLVM archive file. Note that using the B modifier F is usually more efficient than running B which is only provided only for completness and compatibility. Unlike other -implementations of C, B indexes LLVM bytecode files, not +implementations of C, B indexes LLVM bitcode files, not native object modules. You can list the contents of the symbol table with the C command. @@ -43,10 +43,10 @@ exit code will be returned. =head1 SEE ALSO -L, L +L, ranlib(1) =head1 AUTHORS -Maintained by the LLVM Team (L). +Maintained by the LLVM Team (L). =cut