diff options
Diffstat (limited to 'docs/CommandGuide/gccld.pod')
-rw-r--r-- | docs/CommandGuide/gccld.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/CommandGuide/gccld.pod b/docs/CommandGuide/gccld.pod index 6b0257485f..6accd1d778 100644 --- a/docs/CommandGuide/gccld.pod +++ b/docs/CommandGuide/gccld.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ gccld - optimizing LLVM linker =head1 SYNOPSIS -gccld [options] file1 [file2 ...] +B<gccld> [I<options>] I<filename ...> =head1 DESCRIPTION @@ -167,11 +166,10 @@ status. =head1 SEE ALSO -L<llvm-link>, L<gccas> +L<llvm-link|llvm-link>, L<gccas|gccas> =head1 AUTHORS Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). =cut - |