Clean up some formatting
authorBill Wendling <isanbard@gmail.com>
Mon, 16 Jul 2007 08:46:40 +0000 (08:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 16 Jul 2007 08:46:40 +0000 (08:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39916 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 143c7a34c6ec7119a8797f3506c2e75c9548f424..7c81ec074e64d331e6aca3771f26865c8a3568ee 100644 (file)
@@ -1140,10 +1140,9 @@ named after the build type:</p>
 
 <p>
 If you're running on a Linux system that supports the "<a
-  href="http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html">
-  binfmt_misc</a>"
+href="http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html">binfmt_misc</a>"
 module, and you have root access on the system, you can set your system up to
-execute LLVM bitcode files directly.  To do this, use commands like this (the
+execute LLVM bitcode files directly. To do this, use commands like this (the
 first command may not be required if you are already using the module):</p>
 
 <div class="doc_code">