From 2152cca3415008319896da8234ffe2a643b6a750 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 12 Nov 2004 00:16:51 +0000 Subject: Correctly terminate a list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17686 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-ar.pod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/CommandGuide/llvm-ar.pod') 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 succeeds, it will exit with 0. A usage error, results -- cgit v1.1