aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-15 19:45:29 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-15 19:45:29 +0000
commite8ae2d7155738e0101e94ac19d7429a91c477ecc (patch)
tree63ab688fb430b07d944d8091910011fda009564d /docs/CommandGuide
parentf771bea7402f05f59b2857586de9934ff1c7bbf5 (diff)
downloadexternal_llvm-e8ae2d7155738e0101e94ac19d7429a91c477ecc.zip
external_llvm-e8ae2d7155738e0101e94ac19d7429a91c477ecc.tar.gz
external_llvm-e8ae2d7155738e0101e94ac19d7429a91c477ecc.tar.bz2
Terminate a list.
Remove reference to llvm-ld git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-ar.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod
index 2814737..8511a3b 100644
--- a/docs/CommandGuide/llvm-ar.pod
+++ b/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