* Standardize manpage output: program name bold, options italic/emphasized
* Make links in SEE ALSO section of manpages short without "the ... manpage"

llvm-svn: 14579
diff --git a/llvm/docs/CommandGuide/llvmgcc.pod b/llvm/docs/CommandGuide/llvmgcc.pod
index c4b553a..7e4923c 100644
--- a/llvm/docs/CommandGuide/llvmgcc.pod
+++ b/llvm/docs/CommandGuide/llvmgcc.pod
@@ -1,4 +1,3 @@
-
 =pod
 
 =head1 NAME
@@ -7,7 +6,7 @@
 
 =head1 SYNOPSIS
 
-llvmgcc [options] filename
+B<llvmgcc> [I<options>] I<filename>
 
 =head1 DESCRIPTION
 
@@ -78,7 +77,7 @@
 
 =head1 SEE ALSO
 
-L<llvmg++|llvmgxx>, L<gccas>, L<gccld>
+L<llvmg++|llvmgxx>, L<gccas|gccas>, L<gccld|gccld>
 
 =head1 AUTHORS