Format the examples correctly.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 3 Feb 2007 00:32:23 +0000 (00:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 3 Feb 2007 00:32:23 +0000 (00:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33804 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/opt.pod

index 16d594fd641b0ac6b48e05ccd159b0f3c0741667..14dfa885f6f84b33ff4f6b06ab99c93c71573162 100644 (file)
@@ -67,7 +67,7 @@ of options available, use the following command:
 
 =over
 
-B<llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments>
+   llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments
 
 =back
 
@@ -122,11 +122,7 @@ or analysis passes. Once loaded, the object will add new command line options to
 enable various optimizations or analyses.  To see the new complete list of 
 optimizations, use the B<-help> and B<-load> options together. For example:
 
-=over
-
-B<opt -load>=I<plugin> B<-help>
-
-=back
+   opt -load=plugin.so -help
 
 =item B<-p>