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