aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-05-12 19:25:59 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-05-12 19:25:59 +0000
commitb9be2bf270f931b2776bf7543515c6e198213875 (patch)
tree9b80aa47ceb49be2040452f840cb3415778f9963
parent828737355af1081677090e3c61ff27363a636efc (diff)
Make file standard-compliant once again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13504 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html31
1 files changed, 10 insertions, 21 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 41cb1b98c9..69c552f82f 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -282,7 +282,7 @@ LLVM:</p>
These are needed to use the LLVM test suite. Please note that newer
versions of QMTest may not work with the LLVM test suite. QMTest 2.0.3
can be retrieved from the QMTest CVS repository using the following
- commands:
+ commands:</p>
<ul>
<li><tt>cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository login</tt>
</li>
@@ -291,7 +291,7 @@ LLVM:</p>
<li><tt>cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt>
</li>
</ul>
- </p></li>
+ </li>
</ul>
@@ -446,27 +446,16 @@ revision), you can specify a label. The following releases have the following
label:</p>
<ul>
- <li>
- Release 1.2: <b>RELEASE_12</b>
- </li>
-
- <li>
- Release 1.1: <b>RELEASE_11</b>
- </li>
-
- <li>
- Release 1.0: <b>RELEASE_1</b>
- </li>
+<li>Release 1.2: <b>RELEASE_12</b></li>
+<li>Release 1.1: <b>RELEASE_11</b></li>
+<li>Release 1.0: <b>RELEASE_1</b></li>
</ul>
-<p>
-If you would like to get the GCC front end source code, you can also get it
-from the CVS repository:
-<ul>
- <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co
- llvm-gcc</tt>
-</ul>
-</p>
+<p>If you would like to get the GCC front end source code, you can also get it
+from the CVS repository:</p>
+
+<pre>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+</pre>
</div>