summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/opt.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-03 00:32:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-03 00:32:23 +0000
commit463708a2ed5da2b89fcbb33fe3965fd432f88806 (patch)
tree671804f48ab0c86d6ca15ab4f4c3a79a40471b46 /docs/CommandGuide/opt.pod
parenta1981ff7f03284c948b6309a2406e8a3480e8ddd (diff)
downloadllvm-463708a2ed5da2b89fcbb33fe3965fd432f88806.tar.gz
llvm-463708a2ed5da2b89fcbb33fe3965fd432f88806.tar.bz2
llvm-463708a2ed5da2b89fcbb33fe3965fd432f88806.tar.xz
Format the examples correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/opt.pod')
-rw-r--r--docs/CommandGuide/opt.pod8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod
index 16d594fd64..14dfa885f6 100644
--- a/docs/CommandGuide/opt.pod
+++ b/docs/CommandGuide/opt.pod
@@ -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>