Index: /trunk/source/doc/ccl-documentation.html
===================================================================
--- /trunk/source/doc/ccl-documentation.html	(revision 15045)
+++ /trunk/source/doc/ccl-documentation.html	(revision 15046)
@@ -6,5 +6,5 @@
     <title>Clozure CL Documentation</title>
     <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
-    <link rel="home" href="#id513525" title="Clozure CL Documentation" />
+    <link rel="home" href="#id540627" title="Clozure CL Documentation" />
     <link rel="next" href="#about-ccl" title="ChapterÂ 1.Â About Clozure CL" />
   </head>
@@ -14,5 +14,5 @@
         <div>
           <div>
-            <h1 class="title"><a id="id513525"></a>Clozure CL Documentation</h1>
+            <h1 class="title"><a id="id540627"></a>Clozure CL Documentation</h1>
           </div>
         </div>
@@ -98,15 +98,20 @@
               <dt>
                 <span class="sect1">
-                  <a href="#Building-Everything">3.3. Building Everything</a>
+                  <a href="#Kernel-build-prerequisites">3.3. Kernel Build Prerequisites</a>
                 </span>
               </dt>
               <dt>
                 <span class="sect1">
-                  <a href="#Building-the-kernel">3.4. Building the kernel</a>
+                  <a href="#Building-Everything">3.4. Building Everything</a>
                 </span>
               </dt>
               <dt>
                 <span class="sect1">
-                  <a href="#Building-the-heap-image">3.5. Building the heap image</a>
+                  <a href="#Building-the-kernel">3.5. Building the Kernel</a>
+                </span>
+              </dt>
+              <dt>
+                <span class="sect1">
+                  <a href="#Building-the-heap-image">3.6. Building the Heap Image</a>
                 </span>
               </dt>
@@ -950,25 +955,40 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#linuxppc">2.1.1. LinuxPPC</a>
+                    <a href="#ports32vs64">2.1.1. 32- vs 64-bit versions</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#linuxx86">2.1.2. Linux x86</a>
+                    <a href="#x86sse2">2.1.2. 32-bit x86 versions require SSE2</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#freebsdx86">2.1.3. FreeBSD x86</a>
+                    <a href="#linuxppc">2.1.3. LinuxPPC</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#macosx">2.1.4. Mac OS X (ppc and x86)</a>
+                    <a href="#linuxx86">2.1.4. Linux x86</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#windows">2.1.5. Microsoft Windows</a>
+                    <a href="#linuxarm">2.1.5. Linux ARM v7</a>
+                  </span>
+                </dt>
+                <dt>
+                  <span class="sect2">
+                    <a href="#freebsdx86">2.1.6. FreeBSD x86</a>
+                  </span>
+                </dt>
+                <dt>
+                  <span class="sect2">
+                    <a href="#macosx">2.1.7. Mac OS X x86</a>
+                  </span>
+                </dt>
+                <dt>
+                  <span class="sect2">
+                    <a href="#windows">2.1.8. Microsoft Windows</a>
                   </span>
                 </dt>
@@ -989,10 +1009,15 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#obtaining-via-svn">2.2.2. Getting Clozure CL with Subversion</a>
+                    <a href="#obtaining-via-tarballs">2.2.2. Tarballs</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#obtaining-via-tarballs">2.2.3. Tarballs</a>
+                    <a href="#obtaining-via-svn">2.2.3. Getting Clozure CL with Subversion</a>
+                  </span>
+                </dt>
+                <dt>
+                  <span class="sect2">
+                    <a href="#Rebuilding-CCL-From-Sources">2.2.4. Rebuilding Clozure CL From Sources</a>
                   </span>
                 </dt>
@@ -1048,16 +1073,16 @@
             </div>
           </div>
-          <p xmlns="http://www.w3.org/1999/xhtml">As of this writing, Clozure CL 1.4 is the latest release; it was
-    made in October 2009.  For up-to-date information about releases,
+          <p xmlns="http://www.w3.org/1999/xhtml">As of this writing, Clozure CL 1.7 is the latest release; it was
+    made in August 2011.  For up-to-date information about releases,
     please see <a class="ulink" href="http://ccl.clozure.com/" target="_top">http://ccl.clozure.com/</a>.
     </p>
-          <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL runs on the following platforms:</p>
+          <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL 1.7 runs on the following platforms:</p>
           <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
             <ul class="itemizedlist" type="disc">
               <li class="listitem">
-                <p>Linux (x86, x86-64, ppc32, ppc64)</p>
+                <p>Linux (x86, x86-64, ppc32, ppc64, armv7)</p>
               </li>
               <li class="listitem">
-                <p>Mac OS X 10.4 and later (x86, x86-64, ppc32, ppc64)</p>
+                <p>Mac OS X 10.5 and later (x86, x86-64)</p>
               </li>
               <li class="listitem">
@@ -1076,5 +1101,35 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="linuxppc"></a>2.1.1.Â LinuxPPC</h3>
+                  <h3 class="title"><a id="ports32vs64"></a>2.1.1.Â 32- vs 64-bit versions</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">Naturally, 64-bit versions of Clozure CL require 64-bit processors, 
+      for example, a G5 or Core 2.  Some early Intel-based Macintoshes
+      used processors that don't support
+      64-bit operation, so the 64-bit Clozure CL will not run on them, although
+      the 32-bit Clozure CL will.
+      </p>
+          </div>
+          <div class="sect2" lang="en" xml:lang="en">
+            <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+              <div>
+                <div>
+                  <h3 class="title"><a id="x86sse2"></a>2.1.2.Â 32-bit x86 versions require SSE2</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">The 32-bit x86 versions of Clozure CL depend on the presence of the SSE2 instructions.
+      Most x86 processors manufactured and sold in the last several years support SSE2 (all Apple Intel-based Macs do, for instance),
+      but there are some exceptions.
+      The <a class="ulink" href="http://en.wikipedia.org/wiki/SSE2" target="_top">Wikipedia article on SSE2</a> lists processor models that support SSE2
+      (and also mentions some of the more notable exceptions).
+      </p>
+          </div>
+          <div class="sect2" lang="en" xml:lang="en">
+            <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+              <div>
+                <div>
+                  <h3 class="title"><a id="linuxppc"></a>2.1.3.Â LinuxPPC</h3>
                 </div>
               </div>
@@ -1088,5 +1143,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="linuxx86"></a>2.1.2.Â Linux x86</h3>
+                  <h3 class="title"><a id="linuxx86"></a>2.1.4.Â Linux x86</h3>
                 </div>
               </div>
@@ -1103,5 +1158,33 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="freebsdx86"></a>2.1.3.Â FreeBSD x86</h3>
+                  <h3 class="title"><a id="linuxarm"></a>2.1.5.Â Linux ARM v7</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">The Linux ARM port is relatively new and is still a work-in-progress.
+      Clozure CL
+needs some features (such as hardware floating-point, locking and
+memory-serialization primitives) that are only found in chips
+that implement architecture version 7 (ARMv7); technically, it needs
+the ARMv7 "application profile", which is sometimes called ARMv7a.
+
+In practice, <span class="emphasis"><em>most</em></span> ARM consumer devices released in the last few
+years implement ARMv7, but there are exceptions, and it is 
+not practical to enumerate all of the ARM devices that CCL should
+run on.
+      </p>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+In addition to hardware issues, Clozure CL expects Linux to run in little-endian
+mode and expects software to follow "soft float" calling conventions.
+The latter has to do with how C functions accept floating-point arguments
+and return floating-point values.
+
+      </p>
+          </div>
+          <div class="sect2" lang="en" xml:lang="en">
+            <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+              <div>
+                <div>
+                  <h3 class="title"><a id="freebsdx86"></a>2.1.6.Â FreeBSD x86</h3>
                 </div>
               </div>
@@ -1116,17 +1199,11 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="macosx"></a>2.1.4.Â Mac OS X (ppc and x86)</h3>
-                </div>
-              </div>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml"> Clozure CL runs under Mac OS X versions 10.4 and later.  Post-1.4
-      versions will require at least 10.5.
+                  <h3 class="title"><a id="macosx"></a>2.1.7.Â Mac OS X x86</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml"> Clozure CL 1.7 runs on Mac OS X (x86) versions 10.5 and later, including 10.7 (Lion),
       </p>
-            <p xmlns="http://www.w3.org/1999/xhtml">64-bit versions of Clozure CL naturally require 64-bit processors
-      (e.g., a G5 or Core 2 processor).  Some early Intel-based Macintoshes
-      used processors that don't support
-      64-bit operation, so the 64-bit Clozure CL will not run on them, although
-      the 32-bit Clozure CL will.
-      </p>
+            <p xmlns="http://www.w3.org/1999/xhtml"> Clozure CL 1.6 runs on Mac OS X PPC as well as x86 processors.</p>
           </div>
           <div class="sect2" lang="en" xml:lang="en">
@@ -1134,5 +1211,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="windows"></a>2.1.5.Â Microsoft Windows</h3>
+                  <h3 class="title"><a id="windows"></a>2.1.8.Â Microsoft Windows</h3>
                 </div>
               </div>
@@ -1151,5 +1228,5 @@
             </div>
           </div>
-          <p xmlns="http://www.w3.org/1999/xhtml">There two main ways to obtain Clozure CL.  For Mac OS X,
+          <p xmlns="http://www.w3.org/1999/xhtml">There are three ways to obtain Clozure CL.  For Mac OS X,
     there are disk images that can be used to install Clozure CL in
     the usual Macintosh way. For other OSes, Subversion is the best
@@ -1161,6 +1238,7 @@
           <p xmlns="http://www.w3.org/1999/xhtml"> There are three popular ways to use Clozure CL: as a
       stand-alone double-clickable application (Mac OS X only), as a
-      command-line application, or with Emacs and SLIME. The following
-      sections describe these options.</p>
+      command-line application, or with Emacs and SLIME.
+    </p>
+          <p xmlns="http://www.w3.org/1999/xhtml">The following sections describe these options.</p>
           <div class="sect2" lang="en" xml:lang="en">
             <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
@@ -1176,6 +1254,6 @@
 	 or wherever you wish.
          After that you can double-click the Clozure CL application found
-	 inside the ccl directory.  The disk images are available at
-         <a class="ulink" href="ftp://clozure.com/pub/release/1.4/" target="_top">ftp://clozure.com/pub/release/1.4/</a> </p>
+	 inside the ccl directory.  The disk images for version 1.7 are available at
+         <a class="ulink" href="ftp://clozure.com/pub/release/1.7/" target="_top">ftp://clozure.com/pub/release/1.7/</a> </p>
             <p xmlns="http://www.w3.org/1999/xhtml">So that Clozure CL can locate its source code, and for other
         reasons explained in
@@ -1195,10 +1273,26 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="obtaining-via-svn"></a>2.2.2.Â Getting Clozure CL with Subversion</h3>
-                </div>
-              </div>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml">It is very easy to download, install, and build Clozure CL
-      using Subversion. This is the preferred way to get either the
+                  <h3 class="title"><a id="obtaining-via-tarballs"></a>2.2.2.Â Tarballs</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">Tarball distributions of Clozure CL release version 1.7 are available at
+      <a class="ulink" href="ftp://clozure.com/pub/release/1.7/" target="_top">ftp://clozure.com/pub/release/1.7/</a>.
+      Download and extract
+      one on your local disk.  Then edit the Clozure CL shell script to set
+      the value of <em class="varname">CCL_DEFAULT_DIRECTORY</em> and start
+      up the appropriate Clozure CL kernel. See <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1.Â The ccl Shell Script">SectionÂ 2.3.1, âThe ccl Shell Scriptâ</a> for more information about the
+      Clozure CL shell scripts.</p>
+          </div>
+          <div class="sect2" lang="en" xml:lang="en">
+            <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+              <div>
+                <div>
+                  <h3 class="title"><a id="obtaining-via-svn"></a>2.2.3.Â Getting Clozure CL with Subversion</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">It is very easy to download and configure Clozure CL to obtain sources from the Subversion repository.
+      This is the preferred way to get either the
       latest, or a specific version of Clozure CL, unless you prefer
       the Mac Way.  Subversion is a source code control system that is
@@ -1207,121 +1301,25 @@
       sources and binaries can be retrieved with a single Subversion command.
       </p>
-            <p xmlns="http://www.w3.org/1999/xhtml">Day-to-day development of Clozure CL takes place in an area
-      of the Subversion repository known as the trunk.  At most times,
-      the trunk is perfectly usable, but occasionally it can be unstable
-      or totally broken.  If you wish to live on the 
-      bleeding edge, the following command will fetch a copy of the trunk
-      for Darwin x86 (both 32- and 64-bit versions):
-      </p>
-            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-          
-svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl
-        </pre>
-            <p xmlns="http://www.w3.org/1999/xhtml">
-	  To get a trunk Clozure CL for another platform, replace
-	  "darwinx86" with one of the following names (all versions
-	  include both 32- and 64-bit binaries):
-	</p>
-            <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
-              <ul class="itemizedlist" type="disc">
-                <li class="listitem">
-                  <p>darwinx86</p>
-                </li>
-                <li class="listitem">
-                  <p>linuxx86</p>
-                </li>
-                <li class="listitem">
-                  <p>freebsdx86</p>
-                </li>
-                <li class="listitem">
-                  <p>solarisx86</p>
-                </li>
-                <li class="listitem">
-                  <p>windows</p>
-                </li>
-                <li class="listitem">
-                  <p>linuxppc</p>
-                </li>
-                <li class="listitem">
-                  <p>darwinppc</p>
-                </li>
-              </ul>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml">Release versions of Clozure CL are intended to be stable.  While
-	bugs will be fixed in the release branches, enhancements
-	and new features will go into the trunk.  To get the 1.4 release
-	of Clozure CL type:</p>
-            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-          
-svn co http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl
-        </pre>
-            <p xmlns="http://www.w3.org/1999/xhtml">The above command will fetch the complete sources and binaries
-        for the Darwin x86 build of Clozure CL. To get a Clozure CL for another platform,
-	replace "darwinx86" with one of the following names (all versions
-	include both 32- and 64-bit binaries):</p>
-            <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
-              <ul class="itemizedlist" type="disc">
-                <li class="listitem">
-                  <p>darwinx86</p>
-                </li>
-                <li class="listitem">
-                  <p>linuxx86</p>
-                </li>
-                <li class="listitem">
-                  <p>freebsdx86</p>
-                </li>
-                <li class="listitem">
-                  <p>solarisx86</p>
-                </li>
-                <li class="listitem">
-                  <p>windows</p>
-                </li>
-                <li class="listitem">
-                  <p>linuxppc</p>
-                </li>
-                <li class="listitem">
-                  <p>darwinppc</p>
-                </li>
-              </ul>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml">These distributions contain complete sources and
-        binaries. They use Subversion's "externals" features to share
-        common sources; the majority of source code is the same across
-        all versions.</p>
-            <p xmlns="http://www.w3.org/1999/xhtml">Once the checkout is complete you can build Clozure CL by
-        running the lisp kernel and executing
-        the <code class="literal">rebuild-ccl</code> function. For
-        example:</p>
-            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-          
-joe:ccl&gt; ./dx86cl64
-Welcome to Clozure Common Lisp Version 1.2  (DarwinX8664)!
-? (rebuild-ccl :full t)
-
-&lt;lots of compilation output&gt;
-
-  ? (quit)
-  joe:ccl&gt;
-        </pre>
-            <p xmlns="http://www.w3.org/1999/xhtml">
-	  If you don't have a C compiler toolchain installed,
-	  <code class="literal">rebuild-ccl</code> will not work.  Please
-	  refer to <a class="xref" href="#building-ccl-from-source" title="ChapterÂ 3.Â Building Clozure CL from its Source Code">ChapterÂ 3, <i>Building Clozure CL from its Source Code</i></a> for
-	  addtional details.
-	</p>
+            <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
+              <h3 class="title">Note</h3>
+              <p>Unless stated otherwise, examples in this chapter are given for Mac OS X in particular
+        or Unix-based host environments in general.
+        </p>
+              <p>For Windows, special care must be taken to install a working development environment.
+        For more information see the Clozure CL Wiki at URL: <a class="ulink" href="http://trac.clozure.com/ccl/wiki/WindowsNotes" target="_top">http://trac.clozure.com/ccl/wiki/WindowsNotes</a>
+        </p>
+            </div>
             <div class="sect3" lang="en" xml:lang="en">
               <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
                 <div>
                   <div>
-                    <h4 class="title"><a id="Checking-Subversion-Installation"></a>2.2.2.1.Â Checking Subversion Installation</h4>
+                    <h4 class="title"><a id="Checking-Subversion-Installation"></a>2.2.3.1.Â Checking Subversion Installation</h4>
                   </div>
                 </div>
               </div>
-              <p xmlns="http://www.w3.org/1999/xhtml">If <code class="literal">svn co</code> doesn't work, then make sure
-      that Subversion is installed on your system.  Bring up a command
+              <p xmlns="http://www.w3.org/1999/xhtml">Make sure that Subversion is installed on your system.  Bring up a command
       line shell and type:
         </p>
               <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-          
 shell&gt; svn
         </pre>
@@ -1330,5 +1328,4 @@
         </p>
               <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-          
 Type 'svn help' for usage
         </pre>
@@ -1338,5 +1335,4 @@
         </p>
               <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-          
 -bash: svn: command not found
         </pre>
@@ -1345,6 +1341,119 @@
         to install it on your OS. You can find information about
         obtaining and installing Subversion at
-        the <a class="ulink" href="http://subversion.tigris.org/project_packages.html" target="_top">Subversion
-        Packages page</a>.</p>
+        the <a class="ulink" href="http://subversion.tigris.org" target="_top">Subversion
+        web page</a>.</p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="Downloading-CCL"></a>2.2.3.2.Â Downloading Clozure CL Using Subversion</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">Before you download Clozure CL you should consider:
+      Do you want to run the most recent source code, or the current stable release version?
+      If you don't know how to answer this question, then you probably want the release version.
+      </p>
+              <div class="sect4" lang="en" xml:lang="en">
+                <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                  <div>
+                    <div>
+                      <h5 class="title"><a id="Downloading-CCL-Trunk"></a>2.2.3.2.1.Â Downloading the Trunk</h5>
+                    </div>
+                  </div>
+                </div>
+                <p xmlns="http://www.w3.org/1999/xhtml">Day-to-day development of Clozure CL takes place in an area
+      of the Subversion repository known as "the trunk".  At most times,
+      the trunk is perfectly usable, but occasionally it can be unstable
+      or totally broken.
+      If you wish to live on the bleeding edge, download sources from the trunk.
+      </p>
+                <p xmlns="http://www.w3.org/1999/xhtml"> For example, the following command will fetch a copy of the trunk
+      for Mac OS X (Darwin) with x86 processors (both 32- and 64-bit versions):
+      </p>
+                <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl
+         </pre>
+                <p xmlns="http://www.w3.org/1999/xhtml">
+	  To get a trunk Clozure CL for another platform, replace
+	  "darwinx86" with one of the following names (all versions
+	  include both 32- and 64-bit binaries):
+	</p>
+                <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
+                  <ul class="itemizedlist" type="disc">
+                    <li class="listitem">
+                      <p>darwinx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>linuxx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>freebsdx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>solarisx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>windows</p>
+                    </li>
+                    <li class="listitem">
+                      <p>linuxppc</p>
+                    </li>
+                    <li class="listitem">
+                      <p>darwinppc</p>
+                    </li>
+                  </ul>
+                </div>
+              </div>
+              <div class="sect4" lang="en" xml:lang="en">
+                <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                  <div>
+                    <div>
+                      <h5 class="title"><a id="Downloading-CCL-Release"></a>2.2.3.2.2.Â Downloading a Release Version</h5>
+                    </div>
+                  </div>
+                </div>
+                <p xmlns="http://www.w3.org/1999/xhtml">Release versions of Clozure CL are intended to be stable.  While
+	bugs will be fixed in the release branches, enhancements
+	and new features will go into the trunk.
+        If you wish to run the stable release,
+        the following command will fetch a copy of the release version 1.7
+	for Mac OS X (Darwin) with x86 processors (both 32- and 64-bit versions):
+        </p>
+                <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/release/1.7/darwinx86/ccl
+          </pre>
+                <p xmlns="http://www.w3.org/1999/xhtml">To get the release version of Clozure CL  for another platform,
+	replace "darwinx86" with one of the following names:
+        </p>
+                <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
+                  <ul class="itemizedlist" type="disc">
+                    <li class="listitem">
+                      <p>darwinx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>linuxx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>freebsdx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>solarisx86</p>
+                    </li>
+                    <li class="listitem">
+                      <p>windows</p>
+                    </li>
+                    <li class="listitem">
+                      <p>linuxppc</p>
+                    </li>
+                    <li class="listitem">
+                      <p>darwinppc</p>
+                    </li>
+                  </ul>
+                </div>
+                <p xmlns="http://www.w3.org/1999/xhtml">These distributions contain complete sources and
+        binaries. They use Subversion's "externals" features to share
+        common sources; the majority of source code is the same across
+        all versions.</p>
+              </div>
             </div>
           </div>
@@ -1353,13 +1462,255 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="obtaining-via-tarballs"></a>2.2.3.Â Tarballs</h3>
-                </div>
-              </div>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml">Tarballs are available at <a class="ulink" href="ftp://clozure.com/pub/release/1.4/" target="_top">ftp://clozure.com/pub/release/1.4/</a>.  Download and extract
-      one on your local disk.  Then edit the Clozure CL shell script to set
-      the value of <em class="varname">CCL_DEFAULT_DIRECTORY</em> and start
-      up the appropriate Clozure CL kernel. See <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1.Â The ccl Shell Script">SectionÂ 2.3.1, âThe ccl Shell Scriptâ</a> for more information about the
-      Clozure CL shell scripts.</p>
+                  <h3 class="title"><a id="Rebuilding-CCL-From-Sources"></a>2.2.4.Â Rebuilding Clozure CL From Sources</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">This section explains how to peform a "full rebuild" of Clozure CL from a source distribution.</p>
+            <p xmlns="http://www.w3.org/1999/xhtml">After downloading Clozure CL sources, you should rebuild Clozure CL as described here.
+    At the start of a full rebuild, object files in the <code class="literal">ccl</code> directory are deleted,
+    which causes the build script to recompile the runtime kernel (C code) and high-level sources (Lisp),
+    then save a new heap image.
+    Doing a full rebuild helps to ensure that your local installation will run properly for your host OS environment.
+    </p>
+            <p xmlns="http://www.w3.org/1999/xhtml">In an interactive shell, a command sequence like the following will rebuild Clozure CL in place:
+
+    </p>
+            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
+joe&gt; cd <em class="replaceable"><code>/path/to/installed/ccl</code></em>
+joe:ccl&gt; ./<em class="replaceable"><code>kernel-filename</code></em> --no-init
+Welcome to Clozure Common Lisp Version [...]
+? (rebuild-ccl :full t)
+&lt;...lots of compilation output...&gt;
+? (quit)
+joe:ccl&gt;
+    </pre>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+    </p>
+            <p xmlns="http://www.w3.org/1999/xhtml">Replace <em class="replaceable"><code>/path/to/installed/ccl</code></em> with the path of the <code class="literal">ccl</code> directory
+    that you downloaded.</p>
+            <p xmlns="http://www.w3.org/1999/xhtml">Replace <em class="replaceable"><code>kernel-filename</code></em> with the filename of the Lisp kernel program.
+    To find the filename of a Lisp kernel image for your particular platform, see <a class="xref" href="#filename_conventions" title="3.1.1.Â Platform-specific filename conventions">SectionÂ 3.1.1, âPlatform-specific filename conventionsâ</a>.
+    </p>
+            <p xmlns="http://www.w3.org/1999/xhtml">The rest of this section covers the following topics in brief:
+    </p>
+            <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
+              <ul class="itemizedlist" type="disc">
+                <li class="listitem">
+                  <p>
+                    <a class="link" href="#Rebuilding-CCL-Requirements" title="2.2.4.1.Â Software Requirements for Building Clozure CL">Software prerequisites</a>
+                  </p>
+                </li>
+                <li class="listitem">
+                  <p>
+                    <a class="link" href="#When-Rebuild-CCL" title="2.2.4.2.Â When to Rebuild Clozure CL From Sources">When to run the build process</a>
+                  </p>
+                </li>
+                <li class="listitem">
+                  <p>
+                    <a class="link" href="#Rebuild-CCL-Overview" title="2.2.4.3.Â Rebuilding Clozure CL Using REBUILD-CCL">Using <code class="literal">ccl-rebuild</code></a>
+                  </p>
+                </li>
+                <li class="listitem">
+                  <p>
+                    <a class="link" href="#Rebuild-Process-Steps-Summary" title="2.2.4.4.Â Summary of the Build Process Steps">What happens during the full rebuild process</a>
+                  </p>
+                </li>
+              </ul>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+    </p>
+            <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
+              <h3 class="title">Note</h3>
+              <p>This section does <span class="emphasis"><em>not</em></span> provide comprehensive documentation on the build process.
+    Please refer to <a class="xref" href="#building-ccl-from-source" title="ChapterÂ 3.Â Building Clozure CL from its Source Code">ChapterÂ 3, <i>Building Clozure CL from its Source Code</i></a> for more information.
+    Those more detailed instructions are used mainly by developers who maintain, customize, and/or port Clozure CL.
+    If you are customizing Clozure CL, or if you run into some exceptional situation,
+    you may need to perform the individual build steps.
+    </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="Rebuilding-CCL-Requirements"></a>2.2.4.1.Â Software Requirements for Building Clozure CL</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">In order to build Clozure CL you must have a working system and development environment.
+    There are different requirements and setup procedures for each platform, but the main requirement is to have
+    a C compiler and a few other utilities:
+    GNU <code class="literal">gcc</code> or <code class="literal">cc</code> with <code class="literal">ld</code> and <code class="literal">as</code>;
+    <code class="literal">make</code>; and <code class="literal">m4</code>.
+    Please refer to <a class="xref" href="#building-ccl-from-source" title="ChapterÂ 3.Â Building Clozure CL from its Source Code">ChapterÂ 3, <i>Building Clozure CL from its Source Code</i></a> for details.
+    </p>
+              <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
+                <h3 class="title">Note</h3>
+                <p>If you don't have the prerequisite C compiler toolchain installed, <code class="literal">rebuild-ccl</code> will not work.
+    See <a class="xref" href="#Kernel-build-prerequisites" title="3.3.Â Kernel Build Prerequisites">SectionÂ 3.3, âKernel Build Prerequisitesâ</a> for additional details.
+    </p>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">Most distributions of Linux have all or most of the required development tools either pre-installed
+    or readily available.
+    On Debian-based Linux you can download and install the essential build tools using the package manager.
+    For example: </p>
+              <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">apt-get install build-essential</pre>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+    (You may need to install C header files separately.)
+    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">For Mac OS X, Xcode 4 is available from the App Store.</p>
+              <p xmlns="http://www.w3.org/1999/xhtml">For Windows, follow the procedure outlined in the Clozure CL Wiki
+    at URL: <a class="ulink" href="http://trac.clozure.com/ccl/wiki/WindowsNotes" target="_top">http://trac.clozure.com/ccl/wiki/WindowsNotes</a>
+    </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="When-Rebuild-CCL"></a>2.2.4.2.Â When to Rebuild Clozure CL From Sources</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">The most common scenario that requires a full rebuild is the standard installation after downloading the source tree.
+    Users and application developers (who otherwise have no special build requirements)
+    will generally need to run the full rebuild process just once
+    for any given installation on a particular host system.
+    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">Another common scenario is installing a patch update:
+    You can use Subversion (<code class="literal">svn update</code>) to download a more recent set of source files.
+    (Be sure to download sources from the same path and branch in the source repository.)
+    Then run a full rebuild to create new kernel and heap images.
+    If you are running Clozure CL from the trunk, you may need to update sources and run the full rebuild more often.
+    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">Another reason to do a full rebuild is to ensure that Clozure CL will run properly in the host OS environment.
+    This may be necessary, for example, when the target OS version
+    is not identical to the one where the pre-built kernel was generated.
+    The Lisp kernel uses some functionality defined in standard platform-provided libraries.
+    On some platforms, applications (such as the Lisp kernel) are built in
+    such a way as to depend on the specific versions of these libraries that were
+    present at build time, and may not run on systems that have older or newer versions
+    of these libraries.
+    If you're affected by this, the simplest workaround is to build the Lisp kernel
+    on the machine(s) that you intend to run it on and use that locally-built kernel instead of one distributed via Subversion.
+    </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="Rebuild-CCL-Overview"></a>2.2.4.3.Â Rebuilding Clozure CL Using REBUILD-CCL</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">Once the checkout is complete, and provided that you have a working development setup,
+    you can build Clozure CL by running the Lisp kernel (an OS-native executable program)
+    and running <span class="function"><strong>REBUILD-CCL</strong></span> in Lisp.
+    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">For example, to build a 64-bit Clozure CL on Mac OS X: 
+
+    </p>
+              <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
+joe:ccl&gt; ./dx86cl64 --no-init
+Welcome to Clozure Common Lisp Version 1.7  (DarwinX8664)!
+? (rebuild-ccl :full t)
+Rebuilding Clozure Common Lisp using Version 1.7  (DarwinX8664)
+;Building lisp-kernel ...
+;Kernel built successfully.
+;Compiling &lt;...&gt;
+;Loading &lt;...&gt;
+
+&lt;...lots of compilation output...&gt;
+
+;Wrote bootstrapping image: #P"/Users/joe/ccl/x86-boot64.image"
+;Wrote heap image: #P"/Users/joe/ccl/dx86cl64.image"
+NIL
+? (quit)
+joe:ccl&gt;
+    </pre>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">If the build fails for any reason, the kernel and/or heap image files may be missing or corrupted.
+    To recover, delete the image files and update the source directory from Subversion.
+    For example:
+
+    </p>
+              <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
+joe:ccl&gt; rm dx86cl*
+joe:ccl&gt; svn update
+&lt;... lots of Subversion output...&gt;
+joe:ccl&gt; ./dx86cl64 --no-init
+Welcome to Clozure Common Lisp Version 1.7  (DarwinX8664)!
+? (rebuild-ccl :full t)
+&lt;... lots of compilation output...&gt;
+? (quit)
+joe:ccl&gt; 
+
+    </pre>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+    Follow this same procedure to perform the fuil rebuild from scratch, for example
+    in the case where the saved Lisp image contains code that was loaded inadvertently.
+    (Classic mistake: forgetting to specify the <code class="literal">--no-init</code> command option.)
+    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">Once the full rebuild is completed, you can run the new Lisp kernel from the command shell.
+    However, running the OS- and processor-specific executable directly is not recommended
+    for day-to-day use.
+    Clozure CL includes the <code class="literal">ccl</code> and <code class="literal">ccl64</code> command shell scripts.
+    For details on configuring a shell script for your environment, see <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1.Â The ccl Shell Script">SectionÂ 2.3.1, âThe ccl Shell Scriptâ</a>.
+    </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="Rebuild-Process-Steps-Summary"></a>2.2.4.4.Â Summary of the Build Process Steps</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">Should the build fail, your first concern should be to confirm that all requirements are in place:
+    the C compiler, utilities, and OS header files;
+    source files for the trunk or release branch you want to build;
+    and the Lisp kernel and heap image files.
+    For assistance with trouble-shooting, here is an outline of the full build process,
+    with links to the more detailed instructions in <a class="xref" href="#building-ccl-from-source" title="ChapterÂ 3.Â Building Clozure CL from its Source Code">ChapterÂ 3, <i>Building Clozure CL from its Source Code</i></a>.
+    </p>
+              <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
+                <ul class="itemizedlist" type="disc">
+                  <li class="listitem">
+                    <p>Build the Lisp kernel (<a class="xref" href="#Building-the-kernel" title="3.5.Â Building the Kernel">SectionÂ 3.5, âBuilding the Kernelâ</a>)</p>
+                  </li>
+                  <li class="listitem">
+                    <p>Build the heap image (<a class="xref" href="#Building-the-heap-image" title="3.6.Â Building the Heap Image">SectionÂ 3.6, âBuilding the Heap Imageâ</a>)</p>
+                    <div class="itemizedlist">
+                      <ul class="itemizedlist" type="circle">
+                        <li class="listitem">
+                          <p>Create a bootstrapping heap image (<a class="xref" href="#Generating-a-bootstrapping-image" title="3.6.2.Â Generating a bootstrapping image">SectionÂ 3.6.2, âGenerating a bootstrapping imageâ</a>)</p>
+                        </li>
+                        <li class="listitem">
+                          <p>Compile Lisp code to generate fasl files (<a class="xref" href="#Generating-fasl-files" title="3.6.3.Â Generating fasl files">SectionÂ 3.6.3, âGenerating fasl filesâ</a>)</p>
+                        </li>
+                        <li class="listitem">
+                          <p>Build a full image from bootstrapping image
+        (<a class="xref" href="#Building-a-full-image-from-a-bootstrapping-image" title="3.6.4.Â Building a full image from a bootstrapping image">SectionÂ 3.6.4, âBuilding a full image from a bootstrapping imageâ</a>)</p>
+                          <div class="itemizedlist">
+                            <ul class="itemizedlist" type="square">
+                              <li class="listitem">
+                                <p>Run new kernel with new bootstrapping image</p>
+                              </li>
+                              <li class="listitem">
+                                <p>Load Lisp code</p>
+                              </li>
+                              <li class="listitem">
+                                <p>Save a new full heap image</p>
+                              </li>
+                            </ul>
+                          </div>
+                        </li>
+                      </ul>
+                    </div>
+                  </li>
+                </ul>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+    </p>
+            </div>
           </div>
         </div>
@@ -1406,5 +1757,7 @@
         32-bit implementations of Clozure CL and
         <code class="literal">"ccl/scripts/ccl64"</code> is used to invoke
-        64-bit implementations.</p>
+        64-bit implementations.
+        Install one script or the other or both as needed.
+      </p>
             <p xmlns="http://www.w3.org/1999/xhtml">To use the script:</p>
             <div xmlns="http://www.w3.org/1999/xhtml" class="orderedlist">
@@ -1426,8 +1779,12 @@
             your <code class="literal">ccl</code> directory.  Alternately, set
             the value of the <code class="literal">CCL_DEFAULT_DIRECTORY</code>
-            environment variable in your .cshrc, .tcshrc,
-            .bashrc,.bash_profile, .MacOSX/environment.plist, or
-            wherever you usually set environment variables.  If there
-            is an existing definition of the variable, the ccl
+            environment variable
+            wherever you usually set per-user environment variables, in your
+            <code class="literal">.cshrc</code>, <code class="literal">.tcshrc</code>,
+            <code class="literal">.bashrc</code>, <code class="literal">.bash_profile</code>,
+            or <code class="literal">.MacOSX/environment.plist</code> script,
+            or system-wide in <code class="literal">/etc/profile</code> or <code class="literal">/etc/bashrc</code>.
+            When the ccl script runs, if the process environment contains
+            a definition of <code class="literal">CCL_DEFAULT_DIRECTORY</code>, the ccl
             script will not override it.
 	  </p>
@@ -1474,14 +1831,20 @@
             <p xmlns="http://www.w3.org/1999/xhtml">Once this is done, it should be possible to invoke Clozure CL
         by typing <code class="literal">ccl</code>
-        or <code class="literal">ccl64</code> at a shell prompt:</p>
+        or <code class="literal">ccl64</code> at a shell prompt:
+
+      </p>
             <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-&gt; ccl [args ...]
-Welcome to Clozure CL Version 1.2 (DarwinPPC32)!
+shell&gt; ccl
+Welcome to Clozure Common Lisp Version 1.7  (DarwinX8632)!
 ?
       </pre>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+      </p>
             <p xmlns="http://www.w3.org/1999/xhtml">The ccl shell script passes all of its arguments to the
       Clozure CL kernel.  See <a class="xref" href="#Invocation" title="2.3.2.Â Invocation">SectionÂ 2.3.2, âInvocationâ</a> for more
-      information about these arguments.  When invoked this way, the
-      Lisp should be able to initialize the <code class="literal">"ccl:"</code>
+      information about command-line arguments.
+      </p>
+            <p xmlns="http://www.w3.org/1999/xhtml">Assuming the shell script is configured and invoked properly, Clozure CL
+      should be able to initialize the <code class="literal">"ccl:"</code>
       logical host so that its translations refer to the
       <code class="literal">"ccl"</code> directory. To test this, you can call
@@ -1490,5 +1853,5 @@
             <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
 ? (probe-file "ccl:level-1;level-1.lisp")  ;returns the physical pathname of the file
-#P"/Users/alms/my_lisp_stuff/ccl/level-1/level-1.lisp"
+#P"/Users/joe/my_lisp_stuff/ccl/level-1/level-1.lisp"
       </pre>
           </div>
@@ -1503,11 +1866,15 @@
             <p xmlns="http://www.w3.org/1999/xhtml">Assuming that the shell script is properly installed, it can be used to invoke Clozure CL from a shell prompt:
 	    </p>
-            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-shell&gt;<em class="replaceable"><code>ccl</code></em> <span class="emphasis"><em>args</em></span>
-	    </pre>
+            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">shell&gt; <em class="replaceable"><code>ccl</code></em> <em class="replaceable"><code>[args ...]</code></em></pre>
             <p xmlns="http://www.w3.org/1999/xhtml">
+            By convention
 	    <code class="literal">ccl</code> runs a 32-bit session;
 	    <code class="literal">ccl64</code> runs a 64-bit session.
+            However, the name of the installed script(s) and the implementation that is invoked are customizable,
+            as described in <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1.Â The ccl Shell Script">SectionÂ 2.3.1, âThe ccl Shell Scriptâ</a>.
 	  </p>
+            <p xmlns="http://www.w3.org/1999/xhtml">For details about command-line options see
+          <a class="xref" href="#Command-Line-Options" title="2.5.Â Command Line Options">SectionÂ 2.5, âCommand Line Optionsâ</a>.
+          </p>
           </div>
         </div>
@@ -1677,5 +2044,5 @@
 	Finally, any arguments following the pseudo-argument
 	<code class="literal">--</code> are not processed, and are made
-	available to the lisp as the value of
+	available to Lisp as the value of
 	<code class="literal">ccl:*unprocessed-command-line-arguments*</code>.
       </p>
@@ -1761,10 +2128,15 @@
             <dt>
               <span class="sect1">
-                <a href="#Building-Everything">3.3. Building Everything</a>
+                <a href="#Kernel-build-prerequisites">3.3. Kernel Build Prerequisites</a>
               </span>
             </dt>
             <dt>
               <span class="sect1">
-                <a href="#Building-the-kernel">3.4. Building the kernel</a>
+                <a href="#Building-Everything">3.4. Building Everything</a>
+              </span>
+            </dt>
+            <dt>
+              <span class="sect1">
+                <a href="#Building-the-kernel">3.5. Building the Kernel</a>
               </span>
             </dt>
@@ -1773,10 +2145,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#Kernel-build-prerequisites">3.4.1. Kernel build prerequisites</a>
-                  </span>
-                </dt>
-                <dt>
-                  <span class="sect2">
-                    <a href="#kernel-build-command">3.4.2. Using "make" to build the lisp kernel</a>
+                    <a href="#kernel-build-command">3.5.1. Using "make" to build the lisp kernel</a>
                   </span>
                 </dt>
@@ -1785,5 +2152,5 @@
             <dt>
               <span class="sect1">
-                <a href="#Building-the-heap-image">3.5. Building the heap image</a>
+                <a href="#Building-the-heap-image">3.6. Building the Heap Image</a>
               </span>
             </dt>
@@ -1792,20 +2159,20 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#Development-cycle">3.5.1. Development cycle</a>
+                    <a href="#Development-cycle">3.6.1. Development cycle</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#Generating-a-bootstrapping-image">3.5.2. Generating a bootstrapping image</a>
+                    <a href="#Generating-a-bootstrapping-image">3.6.2. Generating a bootstrapping image</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#Generating-fasl-files">3.5.3. Generating fasl files</a>
+                    <a href="#Generating-fasl-files">3.6.3. Generating fasl files</a>
                   </span>
                 </dt>
                 <dt>
                   <span class="sect2">
-                    <a href="#Building-a-full-image-from-a-bootstrapping-image">3.5.4. Building a full image from a bootstrapping image</a>
+                    <a href="#Building-a-full-image-from-a-bootstrapping-image">3.6.4. Building a full image from a bootstrapping image</a>
                   </span>
                 </dt>
@@ -1845,5 +2212,5 @@
           <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it
       may be helpful to refer to these definitions.</p>
-          <p xmlns="http://www.w3.org/1999/xhtml"><a id="id563053" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
+          <p xmlns="http://www.w3.org/1999/xhtml"><a id="id554993" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
         files</em></a> are the object files produced
       by <code class="literal">compile-file</code>.  fasl files store the
@@ -1856,5 +2223,5 @@
       see
       <a class="xref" href="#Platform-specific-filename-conventions" title="TableÂ 3.1.Â Platform-specific filename conventions">TableÂ 3.1, âPlatform-specific filename conventionsâ</a> </p>
-          <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id548694" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
+          <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id550302" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
         kernel</em></a> is a C program with a fair amount of
       platform-specific assembly language code. Its basic job is to
@@ -1866,5 +2233,5 @@
       files on different platforms; see
       <a class="xref" href="#Platform-specific-filename-conventions" title="TableÂ 3.1.Â Platform-specific filename conventions">TableÂ 3.1, âPlatform-specific filename conventionsâ</a>.</p>
-          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id532579" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap
+          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id581258" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap
         image</em></a> is a file that can be quickly mapped into a
       process's address space. Conceptually, it's not too different
@@ -1877,5 +2244,5 @@
       standard full heap image files on different platforms; see
       <a class="xref" href="#Platform-specific-filename-conventions" title="TableÂ 3.1.Â Platform-specific filename conventions">TableÂ 3.1, âPlatform-specific filename conventionsâ</a>.</p>
-          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id562908" class="indexterm"></a> bootstrapping image is a minimal
+          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id579980" class="indexterm"></a> bootstrapping image is a minimal
       heap image used in the process of building Clozure CL itself.  The
       bootstrapping image contains just enough code to load the rest
@@ -1889,5 +2256,5 @@
       as-yet-unsupported ones) has a uniquely named subdirectory of
       <code class="literal">ccl/lisp-kernel/</code>; each such
-      <a id="id547347" class="indexterm"></a>
+      <a id="id580305" class="indexterm"></a>
       contains a Makefile and may contain some auxiliary files (linker
       scripts, etc.) that are used to build the lisp kernel on a
@@ -2074,10 +2441,8 @@
     the Subversion source control system.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      For example, to get a released version (1.3 in this example),
+      For example, to get a released version (1.7 in this example),
       use a command like:
       </p>
-          <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-	svn co http://svn.clozure.com/publicsvn/openmcl/release/1.3/xxx/ccl
-      </pre>
+          <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/release/1.7/<em class="replaceable"><code>xxx</code></em>/ccl</pre>
           <p xmlns="http://www.w3.org/1999/xhtml">
     </p>
@@ -2085,16 +2450,14 @@
       To get the trunk version, use:
       </p>
-          <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-	svn co http://svn.clozure.com/publicsvn/openmcl/trunk/xxx/ccl
-      </pre>
+          <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/trunk/<em class="replaceable"><code>xxx</code></em>/ccl</pre>
           <p xmlns="http://www.w3.org/1999/xhtml">
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      Change the "xxx" to one of the following names:
+      Change the <span class="emphasis"><em><code class="literal">xxx</code></em></span> to one of the following names:
       <code class="literal">darwinx86</code>,
       <code class="literal">linuxx86</code>,
       <code class="literal">freebsdx86</code>,
       <code class="literal">solarisx86</code>,
-      <code class="literal">window</code>,
+      <code class="literal">windows</code>,
       <code class="literal">linuxppc</code>,
       or 
@@ -2102,13 +2465,18 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      In the case of released versions, there may also be tar archives
-      available.  See the <a class="ulink" href="http://trac.clozure.com/ccl/" target="_top">Clozure CL
-      Trac</a> for details.
+      Tarball distributions of released versions are also available for download via ftp from:
+      <a class="ulink" href="ftp://clozure.com/pub/release/" target="_top">ftp://clozure.com/pub/release/</a>.
+      For additional information about availability of source and distributions see the
+      <a class="ulink" href="http://trac.clozure.com/ccl/" target="_top">Clozure CL Trac</a>.
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">Subversion client programs are pre-installed on Mac OS X 10.5 and
       later and are typically either pre-installed or readily available
-      on Linux and FreeBSD platforms.  The <a class="ulink" href="http://subversion.tigris.org" target="_top">Subversion web page</a> contains links to subversion client programs
-      for many platforms; users of Mac OS X 10.4 can also
-      install Subversion clients via Fink or MacPorts.</p>
+      on Linux and FreeBSD platforms.  The <a class="ulink" href="http://subversion.tigris.org" target="_top">Subversion web page</a> contains links to Subversion client programs
+      for many platforms.
+      Users of Mac OS X 10.4 or later can also
+      install Subversion clients via Fink or MacPorts.
+      On Debian Linux (and on related Linux distros such as Ubuntu) run
+      <code class="literal">apt-get install subversion</code> or equivalent in the command-line or interactive package manager.
+    </p>
         </div>
         <div class="sect1" lang="en" xml:lang="en">
@@ -2116,5 +2484,54 @@
             <div>
               <div>
-                <h2 class="title" style="clear: both"><a id="Building-Everything"></a>3.3.Â Building Everything</h2>
+                <h2 class="title" style="clear: both"><a id="Kernel-build-prerequisites"></a>3.3.Â Kernel Build Prerequisites</h2>
+              </div>
+            </div>
+          </div>
+          <p xmlns="http://www.w3.org/1999/xhtml">The Clozure CL kernel can be built with the following widely
+          available tools:</p>
+          <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
+            <ul class="itemizedlist" type="disc">
+              <li class="listitem">
+                <p>cc or gcc â the GNU C compiler</p>
+              </li>
+              <li class="listitem">
+                <p>ld â the GNU linker</p>
+              </li>
+              <li class="listitem">
+                <p>m4 or gm4 â the GNU m4 macro processor</p>
+              </li>
+              <li class="listitem">
+                <p>as â the GNU assembler (version 2.10.1 or later)</p>
+              </li>
+              <li class="listitem">
+                <p>make â either GNU make or, on FreeBSD, the default BSD make program</p>
+              </li>
+            </ul>
+          </div>
+          <p xmlns="http://www.w3.org/1999/xhtml"> In general, the more recent the versions of those
+          tools, the better; some versions of gcc 3.x on Linux have
+          difficulty compiling some of the kernel source code correctly
+          (so gcc 4.0 should be used, if possible.)  On Mac OS X, the
+          versions of the tools distributed with Xcode should work fine;
+          on Linux, the versions of the tools installed with the OS (or
+          available through its package management system) should work
+          fine if they're "recent enough".  On FreeBSD, the installed
+          version of the <code class="literal">m4</code> program doesn't support
+          some features that the kernel build process depends on; the
+          GNU version of the m4 macroprocessor (called
+          <code class="literal">gm4</code> on FreeBSD) should be installed.
+        </p>
+          <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
+            <h3 class="title">Note</h3>
+            <p>In order to build the lisp kernel on Mac OS X
+        10.6 Snow Leopard, you must install the optional 10.4
+        support when installing Xcode.</p>
+          </div>
+        </div>
+        <div class="sect1" lang="en" xml:lang="en">
+          <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+            <div>
+              <div>
+                <h2 class="title" style="clear: both"><a id="Building-Everything"></a>3.4.Â Building Everything</h2>
               </div>
             </div>
@@ -2141,5 +2558,5 @@
 	      build directory to create a new kernel.  
              This step can only work if the C compiler and related
-             tools are installed; see <a class="xref" href="#Kernel-build-prerequisites" title="3.4.1.Â Kernel build prerequisites">SectionÂ 3.4.1, âKernel build prerequisitesâ</a>. 
+             tools are installed; see <a class="xref" href="#Kernel-build-prerequisites" title="3.3.Â Kernel Build Prerequisites">SectionÂ 3.3, âKernel Build Prerequisitesâ</a>. 
            </p>
               </li>
@@ -2159,5 +2576,5 @@
                 <p>Runs another external process, which causes the newly
 	      compiled lisp kernel to load the new bootstrapping image.
-	      The bootsrtrapping image then loads the âhigher
+	      The bootstrapping image then loads the âhigher
 	      levelâ fasl files and a new copy of the platform's
 	      full heap image is then saved.</p>
@@ -2179,5 +2596,5 @@
             <div>
               <div>
-                <h2 class="title" style="clear: both"><a id="Building-the-kernel"></a>3.4.Â Building the kernel</h2>
+                <h2 class="title" style="clear: both"><a id="Building-the-kernel"></a>3.5.Â Building the Kernel</h2>
               </div>
             </div>
@@ -2211,54 +2628,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="Kernel-build-prerequisites"></a>3.4.1.Â Kernel build prerequisites</h3>
-                </div>
-              </div>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml">The Clozure CL kernel can be bult with the following widely
-	    available tools:</p>
-            <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist">
-              <ul class="itemizedlist" type="disc">
-                <li class="listitem">
-                  <p>cc or gcc- the GNU C compiler</p>
-                </li>
-                <li class="listitem">
-                  <p>ld - the GNU linker</p>
-                </li>
-                <li class="listitem">
-                  <p>m4 or gm4- the GNU m4 macro processor</p>
-                </li>
-                <li class="listitem">
-                  <p>as - the GNU assembler (version 2.10.1 or later)</p>
-                </li>
-                <li class="listitem">
-                  <p>make - either GNU make or, on FreeBSD, the default BSD make program</p>
-                </li>
-              </ul>
-            </div>
-            <p xmlns="http://www.w3.org/1999/xhtml"> In general, the more recent the versions of those
-	    tools, the better; some versions of gcc 3.x on Linux have
-	    difficulty compiling some of the kernel source code correctly
-	    (so gcc 4.0 should be used, if possible.)  On Mac OS X, the
-	    versions of the tools distributed with Xcode should work fine;
-	    on Linux, the versions of the tools installed with the OS (or
-	    available through its package management system) should work
-	    fine if they're "recent enough".  On FreeBSD, the installed
-	    version of the <code class="literal">m4</code> program doesn't support
-	    some features that the kernel build process depends on; the
-	    GNU version of the m4 macroprocessor (called
-	    <code class="literal">gm4</code> on FreeBSD) should be installed.
-	  </p>
-            <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
-              <h3 class="title">Note</h3>
-              <p>In order to build the lisp kernel on Mac OS X
-	  10.6 Snow Leopard, you must install the optional 10.4
-	  support when installing Xcode.</p>
-            </div>
-          </div>
-          <div class="sect2" lang="en" xml:lang="en">
-            <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
-              <div>
-                <div>
-                  <h3 class="title"><a id="kernel-build-command"></a>3.4.2.Â Using "make" to build the lisp kernel</h3>
+                  <h3 class="title"><a id="kernel-build-command"></a>3.5.1.Â Using "make" to build the lisp kernel</h3>
                 </div>
               </div>
@@ -2282,5 +2650,5 @@
             <div>
               <div>
-                <h2 class="title" style="clear: both"><a id="Building-the-heap-image"></a>3.5.Â Building the heap image</h2>
+                <h2 class="title" style="clear: both"><a id="Building-the-heap-image"></a>3.6.Â Building the Heap Image</h2>
               </div>
             </div>
@@ -2312,5 +2680,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="Development-cycle"></a>3.5.1.Â Development cycle</h3>
+                  <h3 class="title"><a id="Development-cycle"></a>3.6.1.Â Development cycle</h3>
                 </div>
               </div>
@@ -2365,5 +2733,5 @@
             <p xmlns="http://www.w3.org/1999/xhtml">Given a bootstrapping image and a set of up-to-date fasl
         files, the development cycle usually involves editing lisp
-        sources (or updating those sources via cvs update),
+        sources (or updating those sources via <code class="literal">svn update</code>),
         recompiling modified files, and using the bootstrapping image
         to produce a new heap image.</p>
@@ -2373,5 +2741,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="Generating-a-bootstrapping-image"></a>3.5.2.Â Generating a bootstrapping image</h3>
+                  <h3 class="title"><a id="Generating-a-bootstrapping-image"></a>3.6.2.Â Generating a bootstrapping image</h3>
                 </div>
               </div>
@@ -2398,9 +2766,9 @@
 	  </pre>
             <p xmlns="http://www.w3.org/1999/xhtml">then calling <code class="literal">ccl:xload-level-0</code> at the
-	    lisp prompt</p>
+	    lisp prompt:</p>
             <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
 ? (ccl:xload-level-0)
 	  </pre>
-            <p xmlns="http://www.w3.org/1999/xhtml">This function compiles the lisp sources in the ccl/level-0
+            <p xmlns="http://www.w3.org/1999/xhtml">This function compiles the lisp sources in the <code class="literal">ccl/level-0</code>
         directory if they're newer than the corresponding fasl files
         and then loads the resulting fasl files into a simulated lisp
@@ -2411,5 +2779,5 @@
         whenever your existing boot image is out-of-date with respect
         to the source files in <code class="literal">ccl:level-0;</code>
-        :</p>
+        â For example:</p>
             <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
 ? (ccl:xload-level-0 :force)
@@ -2421,5 +2789,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="Generating-fasl-files"></a>3.5.3.Â Generating fasl files</h3>
+                  <h3 class="title"><a id="Generating-fasl-files"></a>3.6.3.Â Generating fasl files</h3>
                 </div>
               </div>
@@ -2454,5 +2822,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="Building-a-full-image-from-a-bootstrapping-image"></a>3.5.4.Â Building a full image from a bootstrapping image</h3>
+                  <h3 class="title"><a id="Building-a-full-image-from-a-bootstrapping-image"></a>3.6.4.Â Building a full image from a bootstrapping image</h3>
                 </div>
               </div>
@@ -2463,5 +2831,5 @@
             <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
 $ cd ccl                        # wherever your ccl directory is
-$ ./KERNEL BOOT_IMAGE
+$ ./<em class="replaceable"><code>KERNEL</code></em> <em class="replaceable"><code>BOOT_IMAGE</code></em>
 	  </pre>
             <p xmlns="http://www.w3.org/1999/xhtml">Where <em class="replaceable"><code>KERNEL</code></em> and
@@ -2475,5 +2843,5 @@
         can in the environment provided by a "real" heap image. If
         you're confident that things loaded OK, you can save that
-        image.</p>
+        image:</p>
             <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
 ? (ccl:save-application "<em class="replaceable"><code>image_name</code></em>") ; Overwiting the existing heap image
@@ -2723,5 +3091,5 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id556763" class="indexterm"></a>
+      <a id="id556230" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em>
         <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> |
@@ -3167,15 +3535,15 @@
           </div>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id568260" class="indexterm"></a>
+      <a id="id596249" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em>    [Variable]</strong></span>
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">Variable bound to the current nesting level during execution of before and after trace actions.  The default printing actions use it to determine the amount of indentation.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id568286" class="indexterm"></a>
+      <a id="id596275" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em>    [Variable]</strong></span>
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id568316" class="indexterm"></a>
+      <a id="id596304" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&amp;key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}*    [Function]</strong></span>
     </p>
@@ -3185,5 +3553,5 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id568365" class="indexterm"></a>
+      <a id="id596353" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em>   [Variable]</strong></span>
     </p>
@@ -3193,5 +3561,5 @@
       explicit printing done by user code.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id568399" class="indexterm"></a>
+      <a id="id596387" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em>    [Variable]</strong></span>
     </p>
@@ -3201,5 +3569,5 @@
       explicit printing done by user code.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id568434" class="indexterm"></a>
+      <a id="id596422" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em>    [Variable]</strong></span>
     </p>
@@ -3250,5 +3618,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id568597"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id596584"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>---
@@ -3285,5 +3653,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id568704"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id596692"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3330,5 +3698,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id568804"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id596791"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3345,5 +3713,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id568870"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id596858"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3369,5 +3737,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id568948"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id596935"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3381,5 +3749,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id568996"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id596984"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3541,5 +3909,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id569531"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id597518"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is
@@ -3567,5 +3935,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id569593"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id597580"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format
@@ -3599,5 +3967,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id569675"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id597662"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external
@@ -3633,5 +4001,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id585600"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613372"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a
@@ -3806,5 +4174,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id585934"></a>4.5.4.1.Â Encoding Problems</h4>
+                    <h4 class="title"><a id="id613707"></a>4.5.4.1.Â Encoding Problems</h4>
                   </div>
                 </div>
@@ -3822,5 +4190,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id585946"></a>4.5.4.2.Â Byte Order Marks</h4>
+                    <h4 class="title"><a id="id613719"></a>4.5.4.2.Â Byte Order Marks</h4>
                   </div>
                 </div>
@@ -3850,5 +4218,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id585981"></a>4.5.4.3.Â <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
+                    <h4 class="title"><a id="id613754"></a>4.5.4.3.Â <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
                   </div>
                 </div>
@@ -3872,5 +4240,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id586042"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id613815"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings
@@ -3881,5 +4249,5 @@
                   </div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id586057"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id613830"></a>
                     <div class="header">See Also:</div>
                     <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4.Â Character Encodings">SectionÂ 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2.Â External Formats">SectionÂ 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4.Â Supported Character Encodings">SectionÂ 4.5.4.4, âSupported Character Encodingsâ</a></span>
@@ -4336,5 +4704,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id586780"></a>4.5.4.5.Â Encoding and Decoding Strings</h4>
+                    <h4 class="title"><a id="id614553"></a>4.5.4.5.Â Encoding and Decoding Strings</h4>
                   </div>
                 </div>
@@ -4361,5 +4729,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id586855"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id614628"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4392,5 +4760,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id586951"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id614724"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4441,5 +4809,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id587085"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id614857"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4494,5 +4862,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id587215"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id614988"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4544,5 +4912,5 @@
             </div>
             <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts:  <code class="literal">ccl</code> and <code class="literal">home</code></p>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id587303" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id615076" class="indexterm"></a>
             <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the
         <code class="literal">ccl</code> directory.  It is used for a variety of
@@ -4603,5 +4971,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id587406"></a>4.6.3.1.Â Working with native namestrings</h4>
+                    <h4 class="title"><a id="id615179"></a>4.6.3.1.Â Working with native namestrings</h4>
                   </div>
                 </div>
@@ -4622,5 +4990,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id587452"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615225"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4653,5 +5021,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id587526"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615299"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4776,5 +5144,5 @@
       platforms.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id587701" class="indexterm"></a>
+      <a id="id615474" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em>
         <em class="parameter"><code>pathname</code></em>
@@ -4836,5 +5204,5 @@
       a memory error.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id587834" class="indexterm"></a>
+      <a id="id615606" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em>
         <em class="parameter"><code>displaced-array</code></em>
@@ -4848,5 +5216,5 @@
       target is an empty vector (of length zero).</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id587869" class="indexterm"></a>
+      <a id="id615642" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em>
         <em class="parameter"><code>pathname</code></em>
@@ -4858,5 +5226,5 @@
       bytes.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id587901" class="indexterm"></a>
+      <a id="id615674" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em>
         <em class="parameter"><code>displaced-array</code></em>
@@ -4897,5 +5265,5 @@
       static.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id587976" class="indexterm"></a>
+      <a id="id615748" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em>
         <em class="parameter"><code>var</code></em>
@@ -4951,5 +5319,5 @@
             </div>
           </div>
-          <a xmlns="http://www.w3.org/1999/xhtml" id="id588088" class="indexterm"></a>
+          <a xmlns="http://www.w3.org/1999/xhtml" id="id615860" class="indexterm"></a>
           <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the
       function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file
@@ -5031,5 +5399,5 @@
       converted, because address 0 can always be relied upon to refer to
       the same thing.</p>
-          <a xmlns="http://www.w3.org/1999/xhtml" id="id588309" class="indexterm"></a>
+          <a xmlns="http://www.w3.org/1999/xhtml" id="id616082" class="indexterm"></a>
           <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code>
       refers to a <code class="literal">MACPTR</code> object that points to address 0.</p>
@@ -5042,5 +5410,5 @@
       or <code class="literal">ccl64</code> script.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id588356" class="indexterm"></a>
+      <a id="id616129" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em>
         <em class="parameter"><code>filename</code></em>
@@ -5243,5 +5611,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588760"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id616532"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>---
@@ -5257,5 +5625,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588819"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id616592"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5317,5 +5685,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588910"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id616683"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>---
@@ -5325,5 +5693,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588933"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id616706"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5364,5 +5732,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id589029"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id616802"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>---
@@ -5373,5 +5741,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id589065"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id616838"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5422,5 +5790,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589140"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id616913"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---
@@ -5429,5 +5797,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589162"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id616935"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5596,5 +5964,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589337"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617109"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5630,5 +5998,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589385"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617158"></a>
                   <div class="header">Discussion:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5648,5 +6016,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589438"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617211"></a>
                   <div class="header">Restarts:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5716,5 +6084,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id589496"></a>4.12.5.1.Â Fancy arrays</h4>
+                    <h4 class="title"><a id="id617269"></a>4.12.5.1.Â Fancy arrays</h4>
                   </div>
                 </div>
@@ -5743,5 +6111,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id589515"></a>4.12.5.2.Â Hash tables</h4>
+                    <h4 class="title"><a id="id617288"></a>4.12.5.2.Â Hash tables</h4>
                   </div>
                 </div>
@@ -5791,5 +6159,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id589545"></a>4.12.5.3.Â Lists</h4>
+                    <h4 class="title"><a id="id617318"></a>4.12.5.3.Â Lists</h4>
                   </div>
                 </div>
@@ -5984,5 +6352,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589780"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617552"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>---
@@ -6013,5 +6381,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589866"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617639"></a>
                   <div class="header">Example:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6047,5 +6415,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589946"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617718"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6069,5 +6437,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id589984"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617757"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6095,5 +6463,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590046"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617819"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6121,5 +6489,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590103"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617876"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6152,5 +6520,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590167"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617940"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6179,5 +6547,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590234"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618007"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6202,5 +6570,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590285"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618058"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6226,5 +6594,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590336"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618109"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6253,5 +6621,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590398"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618171"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6280,5 +6648,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590466"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618238"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6447,5 +6815,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590716"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618489"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6473,5 +6841,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590777"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618549"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6507,5 +6875,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590855"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618627"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>---
@@ -6518,5 +6886,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590891"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618664"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6552,5 +6920,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id590972"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618744"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>---
@@ -6569,5 +6937,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id591032"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618805"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6603,5 +6971,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id591113"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618886"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6628,5 +6996,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id591165"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618938"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6704,5 +7072,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591276"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619049"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6739,5 +7107,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591338"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619111"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6770,5 +7138,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591396"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619168"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6795,5 +7163,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591442"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619215"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -7028,5 +7396,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id537722"></a>5.4.2.1.Â Checking for Updates</h4>
+                    <h4 class="title"><a id="id572549"></a>5.4.2.1.Â Checking for Updates</h4>
                   </div>
                 </div>
@@ -7160,5 +7528,5 @@
       the required subsystems, if necessary.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id532170" class="indexterm"></a>
+      <a id="id599375" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&amp;key</em>
         (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>)
@@ -7418,5 +7786,5 @@
         of <code class="literal">make</code> for Lisp, and is included in the
         Clozure CL distribution. You can read more about ASDF at the ASDF
-        <a class="ulink" href="http://constantly.at/lisp/asdf/" target="_top">home
+        <a class="ulink" href="http://common-lisp.net/project/asdf/" target="_top">home
         page</a>.</p>
             <p xmlns="http://www.w3.org/1999/xhtml">Alternatively, you could use the standard features of
@@ -7960,5 +8328,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id524172"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id588180"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -7982,5 +8350,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id524224"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id588232"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8009,5 +8377,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id585145"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612883"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8029,5 +8397,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id585198"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612935"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8053,5 +8421,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id585251"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id566603"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8077,5 +8445,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id566129"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id566657"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8100,5 +8468,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id566183"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id566710"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8125,5 +8493,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id582992"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610769"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8150,5 +8518,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id583047"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610823"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8236,5 +8604,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583170"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id610946"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8258,5 +8626,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583225"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611000"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8280,5 +8648,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583278"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611053"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8303,5 +8671,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583337"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611111"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8325,5 +8693,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583391"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611166"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8349,5 +8717,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583450"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611224"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8373,5 +8741,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583516"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611290"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8393,5 +8761,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583569"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611343"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8428,5 +8796,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583639"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611413"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8453,5 +8821,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583708"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611482"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8476,5 +8844,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583763"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611538"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8499,5 +8867,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583818"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611593"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8539,5 +8907,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583897"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611671"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8562,5 +8930,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id583953"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611727"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8585,5 +8953,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584007"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611782"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8608,5 +8976,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584065"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611840"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8628,5 +8996,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584123"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611897"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8651,5 +9019,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584181"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id611956"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8671,5 +9039,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584238"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612013"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8696,5 +9064,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584294"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612069"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8716,5 +9084,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584349"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612123"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8740,5 +9108,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584404"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612179"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8765,5 +9133,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584463"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612238"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8820,5 +9188,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584552"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612327"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8844,5 +9212,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584608"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612383"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8866,5 +9234,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584662"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612438"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8890,5 +9258,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584724"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612501"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8914,5 +9282,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584780"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612557"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8934,5 +9302,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584834"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612611"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8957,5 +9325,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584889"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612666"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8981,5 +9349,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id584952"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612728"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9001,5 +9369,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id585006"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id612783"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9023,5 +9391,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id607959"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id635743"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9046,5 +9414,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id608006"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id635790"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9069,5 +9437,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id608054"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id635838"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9095,5 +9463,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id608103"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id635887"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9208,5 +9576,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608274"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636058"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9231,5 +9599,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608321"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636105"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9255,5 +9623,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608369"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636152"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9278,5 +9646,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608416"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636200"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9302,5 +9670,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608469"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636248"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9326,5 +9694,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608524"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636304"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9351,5 +9719,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608581"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636360"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9376,5 +9744,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608637"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636416"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9400,5 +9768,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608693"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636472"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9425,5 +9793,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608758"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636538"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9452,5 +9820,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608824"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636604"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9475,5 +9843,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608890"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636670"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9497,5 +9865,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608945"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636725"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9529,5 +9897,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609021"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636800"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9549,5 +9917,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609076"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636855"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9569,5 +9937,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609130"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636909"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9606,5 +9974,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609206"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id636985"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9628,5 +9996,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609260"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637039"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9648,5 +10016,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609314"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637093"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9674,5 +10042,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609370"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637149"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9700,5 +10068,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609435"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637214"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9720,5 +10088,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609489"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637268"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9747,5 +10115,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609546"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637326"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9772,5 +10140,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609603"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637382"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9795,5 +10163,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609669"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637449"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9819,5 +10187,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609725"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637504"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9839,5 +10207,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609779"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637558"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9875,5 +10243,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609847"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637626"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9895,5 +10263,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609900"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637680"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9921,5 +10289,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609958"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637737"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9941,5 +10309,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610011"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637791"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9967,5 +10335,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610072"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637851"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9990,5 +10358,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610127"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637907"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10014,5 +10382,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610182"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id637962"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10037,5 +10405,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610249"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638029"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10061,5 +10429,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610311"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638091"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10084,5 +10452,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610366"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638146"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10104,5 +10472,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610420"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638200"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10198,5 +10566,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610572"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638352"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10225,5 +10593,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610629"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638409"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10249,5 +10617,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610685"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638465"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10272,5 +10640,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610740"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638520"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10295,5 +10663,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610795"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638575"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10321,5 +10689,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610852"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638632"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10347,5 +10715,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610909"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638689"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10376,5 +10744,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id610969"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638748"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10399,5 +10767,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611025"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638804"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10449,5 +10817,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611112"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638892"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10469,5 +10837,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611166"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id638946"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10489,5 +10857,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611220"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639000"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10514,5 +10882,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611284"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639064"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10541,5 +10909,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611345"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639125"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10567,5 +10935,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611402"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639181"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10592,5 +10960,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611458"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639238"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10617,5 +10985,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611515"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639295"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10676,5 +11044,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611627"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639407"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10699,5 +11067,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611682"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639462"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10726,5 +11094,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611745"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639525"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10750,5 +11118,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611806"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639586"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10770,5 +11138,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611860"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639640"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10793,5 +11161,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611915"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639695"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10822,5 +11190,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id611976"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639756"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10842,5 +11210,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612030"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639810"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10862,5 +11230,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612084"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639864"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10882,5 +11250,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612139"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639918"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10902,5 +11270,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612192"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id639972"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10922,5 +11290,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612247"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640026"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10947,5 +11315,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612303"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640083"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10967,5 +11335,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612358"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640137"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10987,5 +11355,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612412"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640192"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11007,5 +11375,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612466"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640246"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11030,5 +11398,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612522"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640301"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11053,5 +11421,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612577"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640356"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11073,5 +11441,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612631"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640411"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11113,5 +11481,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612723"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640502"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11141,5 +11509,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612786"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640566"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11161,5 +11529,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612840"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640620"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11269,5 +11637,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id612993"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640773"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11293,5 +11661,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613050"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640830"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11323,5 +11691,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613115"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640895"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11345,5 +11713,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613169"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id640949"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11367,5 +11735,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613224"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641004"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11390,5 +11758,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613279"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641059"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11413,5 +11781,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613338"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641118"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11458,5 +11826,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613423"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641203"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11516,5 +11884,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613623"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641402"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11538,5 +11906,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613678"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641457"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11565,5 +11933,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613734"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641514"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11587,5 +11955,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613789"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641569"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11612,5 +11980,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id613850"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641630"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11786,5 +12154,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614161"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641940"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11810,5 +12178,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614216"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id641996"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11847,5 +12215,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614291"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642071"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11890,5 +12258,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614443"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642222"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11929,5 +12297,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614576"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642356"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11949,5 +12317,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614634"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642414"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11969,5 +12337,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614692"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642472"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11993,5 +12361,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614748"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642528"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12016,5 +12384,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614803"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642583"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12036,5 +12404,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614857"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642637"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12059,5 +12427,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614916"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642696"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12085,5 +12453,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id614976"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642756"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12108,5 +12476,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id615035"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642815"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12128,5 +12496,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id615089"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642869"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12185,5 +12553,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id615177"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id642956"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12205,5 +12573,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id615231"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id643010"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12237,5 +12605,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id615297"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id643076"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12320,5 +12688,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615440"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643220"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12344,5 +12712,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615507"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643287"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12376,5 +12744,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615586"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643366"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12405,5 +12773,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615658"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643437"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12427,5 +12795,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615715"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643494"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12447,5 +12815,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615771"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643550"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12467,5 +12835,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615827"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643607"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12549,5 +12917,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id615942"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643721"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12656,5 +13024,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616107"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id643887"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12701,5 +13069,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616242"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id644022"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12726,5 +13094,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616304"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id644084"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12758,5 +13126,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616382"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id644162"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12801,5 +13169,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616526"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id644306"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12862,5 +13230,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616620"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id644399"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12941,5 +13309,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id616743"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id644523"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13000,5 +13368,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id616835"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id644614"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13097,5 +13465,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id616974"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id644753"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13120,5 +13488,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617028"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id644808"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13142,5 +13510,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617083"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id644862"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13176,5 +13544,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617153"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id644933"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13224,5 +13592,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617238"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645017"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13246,5 +13614,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617292"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645072"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13266,5 +13634,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617347"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645127"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13290,5 +13658,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617402"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645182"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13310,5 +13678,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617457"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645237"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13335,5 +13703,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617513"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645292"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13357,5 +13725,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617567"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645347"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13464,5 +13832,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617734"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645514"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13496,5 +13864,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617810"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645590"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13531,5 +13899,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617877"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645657"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13551,5 +13919,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617932"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645712"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13573,5 +13941,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id617987"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645767"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13593,5 +13961,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618042"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645822"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13627,5 +13995,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618108"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645888"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13650,5 +14018,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618164"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645943"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13670,5 +14038,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618218"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id645998"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13697,5 +14065,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618276"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646056"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13717,5 +14085,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618331"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646110"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13741,5 +14109,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618389"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646169"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13761,5 +14129,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618448"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646228"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13791,5 +14159,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618511"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646291"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13811,5 +14179,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618566"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646345"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13855,5 +14223,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id618645"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646424"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14095,5 +14463,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619048"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646828"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14128,5 +14496,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619114"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646895"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14150,5 +14518,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619169"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id646950"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14181,5 +14549,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619235"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647015"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14205,5 +14573,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619294"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647075"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14246,5 +14614,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619377"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647158"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14333,5 +14701,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619625"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647406"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14356,5 +14724,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619682"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647462"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14384,5 +14752,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619743"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647523"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14407,5 +14775,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619798"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647578"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -14427,5 +14795,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619853"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647633"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14450,5 +14818,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619908"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647689"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14613,5 +14981,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620172"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647952"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14635,5 +15003,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620230"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648010"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -14655,5 +15023,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620288"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648068"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14678,5 +15046,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620343"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648123"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14782,5 +15150,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620519"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648299"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14810,5 +15178,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620580"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648360"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14834,5 +15202,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620652"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648432"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14860,5 +15228,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620718"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648498"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14886,5 +15254,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620779"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648559"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14910,5 +15278,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620838"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648619"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14944,5 +15312,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620906"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648686"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14967,5 +15335,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id620965"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648745"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14989,5 +15357,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621024"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648804"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15014,5 +15382,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621084"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648864"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15041,5 +15409,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621146"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648926"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15065,5 +15433,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621202"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id648982"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15169,5 +15537,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621374"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649154"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15207,5 +15575,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621450"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649230"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15282,5 +15650,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621678"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649458"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15304,5 +15672,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621733"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649513"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15327,5 +15695,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621788"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649569"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15353,5 +15721,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621849"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649629"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15424,5 +15792,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621953"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649733"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15448,5 +15816,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622009"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649790"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15473,5 +15841,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622070"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649850"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15515,5 +15883,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622144"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649924"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15537,5 +15905,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622199"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id649980"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15557,5 +15925,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622254"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650035"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15577,5 +15945,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622310"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650090"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15601,5 +15969,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622366"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650146"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15653,5 +16021,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622454"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650235"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15675,5 +16043,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622513"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650293"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15695,5 +16063,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622567"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650348"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15728,5 +16096,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622633"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650414"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15748,5 +16116,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622688"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650468"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15768,5 +16136,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622743"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650523"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15853,5 +16221,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622878"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650658"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15873,5 +16241,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622932"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650712"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15989,5 +16357,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623109"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650889"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16035,5 +16403,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623187"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id650968"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16058,5 +16426,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623248"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651028"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16080,5 +16448,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623302"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651083"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16121,5 +16489,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623389"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651169"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16157,5 +16525,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623499"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651279"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16179,5 +16547,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623555"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651335"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16202,5 +16570,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623610"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651390"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16224,5 +16592,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623666"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651446"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16246,5 +16614,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623721"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651501"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16270,5 +16638,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623780"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651561"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16321,5 +16689,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623870"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651650"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16348,5 +16716,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623927"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651707"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16392,5 +16760,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624002"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651782"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16439,5 +16807,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624089"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651869"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16463,5 +16831,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624145"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id651925"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16514,5 +16882,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624232"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652012"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16543,5 +16911,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624290"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652070"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16563,5 +16931,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624345"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652125"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16587,5 +16955,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624401"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652181"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16607,5 +16975,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624456"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652236"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16631,5 +16999,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624512"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652292"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16677,5 +17045,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624598"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652378"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16697,5 +17065,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624652"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652432"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16717,5 +17085,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624707"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652487"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16737,5 +17105,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624761"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652542"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16757,5 +17125,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624816"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652596"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16777,5 +17145,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624870"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652651"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16814,5 +17182,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624936"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652716"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16839,5 +17207,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624992"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652772"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16864,5 +17232,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625048"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652828"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16892,5 +17260,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625106"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652886"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16917,5 +17285,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625162"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652943"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16937,5 +17305,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625217"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id652997"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16962,5 +17330,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625279"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653059"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16982,5 +17350,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625333"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653114"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17007,5 +17375,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625395"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653176"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17032,5 +17400,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625451"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653232"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17074,5 +17442,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625531"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653311"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17101,5 +17469,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625594"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653375"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17131,5 +17499,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625662"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653442"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -17151,5 +17519,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625717"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653498"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17222,5 +17590,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625815"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653596"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17281,5 +17649,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625914"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653694"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -17301,5 +17669,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625968"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653748"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17325,5 +17693,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626027"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653808"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17349,5 +17717,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626087"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653867"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17416,5 +17784,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626186"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id653966"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17448,5 +17816,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626248"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654029"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17471,5 +17839,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626304"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654084"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17494,5 +17862,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626359"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654139"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -17514,5 +17882,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626413"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654194"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17538,5 +17906,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626468"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654249"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17567,5 +17935,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626529"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654309"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17656,5 +18024,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626719"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654499"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -17676,5 +18044,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626773"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654553"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17706,5 +18074,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626835"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654615"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17746,5 +18114,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626923"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654703"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17770,5 +18138,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626979"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654759"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17792,5 +18160,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627034"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654814"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17815,5 +18183,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627089"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654869"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17838,5 +18206,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627144"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654925"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17860,5 +18228,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627199"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id654980"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17883,5 +18251,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627255"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id655035"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18007,5 +18375,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627414"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655194"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18040,5 +18408,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627478"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655258"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18063,5 +18431,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627534"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655314"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18088,5 +18456,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627592"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655372"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18111,5 +18479,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627648"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655428"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18134,5 +18502,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627704"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655484"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18157,5 +18525,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627762"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655542"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18220,5 +18588,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627876"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655656"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18242,5 +18610,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627936"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655716"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18266,5 +18634,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id627993"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655773"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18290,5 +18658,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628050"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655830"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18313,5 +18681,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628106"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655887"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18338,5 +18706,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628164"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id655944"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18360,5 +18728,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628220"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656000"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18382,5 +18750,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628276"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656056"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18404,5 +18772,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628332"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656112"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18427,5 +18795,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628388"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656168"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18454,5 +18822,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628447"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656227"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18477,5 +18845,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628507"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656287"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18503,5 +18871,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id628568"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id656348"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18551,5 +18919,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id528419">7.3.2.  As of August 2003:</a>
+                    <a href="#id557410">7.3.2.  As of August 2003:</a>
                   </span>
                 </dt>
@@ -18802,5 +19170,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id528419"></a>7.3.2.Â  As of August 2003:</h3>
+                  <h3 class="title"><a id="id557410"></a>7.3.2.Â  As of August 2003:</h3>
                 </div>
               </div>
@@ -19254,5 +19622,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id581694"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609343"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads)
@@ -19260,5 +19628,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id581719"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609369"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known
@@ -19272,5 +19640,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id581734"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609384"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19300,5 +19668,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id581804"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609453"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p>
@@ -19343,5 +19711,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id581998"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609647"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the
@@ -19364,5 +19732,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582050"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609699"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span>
@@ -19383,5 +19751,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582128"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609778"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19393,5 +19761,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582182"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609832"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from
@@ -19415,10 +19783,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582237"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609887"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582262"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609912"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called
@@ -19446,5 +19814,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582343"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id609993"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19457,5 +19825,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id582397"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610047"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to
@@ -19468,10 +19836,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591863"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610078"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591888"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610103"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19499,5 +19867,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id591953"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619694"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19509,5 +19877,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592006"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619748"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">An "outstanding" <a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a> call
@@ -19524,5 +19892,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592056"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619798"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a></span>
@@ -19545,5 +19913,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592133"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619874"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19556,5 +19924,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592208"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619949"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset
@@ -19570,5 +19938,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592252"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id619993"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span>
@@ -19591,5 +19959,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592334"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620076"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19600,5 +19968,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592396"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620137"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>.
@@ -19617,10 +19985,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592444"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620186"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592475"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620217"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means
@@ -19643,5 +20011,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592590"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620332"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.
@@ -19665,5 +20033,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592779"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620521"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via
@@ -19678,5 +20046,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592815"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620556"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span>
@@ -19699,5 +20067,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592898"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620640"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19712,5 +20080,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id592990"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620732"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em>
@@ -19743,5 +20111,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593065"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620807"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19752,5 +20120,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593084"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620826"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em>
@@ -19782,10 +20150,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593149"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620891"></a>
                 <div class="header">Value Type:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593160"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620902"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself.
@@ -19793,5 +20161,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593172"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620914"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is
@@ -19799,5 +20167,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593184"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620926"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19823,5 +20191,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593254"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id620996"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19830,5 +20198,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593310"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621052"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit
@@ -19857,5 +20225,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593378"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621120"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span>
@@ -19877,5 +20245,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593451"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621193"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which
@@ -19884,5 +20252,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593492"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621234"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19892,5 +20260,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593504"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621246"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span>
@@ -19912,5 +20280,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593578"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621319"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19918,5 +20286,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593619"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621361"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19926,5 +20294,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593634"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621375"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span>
@@ -19948,5 +20316,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593717"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621458"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19954,5 +20322,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593758"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621500"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling
@@ -19968,5 +20336,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593821"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621563"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a></span>
@@ -19987,10 +20355,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593880"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621622"></a>
                 <div class="header">Value Type:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593891"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621633"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler.  Currently,
@@ -19999,5 +20367,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593903"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621645"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best,
@@ -20007,5 +20375,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593916"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621658"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -20031,5 +20399,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594020"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621762"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of
@@ -20045,10 +20413,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594062"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621805"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594093"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621836"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to
@@ -20074,5 +20442,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594152"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621894"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing
@@ -20083,10 +20451,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594166"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621908"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594213"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id621956"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative
@@ -20111,5 +20479,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594278"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id622020"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
@@ -20124,5 +20492,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594358"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id622100"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly
@@ -20141,5 +20509,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594393"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id622136"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20161,5 +20529,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594502"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id622244"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
@@ -20179,5 +20547,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594616"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id622358"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like
@@ -20196,5 +20564,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594666"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id622408"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_ticks-per-second" title="Variable *TICKS-PER-SECOND*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*ticks-per-second*</b></a>, <a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20216,5 +20584,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597094"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id624804"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
@@ -20223,5 +20591,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597139"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id624849"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -20238,5 +20606,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597171"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id624880"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -20262,5 +20630,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597242"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id624951"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
@@ -20269,5 +20637,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597287"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id624996"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -20292,5 +20660,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597358"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625067"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of
@@ -20302,5 +20670,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597411"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625120"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can
@@ -20312,5 +20680,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597428"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625136"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20332,5 +20700,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597545"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625254"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
@@ -20340,5 +20708,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597604"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625313"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or
@@ -20351,5 +20719,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597637"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625346"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20370,10 +20738,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597750"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625459"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597776"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625485"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the
@@ -20386,5 +20754,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597815"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625524"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20404,10 +20772,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597928"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625636"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597954"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625663"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if
@@ -20422,5 +20790,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597992"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625701"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20441,5 +20809,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598106"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625815"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
@@ -20448,5 +20816,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598150"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625859"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em>
@@ -20461,5 +20829,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598176"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625885"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20481,5 +20849,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598289"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id625998"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type
@@ -20487,5 +20855,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598316"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626025"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK.
@@ -20498,10 +20866,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598334"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626043"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598387"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626096"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to
@@ -20526,5 +20894,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598452"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626161"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
@@ -20535,5 +20903,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598511"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626220"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
@@ -20549,5 +20917,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598557"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626266"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20569,5 +20937,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598662"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626371"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
@@ -20578,5 +20946,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598722"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626431"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
@@ -20593,5 +20961,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598773"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626482"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20613,10 +20981,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598874"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626583"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598900"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626609"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE.
@@ -20627,5 +20995,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598918"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626626"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20647,5 +21015,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599025"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626734"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
@@ -20654,5 +21022,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599067"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626776"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s
@@ -20661,10 +21029,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599082"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626791"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599142"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626851"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
@@ -20689,5 +21057,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599211"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626920"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
@@ -20696,5 +21064,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599252"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626961"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
@@ -20704,10 +21072,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599269"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id626978"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599328"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627037"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
@@ -20733,5 +21101,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599397"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627106"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p>
@@ -20746,5 +21114,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599474"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627183"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
@@ -20755,5 +21123,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599493"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627202"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20775,5 +21143,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599598"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627307"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
@@ -20783,5 +21151,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599646"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627355"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>.
@@ -20799,10 +21167,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599683"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627392"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599725"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627434"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -20829,5 +21197,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599799"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627508"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
@@ -20837,5 +21205,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599846"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627555"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Wait until output is possible on <em class="varname">fd</em> or until <em class="varname">timeout</em>, if
@@ -20850,10 +21218,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599884"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627593"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599926"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627635"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -20880,5 +21248,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600000"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627709"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
@@ -20887,5 +21255,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600044"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627753"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal
@@ -20895,5 +21263,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600063"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627772"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span>
@@ -20914,15 +21282,15 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600151"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627860"></a>
                 <div class="header">Value Type:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600162"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627871"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600174"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627883"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input
@@ -20936,5 +21304,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600189"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id627898"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span>
@@ -20955,5 +21323,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600292"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628001"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by
@@ -20964,5 +21332,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600337"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628046"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function.  As such, it
@@ -20975,5 +21343,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600361"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628070"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span>
@@ -20996,5 +21364,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600467"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628176"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a process, typically created by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a> or by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a></p>
@@ -21006,5 +21374,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600533"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628242"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate.  If the
@@ -21147,5 +21515,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id546745"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id592585"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently
@@ -21247,5 +21615,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id569779"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610239"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p>
@@ -21266,5 +21634,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id569840"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610300"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p>
@@ -21274,5 +21642,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id569883"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id634266"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending
@@ -21300,5 +21668,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571342"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id634331"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the
@@ -21308,5 +21676,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571383"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id584083"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to
@@ -21328,5 +21696,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id524487"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id584145"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---A 32-bit integer representing an internet host address</p>
@@ -21337,5 +21705,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id524529"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633048"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p>
@@ -21356,5 +21724,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605516"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633109"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---a 32-bit integer representing an internet host address</p>
@@ -21363,5 +21731,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605556"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610448"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name
@@ -21383,5 +21751,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id545885"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610505"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">host</span></i>---Specifies the host. It can be either a host name
@@ -21391,5 +21759,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id545913"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id610532"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a
@@ -21411,5 +21779,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id570949"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id582480"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">port</span></i>---Specifies the port. It can be either a string, such as
@@ -21420,5 +21788,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id570991"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id582522"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p>
@@ -21440,5 +21808,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571052"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575145"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p>
@@ -21457,5 +21825,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596126"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633265"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are
@@ -21494,5 +21862,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id606640"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id634567"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p>
@@ -21509,5 +21877,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id538990"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id634669"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p>
@@ -21528,5 +21896,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id539051"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559983"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to shut down (typically a tcp-stream)</p>
@@ -21535,5 +21903,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id554754"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id560024"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is
@@ -21556,10 +21924,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id554813"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id623769"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id554839"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id623795"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or
@@ -21586,10 +21954,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571514"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id587234"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571540"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id587261"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host,
@@ -21611,10 +21979,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571598"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id587318"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id543576"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id587344"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not
@@ -21636,10 +22004,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id543633"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id634407"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id543659"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id634433"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p>
@@ -21660,10 +22028,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id536431"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id563794"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id536457"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id563820"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p>
@@ -21684,10 +22052,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id536514"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id563878"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id570469"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id563904"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p>
@@ -21708,10 +22076,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id570526"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id585582"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id570552"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id585609"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for
@@ -21733,10 +22101,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605756"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633518"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605783"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633544"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format
@@ -21758,10 +22126,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605840"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633600"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605866"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633626"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and
@@ -21782,10 +22150,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id595935"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599533"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id595946"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599544"></a>
                 <div class="header">Superclasses:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p>
@@ -21806,10 +22174,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596003"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599602"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596029"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599628"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p>
@@ -21830,10 +22198,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571651"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id623620"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id571677"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id623646"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more
@@ -21859,10 +22227,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607272"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id623709"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607298"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633684"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On
@@ -21885,5 +22253,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607359"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633745"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p>
@@ -21896,5 +22264,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607402"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633788"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It
@@ -21917,5 +22285,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607786"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id598405"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p>
@@ -21924,5 +22292,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607842"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id598461"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying
@@ -22056,5 +22424,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id542099"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id580435"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file.
@@ -22107,5 +22475,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id573073"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557890"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process,
@@ -22127,5 +22495,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id545054"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id592029"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
@@ -22133,5 +22501,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id545094"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id592070"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified
@@ -22156,10 +22524,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id560927"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id552425"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id606230"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id552451"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to
@@ -22183,10 +22551,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id606295"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599449"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id545697"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599475"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to
@@ -22209,10 +22577,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id545758"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id572440"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id551589"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id572466"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to
@@ -22236,10 +22604,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id551650"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573641"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id524765"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573667"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to
@@ -22263,10 +22631,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id524826"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id562164"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id532268"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id562190"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status
@@ -22298,5 +22666,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id563503">10.1.1. Stream External Format</a>
+                    <a href="#id557846">10.1.1. Stream External Format</a>
                   </span>
                 </dt>
@@ -22366,5 +22734,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id563503"></a>10.1.1.Â Stream External Format</h3>
+                  <h3 class="title"><a id="id557846"></a>10.1.1.Â Stream External Format</h3>
                 </div>
               </div>
@@ -22529,10 +22897,10 @@
               </div>
             </div>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id595808" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id595817" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id595827" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id595837" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id591540" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id591550" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id623473" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id623483" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id623493" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id623503" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id623512" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id623522" class="indexterm"></a>
             <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has
         attributes and accessors:
@@ -22587,5 +22955,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id591715"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619395"></a>
                   <div class="header">Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream-list</span></i>---A list of open file streams.  This is a copy of
@@ -22594,10 +22962,10 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id591742"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619422"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id591753"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619434"></a>
                   <div class="header">See Also:</div>
                   <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span>
@@ -22622,10 +22990,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id596418"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619514"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id596444"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619541"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open
@@ -22636,5 +23004,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id596463"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id619560"></a>
                   <div class="header">See Also:</div>
                   <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span>
@@ -22659,10 +23027,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id596544"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624455"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id596570"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624481"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file
@@ -22673,5 +23041,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id596589"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id624500"></a>
                   <div class="header">See Also:</div>
                   <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a></span>
@@ -23106,5 +23474,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595128"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622810"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p>
@@ -23117,5 +23485,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595186"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622868"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the
@@ -23138,5 +23506,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595245"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622927"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p>
@@ -23149,5 +23517,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595303"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622985"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to
@@ -23169,5 +23537,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595362"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623044"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p>
@@ -23185,5 +23553,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595437"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623119"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into
@@ -23208,5 +23576,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595497"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623179"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p>
@@ -23224,5 +23592,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595572"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623254"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream,
@@ -23246,5 +23614,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595632"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623314"></a>
                   <div class="header">Method Signatures:</div>
                   <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i>
@@ -23252,5 +23620,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id595650"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id623332"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p>
@@ -23263,5 +23631,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id603436"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id631137"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with
@@ -23287,5 +23655,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id603506"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id631207"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector,
@@ -23294,5 +23662,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id603518"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id631219"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
@@ -23319,5 +23687,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id603638"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id631338"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at
@@ -23325,5 +23693,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id603650"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id631350"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
@@ -23335,5 +23703,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id603722"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id631422"></a>
                   <div class="header">Examples:</div>
                   <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
@@ -24126,5 +24494,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id527690">12.2.2. Generating a lisp image for use with Shark</a>
+                    <a href="#id601257">12.2.2. Generating a lisp image for use with Shark</a>
                   </span>
                 </dt>
@@ -24404,5 +24772,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id527690"></a>12.2.2.Â Generating a lisp image for use with Shark</h3>
+                  <h3 class="title"><a id="id601257"></a>12.2.2.Â Generating a lisp image for use with Shark</h3>
                 </div>
               </div>
@@ -24515,5 +24883,5 @@
               </div>
             </div>
-            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id477295" class="indexterm"></a>
+            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id610142" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em>
       [Variable]</strong></span></p>
@@ -24521,5 +24889,5 @@
       profiling configuration file created by the "Config Editor" in
       Shark.app.</p>
-            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id526153" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&amp;key</em> (reset nil)
+            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id610166" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&amp;key</em> (reset nil)
       (debug-output nil) [Macro]</strong></span></p>
             <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever
@@ -25613,5 +25981,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576135"></a>13.3.2.4.Â %int-to-ptr [Function]</h4>
+                    <h4 class="title"><a id="id603848"></a>13.3.2.4.Â %int-to-ptr [Function]</h4>
                   </div>
                 </div>
@@ -25654,5 +26022,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576209"></a>13.3.2.5.Â %inc-ptr [Function]</h4>
+                    <h4 class="title"><a id="id603923"></a>13.3.2.5.Â %inc-ptr [Function]</h4>
                   </div>
                 </div>
@@ -25704,5 +26072,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576301"></a>13.3.2.6.Â %ptr-to-int [Function]</h4>
+                    <h4 class="title"><a id="id604014"></a>13.3.2.6.Â %ptr-to-int [Function]</h4>
                   </div>
                 </div>
@@ -25746,5 +26114,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576375"></a>13.3.2.7.Â %null-ptr [Macro]</h4>
+                    <h4 class="title"><a id="id604090"></a>13.3.2.7.Â %null-ptr [Macro]</h4>
                   </div>
                 </div>
@@ -25771,5 +26139,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576416"></a>13.3.2.8.Â %null-ptr-p [Function]</h4>
+                    <h4 class="title"><a id="id604131"></a>13.3.2.8.Â %null-ptr-p [Function]</h4>
                   </div>
                 </div>
@@ -25813,5 +26181,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576492"></a>13.3.2.9.Â %setf-macptr [Function]</h4>
+                    <h4 class="title"><a id="id604206"></a>13.3.2.9.Â %setf-macptr [Function]</h4>
                   </div>
                 </div>
@@ -25861,5 +26229,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576582"></a>13.3.2.10.Â %incf-ptr [Macro]</h4>
+                    <h4 class="title"><a id="id604297"></a>13.3.2.10.Â %incf-ptr [Macro]</h4>
                   </div>
                 </div>
@@ -25909,5 +26277,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576672"></a>13.3.2.11.Â with-macptrs [Macro]</h4>
+                    <h4 class="title"><a id="id604387"></a>13.3.2.11.Â with-macptrs [Macro]</h4>
                   </div>
                 </div>
@@ -25959,5 +26327,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576764"></a>13.3.2.12.Â %stack-block [Macro]</h4>
+                    <h4 class="title"><a id="id604479"></a>13.3.2.12.Â %stack-block [Macro]</h4>
                   </div>
                 </div>
@@ -26010,5 +26378,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576856"></a>13.3.2.13.Â make-cstring [Function]</h4>
+                    <h4 class="title"><a id="id604571"></a>13.3.2.13.Â make-cstring [Function]</h4>
                   </div>
                 </div>
@@ -26053,5 +26421,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id576933"></a>13.3.2.14.Â with-cstrs [Macro]</h4>
+                    <h4 class="title"><a id="id604647"></a>13.3.2.14.Â with-cstrs [Macro]</h4>
                   </div>
                 </div>
@@ -26103,5 +26471,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id577024"></a>13.3.2.15.Â with-encoded-cstrs [Macro]</h4>
+                    <h4 class="title"><a id="id604739"></a>13.3.2.15.Â with-encoded-cstrs [Macro]</h4>
                   </div>
                 </div>
@@ -26166,5 +26534,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id577148"></a>13.3.2.16.Â %get-cstring [Function]</h4>
+                    <h4 class="title"><a id="id604862"></a>13.3.2.16.Â %get-cstring [Function]</h4>
                   </div>
                 </div>
@@ -26208,5 +26576,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id635315"></a>13.3.2.17.Â %str-from-ptr [Function]</h4>
+                    <h4 class="title"><a id="id663074"></a>13.3.2.17.Â %str-from-ptr [Function]</h4>
                   </div>
                 </div>
@@ -26309,5 +26677,5 @@
         reader macros (and references to foreign record types and
         fields), compiling <code class="literal">CCL</code> from those sources depends on the
-        ability to find and use (see <a class="xref" href="#Building-the-heap-image" title="3.5.Â Building the heap image">SectionÂ 3.5, âBuilding the heap imageâ</a>).</p>
+        ability to find and use (see <a class="xref" href="#Building-the-heap-image" title="3.6.Â Building the Heap Image">SectionÂ 3.6, âBuilding the Heap Imageâ</a>).</p>
           </div>
           <div class="sect2" lang="en" xml:lang="en">
@@ -27654,5 +28022,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637268"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665028"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE*
@@ -27706,5 +28074,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637374"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665134"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&amp; reader macro can be used to
@@ -27765,5 +28133,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637492"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665252"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 0.14.2 and later, the #? reader macro can be used
@@ -27812,5 +28180,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637574"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665334"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #/ reader macro can be used to
@@ -27915,5 +28283,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637713"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665474"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&gt; reader macro reads
@@ -27944,5 +28312,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637788"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665548"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">library</span></i>---either an object of type SHLIB, or a string which
@@ -27951,5 +28319,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637824"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665584"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the
@@ -27980,5 +28348,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637900"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665660"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A symbol which can be made into a special variable</p>
@@ -27997,5 +28365,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id637971"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665732"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em>
@@ -28033,5 +28401,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638051"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665811"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain
@@ -28041,5 +28409,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638092"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665852"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the
@@ -28075,5 +28443,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638164"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665925"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---
@@ -28088,5 +28456,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638205"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id665965"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for
@@ -28116,5 +28484,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638274"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666034"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p>
@@ -28129,5 +28497,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638348"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666108"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by
@@ -28156,5 +28524,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638407"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666168"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
@@ -28167,5 +28535,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638470"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666230"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
@@ -28193,5 +28561,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638529"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666289"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
@@ -28206,5 +28574,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638603"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666363"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
@@ -28231,10 +28599,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638658"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666419"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638681"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666441"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol
@@ -28259,10 +28627,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638740"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666500"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638762"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666523"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If
@@ -28286,5 +28654,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638816"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666577"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---A <code xmlns="http://www.w3.org/1999/xhtml" class="code">MACPTR</code> that points to a block of
@@ -28292,5 +28660,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638843"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666603"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the <code class="code">CCL:FREE</code>
@@ -28324,5 +28692,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id638936"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666696"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p>
@@ -28339,5 +28707,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639011"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666771"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -28374,5 +28742,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639082"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666843"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used
@@ -28391,5 +28759,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639150"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id666910"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -28440,5 +28808,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639272"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667032"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used
@@ -28454,5 +28822,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639330"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667090"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -28495,5 +28863,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639420"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667180"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -28528,5 +28896,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639503"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667263"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-name of
@@ -28536,5 +28904,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639543"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667304"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can
@@ -28547,5 +28915,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639559"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667319"></a>
                 <div class="header">Examples:</div>
                 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple.
@@ -28582,5 +28950,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639580"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667340"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give
@@ -28605,5 +28973,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639637"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667397"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#Referencing-and-Using-Foreign-Memory-Addresses" title="13.3.Â Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p>
@@ -28613,5 +28981,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639681"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667442"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of
@@ -28639,5 +29007,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639747"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667507"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL
@@ -28645,5 +29013,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639770"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667530"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT
@@ -28668,5 +29036,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639841"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667601"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
@@ -28676,5 +29044,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639892"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667652"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -28706,5 +29074,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639973"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667733"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
@@ -28713,5 +29081,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640021"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667781"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is
@@ -28740,5 +29108,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640088"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667848"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---A CLOS object of a class for which there exists
@@ -28748,5 +29116,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640117"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667877"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -28785,5 +29153,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640173"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667933"></a>
                 <div class="header">Example:</div>
                 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
@@ -28799,5 +29167,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640188"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id667948"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -28821,5 +29189,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640248"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id668008"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a
@@ -28828,5 +29196,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640271"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id668031"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by
@@ -28852,5 +29220,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640331"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id668092"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a
@@ -28859,5 +29227,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640355"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id668115"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by
@@ -28881,5 +29249,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id640393"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id668153"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be
@@ -30465,17 +30833,43 @@
               <dt>
                 <span class="term">
-	      <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/" target="_top">Cocoa Documentation</a>
-	    </span>
+	      <a class="ulink" href="http://developer.apple.com/technologies/mac/cocoa.html" target="_top">Mac OS X - Cocoa</a>
+	    , </span>
+                <span class="term">
+              <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/General/Conceptual/DevPedia-CocoaCore/Cocoa.html" target="_top">
+                Cocoa Core Competencies
+              </a>
+            , </span>
+                <span class="term">
+              <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaFundamentals/WhatIsCocoa/WhatIsCocoa.html" target="_top">
+                Cocoa Fundamentals Guide
+              </a>
+            </span>
               </dt>
               <dd>
                 <p>
-	        This is the top page for all of Apple's documentation on
-	        Cocoa.  If you are unfamiliar with Cocoa, it is a good
-	        place to start.
+	        These are top-level pages pertaining to Cocoa in Apple's Mac OS X Developer Library.
+	        If you are unfamiliar with Cocoa, these links are good places to start.
 	      </p>
               </dd>
               <dt>
                 <span class="term">
-	      <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/index.html" target="_top">Foundation Reference for Objective-C</a>
+              <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html" target="_top">
+                The Objective-C Programming Language
+              </a>
+            , </span>
+                <span class="term">
+              <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Introduction/Introduction.html" target="_top">
+                Objective-C Runtime Programming Guide
+              </a>
+            </span>
+              </dt>
+              <dd>
+                <p>These provide a conceptual overview and programming guide to Objective-C the language and runtime, respectively.</p>
+              </dd>
+              <dt>
+                <span class="term">
+              <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html" target="_top">
+                Objective-C Runtime Reference
+              </a>
 	    </span>
               </dt>
@@ -30489,10 +30883,10 @@
               <dt>
                 <span class="term">
-	      <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/index.html" target="_top">Application Kit Reference for Objective-C</a>
+	      <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/index.html" target="_top">Application Kit Framework Reference</a>
 	    </span>
               </dt>
               <dd>
                 <p>
-	        This is the other; it covers GUI programming with Cocoa
+	        This is the other very important Cocoa reference; it covers GUI programming with Cocoa / Application Kit Framework
 	        in considerable depth.  This is a reference, not a tutorial.
 	      </p>
@@ -30500,14 +30894,24 @@
               <dt>
                 <span class="term">
-	      <a class="ulink" href="http://developer.apple.com/documentation/index.html" target="_top">Apple Developer Documentation</a>
+              <a class="ulink" href="http://developer.apple.com/library/mac/navigation/" target="_top">Mac OS X Developer Library</a>
 	    </span>
               </dt>
               <dd>
                 <p>
-	        This is the site which the above two documents are found on;
-	        go here to find the documentation on any other Apple API.
+	        This is the top page for Mac OS X developer documentation.
+	        Go here to find the documentation on any other Mac OS X API.
 	        Also go here if you need general guidance about OS X, Carbon,
-	        Cocoa, Core Foundation, or Objective C.
+	        Cocoa, Core Foundation, or Objective-C.
 	      </p>
+              </dd>
+              <dt>
+                <span class="term">
+              <a class="ulink" href="http://developer.apple.com/" target="_top">Resources for Apple Developers</a>
+	    </span>
+              </dt>
+              <dd>
+                <p>
+                This is the top page for all Apple developer documentation.
+              </p>
               </dd>
             </dl>
@@ -30534,5 +30938,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604658"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id632412"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing
@@ -30544,5 +30948,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604703"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id606971"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30565,5 +30969,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604764"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607032"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of a new or existing
@@ -30578,5 +30982,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604824"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607092"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30602,5 +31006,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604887"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607154"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with
@@ -30608,5 +31012,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604914"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607181"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30630,5 +31034,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604972"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607240"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
@@ -30636,5 +31040,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604999"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607267"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30656,5 +31060,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579245"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607324"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
@@ -30665,5 +31069,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579288"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607367"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30688,5 +31092,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579347"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607426"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific
@@ -30697,5 +31101,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579390"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607469"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30720,10 +31124,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579450"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608115"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579475"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608141"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30746,5 +31150,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579533"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608198"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
@@ -30754,5 +31158,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579575"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608241"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30779,5 +31183,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579644"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608310"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and
@@ -30788,5 +31192,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579687"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608352"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30804,5 +31208,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id579720"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608386"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30829,5 +31233,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580369"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608446"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">class-name</span></i>---a string which denotes an existing class name, or a
@@ -30836,5 +31240,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580396"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608474"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use
@@ -30861,5 +31265,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580466"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608543"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an
@@ -30867,5 +31271,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580491"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608569"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses
@@ -30889,5 +31293,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580557"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id608635"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name-and-result-type</span></i>---either an Objective-C message name, for methods
@@ -30911,5 +31315,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580638"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628274"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements
@@ -30936,5 +31340,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580720"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628356"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the
@@ -30951,5 +31355,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580767"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628402"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the
@@ -30972,10 +31376,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580830"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628466"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580841"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628477"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the
@@ -31019,5 +31423,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602470"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628553"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro
@@ -31054,10 +31458,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602527"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628611"></a>
                 <div class="header">Superclasses:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602538"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628622"></a>
                 <div class="header">Initargs:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>---
@@ -31067,5 +31471,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602565"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628649"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -31085,5 +31489,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602584"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628668"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -31116,5 +31520,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602637"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628721"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -31456,5 +31860,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id578267"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id629922"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">type</span></i>---The type of population, one of <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:LIST</code> (the default) or <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:ALIST</code></p>
@@ -31464,5 +31868,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id578327"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id629981"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p>
@@ -31482,5 +31886,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id578384"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id605718"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns the type of <code class="literal">population</code>, one of <code class="literal">:LIST</code> or <code class="literal">:ALIST</code></p>
@@ -31500,5 +31904,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id578458"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id605792"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>.
@@ -31523,5 +31927,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602660"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id606076"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to
@@ -31556,5 +31960,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602745"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id606161"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the
@@ -31577,10 +31981,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602805"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id606221"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602831"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628737"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the
@@ -31606,5 +32010,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id484318"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id511419"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the
@@ -31626,10 +32030,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id484376"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id511478"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602875"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628781"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC
@@ -31657,5 +32061,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602933"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628839"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call,
@@ -31680,5 +32084,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602989"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628895"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL
@@ -31705,5 +32109,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id603047"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id628953"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the
@@ -31727,5 +32131,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id603106"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id629012"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest
@@ -31737,5 +32141,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id603161"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id657203"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect.
@@ -31761,10 +32165,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id603227"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id657268"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id628592"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id657294"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages
@@ -31791,5 +32195,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id628650"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id657352"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs
@@ -31946,5 +32350,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id635070">17.7.2. Recommended Reading</a>
+                    <a href="#id662863">17.7.2. Recommended Reading</a>
                   </span>
                 </dt>
@@ -33222,5 +33626,5 @@
                 <li class="listitem">
                   <p>To support a feature called <span class="emphasis"><em>GCTWA
-                <sup>[<a id="id634624" href="#ftn.id634624" class="footnote">1</a>]</sup>
+                <sup>[<a id="id662417" href="#ftn.id662417" class="footnote">1</a>]</sup>
 	            , </em></span>the vector that contains the internal
 	          symbols of the current package is marked on entry to the
@@ -33355,5 +33759,5 @@
             <hr width="100" align="left" />
             <div class="footnote">
-              <p><sup>[<a id="ftn.id634624" href="#id634624" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
+              <p><sup>[<a id="ftn.id662417" href="#id662417" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
 		            where it stood for "Garbage Collection of Truly
 		            Worthless Atoms".</p>
@@ -33415,5 +33819,5 @@
         generations looking for such intergenerational references, the
         runtime system must note all such intergenerational references
-        at the point where they're created (via Setf).<sup>[<a id="id634858" href="#ftn.id634858" class="footnote">2</a>]</sup> The
+        at the point where they're created (via Setf).<sup>[<a id="id662651" href="#ftn.id662651" class="footnote">2</a>]</sup> The
         set of pointers that may contain intergenerational references is
         sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p>
@@ -33462,5 +33866,5 @@
         that might introduce an intergenerational reference must be
         memoized.
-        <sup>[<a id="id634927" href="#ftn.id634927" class="footnote">3</a>]</sup> It's always safe to
+        <sup>[<a id="id662720" href="#ftn.id662720" class="footnote">3</a>]</sup> It's always safe to
         push any cons cell or gvector locative onto the memo stack;
         it's never safe to push anything else.
@@ -33483,5 +33887,5 @@
             <hr width="100" align="left" />
             <div class="footnote">
-              <p><sup>[<a id="ftn.id634858" href="#id634858" class="para">2</a>] </sup>This is
+              <p><sup>[<a id="ftn.id662651" href="#id662651" class="para">2</a>] </sup>This is
             sometimes called "The Write Barrier": all assignments which
             might result in intergenerational references must be noted, as
@@ -33489,5 +33893,5 @@
             </div>
             <div class="footnote">
-              <p><sup>[<a id="ftn.id634927" href="#id634927" class="para">3</a>] </sup>Note that the implicit setfs that occur when
+              <p><sup>[<a id="ftn.id662720" href="#id662720" class="para">3</a>] </sup>Note that the implicit setfs that occur when
         initializing an object - as in the case of a call to cons or
         vector - can't introduce intergenerational references, since
@@ -33605,5 +34009,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id635070"></a>17.7.2.Â Recommended Reading</h3>
+                  <h3 class="title"><a id="id662863"></a>17.7.2.Â Recommended Reading</h3>
                 </div>
               </div>
@@ -34018,5 +34422,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id556986"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id606370"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD)
@@ -34043,5 +34447,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id603287"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id630996"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
@@ -34067,5 +34471,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id577255"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id630227"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
@@ -34090,5 +34494,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id577614"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id599978"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session
@@ -34115,5 +34519,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id562073"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id565040"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p>
@@ -34133,5 +34537,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id562116"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id591219"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros.
@@ -34155,5 +34559,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id565499"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id633407"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p>
@@ -34161,5 +34565,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604402"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607562"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If
@@ -34187,5 +34591,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605392"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id607623"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p>
@@ -34196,5 +34600,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id629059"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573043"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer
@@ -35216,5 +35620,5 @@
       <a href="#Symbol-Index">Symbol Index</a>
     </div>
-    <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 14:0 on October 21, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15033<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
+    <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 2:0 on October 26, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15045<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
   </body>
 </html>
