diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-12 00:16:51 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-12 00:16:51 +0000 |
commit | 2152cca3415008319896da8234ffe2a643b6a750 (patch) | |
tree | ad8bcdfb87e3c99bc4beab0bca43b3379ccea2b1 /docs/CommandGuide | |
parent | 742ecbc90ff3580d751569927fae8f53247bd12e (diff) | |
download | external_llvm-2152cca3415008319896da8234ffe2a643b6a750.zip external_llvm-2152cca3415008319896da8234ffe2a643b6a750.tar.gz external_llvm-2152cca3415008319896da8234ffe2a643b6a750.tar.bz2 |
Correctly terminate a list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-ar.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index b723de5..27b6396 100644 --- a/docs/CommandGuide/llvm-ar.pod +++ b/docs/CommandGuide/llvm-ar.pod @@ -328,6 +328,8 @@ This field is the archive file member magic number. Its content is always the two characters backtick (0x60) and newline (0x0A). This provides some measure utility in identifying archive files that have been corrupted. +=back + =head1 EXIT STATUS If B<llvm-as> succeeds, it will exit with 0. A usage error, results |