diff options
Diffstat (limited to 'docs/CommandGuide/llvm-dis.pod')
-rw-r--r-- | docs/CommandGuide/llvm-dis.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/CommandGuide/llvm-dis.pod b/docs/CommandGuide/llvm-dis.pod index 1e03790e5e..20556fbc76 100644 --- a/docs/CommandGuide/llvm-dis.pod +++ b/docs/CommandGuide/llvm-dis.pod @@ -6,7 +6,7 @@ llvm-dis - LLVM disassembler =head1 SYNOPSIS -llvm-dis [options] [filename] +B<llvm-dis> [I<options>] [I<filename>] =head1 DESCRIPTION @@ -56,11 +56,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L<llvm-as> +L<llvm-as|llvm-as> =head1 AUTHORS Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). =cut - |