From 98fcc88bfa49a40041e3c4395038ba69bced34a8 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 15 Nov 2004 20:36:39 +0000 Subject: [PATCH] No need for the verbose `the llvm-link command' when simply `llvm-link' will do git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17845 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-link.pod | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/CommandGuide/llvm-link.pod b/docs/CommandGuide/llvm-link.pod index 4ad1f254743..3c12cf9bdf6 100644 --- a/docs/CommandGuide/llvm-link.pod +++ b/docs/CommandGuide/llvm-link.pod @@ -10,15 +10,15 @@ B [I] I =head1 DESCRIPTION -The B 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 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 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 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 @@ -72,4 +72,3 @@ L Maintained by the LLVM Team (L). =cut -