eliminate lengths from record bodies
[oota-llvm.git] / docs / CommandGuide / llvm-link.pod
index d7d34e271279862d69a6c8e46facf7db2e87a532..7766efab69266147090fac5adec2f2decae6c677 100644 (file)
@@ -10,15 +10,15 @@ B<llvm-link> [I<options>] I<filename ...>
 
 =head1 DESCRIPTION
 
-The B<llvm-link> command takes several LLVM bytecode files and links them
-together into a single LLVM bytecode file.  It writes the output file to
-standard output, unless the B<-o> option is used to specify a filename.
+B<llvm-link> takes several LLVM bytecode files and links them together into a
+single LLVM bytecode file.  It writes the output file to standard output, unless
+the B<-o> option is used to specify a filename.
 
-The B<llvm-link> command attempts to load the input files from the current
-directory.  If that fails, it looks for each file in each of the directories
-specified by the B<-L> options on the command line.  The library search paths
-are global; each one is searched for every input file if necessary.  The
-directories are searched in the order they were specified on the command line.
+B<llvm-link> attempts to load the input files from the current directory.  If
+that fails, it looks for each file in each of the directories specified by the
+B<-L> options on the command line.  The library search paths are global; each
+one is searched for every input file if necessary.  The directories are searched
+in the order they were specified on the command line.
 
 =head1 OPTIONS
 
@@ -65,11 +65,10 @@ occurs, it will exit with a non-zero value.
 
 =head1 SEE ALSO
 
-L<gccld>
+L<gccld|gccld>
 
 =head1 AUTHORS
 
-Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+Maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut
-