diff options
Diffstat (limited to 'llvm/docs/CommandGuide/opt.pod')
-rw-r--r-- | llvm/docs/CommandGuide/opt.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod index bd27ec17f95..64062ec49df 100644 --- a/llvm/docs/CommandGuide/opt.pod +++ b/llvm/docs/CommandGuide/opt.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ opt - LLVM optimizer =head1 SYNOPSIS -opt [options] [filename] +B<opt> [I<options>] [I<filename>] =head1 DESCRIPTION @@ -89,11 +88,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L<analyze> +L<analyze|analyze> =head1 AUTHORS Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). =cut - |