[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-ld.pod

Reid Spencer reid at x10sys.com
Thu Feb 8 20:15:24 PST 2007



Changes in directory llvm/docs/CommandGuide:

llvm-ld.pod updated: 1.5 -> 1.6
---
Log message:

Fix some formatting mistakes.


---
Diffs of the changes:  (+6 -7)

 llvm-ld.pod |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)


Index: llvm/docs/CommandGuide/llvm-ld.pod
diff -u llvm/docs/CommandGuide/llvm-ld.pod:1.5 llvm/docs/CommandGuide/llvm-ld.pod:1.6
--- llvm/docs/CommandGuide/llvm-ld.pod:1.5	Thu Feb  8 22:12:51 2007
+++ llvm/docs/CommandGuide/llvm-ld.pod	Thu Feb  8 22:15:08 2007
@@ -71,6 +71,8 @@
 
 =head2 General Options
 
+=over 
+
 =item B<-help>
 
 Print a summary of command line options.
@@ -89,6 +91,8 @@
 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 @@
 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,






More information about the llvm-commits mailing list