diff options
Diffstat (limited to 'docs/CommandGuide/llvmgcc.pod')
-rw-r--r-- | docs/CommandGuide/llvmgcc.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/CommandGuide/llvmgcc.pod b/docs/CommandGuide/llvmgcc.pod index c4b553a..7e4923c 100644 --- a/docs/CommandGuide/llvmgcc.pod +++ b/docs/CommandGuide/llvmgcc.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ llvmgcc - LLVM C front-end =head1 SYNOPSIS -llvmgcc [options] filename +B<llvmgcc> [I<options>] I<filename> =head1 DESCRIPTION @@ -78,7 +77,7 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L<llvmg++|llvmgxx>, L<gccas>, L<gccld> +L<llvmg++|llvmgxx>, L<gccas|gccas>, L<gccld|gccld> =head1 AUTHORS |