aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-15 19:50:15 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-15 19:50:15 +0000
commite2ca54f44807451ce5bb1c7c02a4d0789f58b121 (patch)
treecb8b2adea1d32a54b4c5d8da6f890848c25d285e /docs
parentf0f21fed9e3de8e20c927f3c6fa3a5899a112b28 (diff)
downloadexternal_llvm-e2ca54f44807451ce5bb1c7c02a4d0789f58b121.zip
external_llvm-e2ca54f44807451ce5bb1c7c02a4d0789f58b121.tar.gz
external_llvm-e2ca54f44807451ce5bb1c7c02a4d0789f58b121.tar.bz2
This is llvm-ar, not llvm-as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-ar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod
index 8511a3b..ecfb80a 100644
--- a/docs/CommandGuide/llvm-ar.pod
+++ b/docs/CommandGuide/llvm-ar.pod
@@ -381,7 +381,7 @@ symbol names.
=head1 EXIT STATUS
-If B<llvm-as> succeeds, it will exit with 0. A usage error, results
+If B<llvm-ar> succeeds, it will exit with 0. A usage error, results
in an exit code of 1. A hard (file system typically) error results in an
exit code of 2. Miscellaneous or unknown errors result in an
exit code of 3.