From: Misha Brukman Date: Mon, 15 Nov 2004 19:50:15 +0000 (+0000) Subject: This is llvm-ar, not llvm-as. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e2ca54f44807451ce5bb1c7c02a4d0789f58b121;p=oota-llvm.git This is llvm-ar, not llvm-as. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17837 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index 8511a3b6f50..ecfb80a3d9e 100644 --- a/docs/CommandGuide/llvm-ar.pod +++ b/docs/CommandGuide/llvm-ar.pod @@ -381,7 +381,7 @@ symbol names. =head1 EXIT STATUS -If B succeeds, it will exit with 0. A usage error, results +If B 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.