Add a missing <div>
authorReid Spencer <rspencer@reidspencer.com>
Wed, 5 Jan 2005 18:21:39 +0000 (18:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 5 Jan 2005 18:21:39 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19297 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SystemLibrary.html

index 8dbb0d67d32ab8fe06d6417cdc4e5cdca52c39b9..8d85688541950662ebfc235789d05d30f1c83bd7 100644 (file)
@@ -94,6 +94,7 @@
 <!-- ======================================================================= -->
 <div class="doc_subsection"><a name="expose">Don't Expose System Headers</a>
 </div>
+<div class="doc_text">
   <p>The System Library must shield LLVM from <em>all</em> system headers. To 
   obtain system level functionality, LLVM source must 
   <tt>#include "llvm/System/Thing.h"</tt> and nothing else. This means that 
 </div>
 
 <!-- ======================================================================= -->
-<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a>
-</div>
+<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a></div>
 <div class="doc_text">
   <p>The <em>standard</em> C headers (the ones beginning with "c") are allowed
   to be exposed through the <tt>lib/System</tt> interface. These headers and