aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-ld.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-09 04:15:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-09 04:15:08 +0000
commit4d9e7fe1f05d8c82286b18bc84c055f4f552ed4e (patch)
tree75dc5fd918d4f7c6eb6c4d2380ac286f74e6a444 /docs/CommandGuide/llvm-ld.pod
parent8645f26926bef43f32b0d2f024d7d910d6aa0873 (diff)
Fix some formatting mistakes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-ld.pod')
-rw-r--r--docs/CommandGuide/llvm-ld.pod13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index afeefa9b1a..5f2e065231 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -71,6 +71,8 @@ and running the system compiler (typically gcc) on the result.
=head2 General Options
+=over
+
=item B<-help>
Print a summary of command line options.
@@ -89,6 +91,8 @@ Print statistics.
Record the amount of time needed for each pass and print it to standard
error.
+=back
+
=head2 Input/Output Options
=over
@@ -242,16 +246,11 @@ first argument. The second argument to the program will be the name of a
temporary file into which the program should place its optimized output. For
example, the "no-op optimization" would be a simple shell script:
-=over
-
-#!/bin/bash
-cp $1 $2
-
-=back
+ #!/bin/bash
+ cp $1 $2
=back
-
=head1 EXIT STATUS
If B<llvm-ld> succeeds, it will exit with 0 return code. If an error occurs,