diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index ac148f78634..7a677d34315 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -154,7 +154,7 @@
-
The
llvm-config
tool is a perl script that produces on its output
+
The llvm-config tool is a perl script that produces on its output
various kinds of information. For example, the source or object directories
used to build LLVM can be accessed by passing options to llvm-config.
For complete details on this tool, please see the
@@ -167,15 +167,15 @@
--ldflags. This generates the command line options necessary to
be passed to the ld tool in order to link with LLVM. Most notably,
the -L option is provided to specify a library search directory
- that contains the LLVM libraries.
+ that contains the LLVM libraries.
--libs. This generates command line options suitable for
use with a gcc-style linker. That is, libraries are given with a -l option
and object files are given with a full path.
--libnames. This generates a list of just the library file
names. If you know the directory in which these files reside (see --ldflags)
then you can find the libraries there.
-
--libfiles. This generates the full path names of the
- LLVM library files.
+
--libfiles. This generates the full path names of the
+ LLVM library files.
If you wish to delve further into how llvm-config generates the
correct order (based on library dependencies), please see the tool named
@@ -277,8 +277,7 @@
libLLVMSystem.a
libLLVMbzip2.a
-
libLLVMSystem.a
+
libLLVMSystem.a
libLLVMTarget.a
- libLLVMCodeGen.a
- libLLVMCore.a
@@ -300,8 +299,7 @@
- libLLVMTarget.a
- libLLVMTransformUtils.a
-
libLLVMbzip2.a
+
libLLVMbzip2.a
libLLVMipa.a
- libLLVMAnalysis.a
- libLLVMCore.a