diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-20 14:17:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-20 14:17:47 +0000 |
commit | 8923c09997b2827b4c5b72b0b7e27e9d28e0d67c (patch) | |
tree | 243a323e594ec8fe3de1a6b011e3f80a4121dd3b /llvm/docs/CommandGuide | |
parent | 3ee104c852870b8a50a98604156ba20773b2fe72 (diff) | |
download | bcm5719-llvm-8923c09997b2827b4c5b72b0b7e27e9d28e0d67c.tar.gz bcm5719-llvm-8923c09997b2827b4c5b72b0b7e27e9d28e0d67c.zip |
Add a missing =back to eliminate error.
llvm-svn: 27878
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvmc.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod index 07672128219..491e1ff7f45 100644 --- a/llvm/docs/CommandGuide/llvmc.pod +++ b/llvm/docs/CommandGuide/llvmc.pod @@ -337,6 +337,8 @@ been read. This allows users or groups of users to conveniently create their own configuration directories in addition to the standard ones to which they may not have write access. +=back + =head2 Unimplemented Options |