[llvm-commits] CVS: llvm/docs/SystemLibrary.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Jul 21 11:02:53 PDT 2004
Changes in directory llvm/docs:
SystemLibrary.html updated: 1.2 -> 1.3
---
Log message:
Delete extra space; add <p> tags around text within a <div>
---
Diffs of the changes: (+5 -3)
Index: llvm/docs/SystemLibrary.html
diff -u llvm/docs/SystemLibrary.html:1.2 llvm/docs/SystemLibrary.html:1.3
--- llvm/docs/SystemLibrary.html:1.2 Sat Jul 17 13:50:19 2004
+++ llvm/docs/SystemLibrary.html Wed Jul 21 13:02:43 2004
@@ -7,9 +7,11 @@
</head>
<body>
-<div class="doc_title"> System Library</div>
+<div class="doc_title">System Library</div>
-<div class="doc_warning">Warning: This document is a work in progress.</div>
+<div class="doc_warning">
+ <p>Warning: This document is a work in progress.</p>
+</div>
<ul>
<li><a href="#abstract">Abstract</a></li>
@@ -195,7 +197,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/07/17 18:50:19 $
+ Last modified: $Date: 2004/07/21 18:02:43 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list