diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 19:45:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 19:45:29 +0000 |
commit | 38f5a1c6c4b1274515322ecb2e23deab938b5706 (patch) | |
tree | 6f42d3abdb3d8871b80539c655aa0b5419deb3d0 /llvm/docs/CommandGuide | |
parent | d92f54ae6e3d89db1c93092476e122f9ad195f5d (diff) | |
download | bcm5719-llvm-38f5a1c6c4b1274515322ecb2e23deab938b5706.tar.gz bcm5719-llvm-38f5a1c6c4b1274515322ecb2e23deab938b5706.zip |
Terminate a list.
Remove reference to llvm-ld
llvm-svn: 17835
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ar.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ar.pod b/llvm/docs/CommandGuide/llvm-ar.pod index 281473745e6..8511a3b6f50 100644 --- a/llvm/docs/CommandGuide/llvm-ar.pod +++ b/llvm/docs/CommandGuide/llvm-ar.pod @@ -377,6 +377,8 @@ by the I<length> field. Note that is allowed (but unwise) to use non-printing characters (even 0x00) in the symbol. This allows for multiple encodings of symbol names. +=back + =head1 EXIT STATUS If B<llvm-as> succeeds, it will exit with 0. A usage error, results @@ -386,7 +388,7 @@ exit code of 3. =head1 SEE ALSO -L<llvm-ld|llvm-ld>, L<llvm-ranlib|llvm-ranlib> +L<llvm-ranlib|llvm-ranlib> =head1 AUTHORS |