Index: /trunk/source/doc/ccl-documentation.html
===================================================================
--- /trunk/source/doc/ccl-documentation.html	(revision 14744)
+++ /trunk/source/doc/ccl-documentation.html	(revision 14745)
@@ -6,5 +6,5 @@
     <title>Clozure CL Documentation</title>
     <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
-    <link rel="home" href="#id531855" title="Clozure CL Documentation" />
+    <link rel="home" href="#id474477" 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="id531855"></a>Clozure CL Documentation</h1>
+            <h1 class="title"><a id="id474477"></a>Clozure CL Documentation</h1>
           </div>
         </div>
@@ -1751,5 +1751,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="id541340" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
+          <p xmlns="http://www.w3.org/1999/xhtml"><a id="id483962" 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
@@ -1762,5 +1762,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="id550523" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
+          <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id493145" 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
@@ -1772,5 +1772,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="id583846" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap
+          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id526468" 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
@@ -1783,5 +1783,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="id585196" class="indexterm"></a> bootstrapping image is a minimal
+          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id527817" 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
@@ -1795,5 +1795,5 @@
       as-yet-unsupported ones) has a uniquely named subdirectory of
       <code class="literal">ccl/lisp-kernel/</code>; each such
-      <a id="id557145" class="indexterm"></a>
+      <a id="id499767" 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
@@ -2573,4 +2573,9 @@
                   </span>
                 </dt>
+                <dt>
+                  <span class="sect2">
+                    <a href="#code-coverage-interpreting-code-coloring">4.13.4. Interpreting Code Coloring</a>
+                  </span>
+                </dt>
               </dl>
             </dd>
@@ -2614,5 +2619,5 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id573434" class="indexterm"></a>
+      <a id="id516056" 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> |
@@ -3058,15 +3063,15 @@
           </div>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id586598" class="indexterm"></a>
+      <a id="id529219" 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="id586624" class="indexterm"></a>
+      <a id="id529246" 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="id586653" class="indexterm"></a>
+      <a id="id529275" 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>
@@ -3076,5 +3081,5 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id586702" class="indexterm"></a>
+      <a id="id529324" 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>
@@ -3084,5 +3089,5 @@
       explicit printing done by user code.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id586736" class="indexterm"></a>
+      <a id="id529358" 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>
@@ -3092,5 +3097,5 @@
       explicit printing done by user code.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id586771" class="indexterm"></a>
+      <a id="id529393" 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>
@@ -3141,5 +3146,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id586933"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id529555"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>---
@@ -3176,5 +3181,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id587040"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id529662"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3221,5 +3226,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id587139"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id529761"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3236,5 +3241,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id587205"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id529828"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3260,5 +3265,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id587283"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id529905"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3272,5 +3277,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id587331"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id529954"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3432,5 +3437,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id587865"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id530488"></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
@@ -3458,5 +3463,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id587927"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id530550"></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
@@ -3490,5 +3495,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id588009"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id530632"></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
@@ -3524,5 +3529,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id602927"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545660"></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
@@ -3697,5 +3702,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id603262"></a>4.5.4.1.Â Encoding Problems</h4>
+                    <h4 class="title"><a id="id545995"></a>4.5.4.1.Â Encoding Problems</h4>
                   </div>
                 </div>
@@ -3713,5 +3718,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id603274"></a>4.5.4.2.Â Byte Order Marks</h4>
+                    <h4 class="title"><a id="id546007"></a>4.5.4.2.Â Byte Order Marks</h4>
                   </div>
                 </div>
@@ -3741,5 +3746,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id603308"></a>4.5.4.3.Â <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
+                    <h4 class="title"><a id="id546042"></a>4.5.4.3.Â <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
                   </div>
                 </div>
@@ -3763,5 +3768,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id603370"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id546103"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings
@@ -3772,5 +3777,5 @@
                   </div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id603385"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id546118"></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>
@@ -4203,5 +4208,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id604064"></a>4.5.4.5.Â Encoding and Decoding Strings</h4>
+                    <h4 class="title"><a id="id546797"></a>4.5.4.5.Â Encoding and Decoding Strings</h4>
                   </div>
                 </div>
@@ -4228,5 +4233,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id604139"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id546872"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4259,5 +4264,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id604235"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id546968"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4308,5 +4313,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id604369"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id547102"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4361,5 +4366,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id604499"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id547232"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4411,5 +4416,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="id604587" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id547320" 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
@@ -4515,5 +4520,5 @@
       platforms.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id604771" class="indexterm"></a>
+      <a id="id547504" 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>
@@ -4575,5 +4580,5 @@
       a memory error.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id604904" class="indexterm"></a>
+      <a id="id547637" 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>
@@ -4587,5 +4592,5 @@
       target is an empty vector (of length zero).</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id604939" class="indexterm"></a>
+      <a id="id547672" 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>
@@ -4597,5 +4602,5 @@
       bytes.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id604971" class="indexterm"></a>
+      <a id="id547704" 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>
@@ -4636,5 +4641,5 @@
       static.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id605046" class="indexterm"></a>
+      <a id="id547779" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em>
         <em class="parameter"><code>var</code></em>
@@ -4690,5 +4695,5 @@
             </div>
           </div>
-          <a xmlns="http://www.w3.org/1999/xhtml" id="id605158" class="indexterm"></a>
+          <a xmlns="http://www.w3.org/1999/xhtml" id="id547891" 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
@@ -4770,5 +4775,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="id605379" class="indexterm"></a>
+          <a xmlns="http://www.w3.org/1999/xhtml" id="id548112" 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>
@@ -4781,5 +4786,5 @@
       or <code class="literal">ccl64</code> script.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id605426" class="indexterm"></a>
+      <a id="id548160" 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>
@@ -4982,5 +4987,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605830"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id548563"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>---
@@ -4996,5 +5001,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605889"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id548622"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5056,5 +5061,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id605980"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id548713"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>---
@@ -5064,5 +5069,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id606003"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id548736"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5103,5 +5108,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id606099"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id548832"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>---
@@ -5112,5 +5117,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id606135"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id548868"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5161,5 +5166,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606210"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id548943"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---
@@ -5168,5 +5173,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606232"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id548965"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5335,5 +5340,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606407"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549140"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5369,5 +5374,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606455"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549188"></a>
                   <div class="header">Discussion:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5387,5 +5392,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606508"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549242"></a>
                   <div class="header">Restarts:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5455,5 +5460,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id606566"></a>4.12.5.1.Â Fancy arrays</h4>
+                    <h4 class="title"><a id="id549299"></a>4.12.5.1.Â Fancy arrays</h4>
                   </div>
                 </div>
@@ -5482,5 +5487,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id606585"></a>4.12.5.2.Â Hash tables</h4>
+                    <h4 class="title"><a id="id549318"></a>4.12.5.2.Â Hash tables</h4>
                   </div>
                 </div>
@@ -5530,5 +5535,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id606615"></a>4.12.5.3.Â Lists</h4>
+                    <h4 class="title"><a id="id549348"></a>4.12.5.3.Â Lists</h4>
                   </div>
                 </div>
@@ -5629,6 +5634,6 @@
             <p xmlns="http://www.w3.org/1999/xhtml">
   Because the code coverage information is associated with compiled
-  functions, load-time toplevel expressions do not get reported
-  on. You can work around this by creating a function and calling
+  functions, code coverage information is not available for load-time toplevel
+  expressions.  You can work around this by creating a function and calling
   it. I.e. instead of
   </p>
@@ -5649,5 +5654,5 @@
             <p xmlns="http://www.w3.org/1999/xhtml">
 Then you can see the coverage information in the definition of
-init-this-and-that.
+<code class="literal">init-this-and-that</code>.
 </p>
           </div>
@@ -5690,21 +5695,23 @@
                 <strong>[Function]</strong>
                 <br></br>
-                <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>report-coverage</strong></span> <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;key</em>
+                <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>report-coverage</strong></span> output-file <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;key</em>
     (external-format :default) (statistics t) (html t)
     </code>
               </div>
-              <div class="refentrytitle">Generate code coverage report</div>
+              <div class="refentrytitle">Generate a code coverage report</div>
             </p>
             <p>
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606798"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549536"></a>
                   <div class="header">Arguments and Values:</div>
+                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>---
+          Pathname for the output index file.
+	</p>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>---
-	  If non-nil, this will generate an HTML report, consisting of
-	  an index file and one html file for each instrumented source
-	  file that has been loaded in the current session. The
-	  individual source file reports are stored in the same
-	  directory as the index file.
+	  If non-nil (the default), this will generate an HTML report, consisting of
+	  an index file in <em xmlns="http://www.w3.org/1999/xhtml" class="varname">output-file</em> and, in the same directory,
+          one html file for each instrumented source file that has been loaded in the
+          current session.
 	</p>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">external-format</span></i>---
@@ -5712,14 +5719,14 @@
 	</p>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">statistics</span></i>---
-	  If :statistics is non-nil, a comma-separated file is also
+	  If non-nil (the default), a comma-separated file is also
 	  generated with the summary of statistics. You can specify a
 	  filename for the statistics argument, otherwise
-	  "statistics.csv" is created in the output directory. See
-	  documentation of ccl:coverage-statistics below for a
+	  "statistics.csv" is created in the directory of <em xmlns="http://www.w3.org/1999/xhtml" class="varname">output-file</em>.
+          See documentation of coverage-statistics below for a
 	  description of the values in the statistics file.
 	</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606850"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549607"></a>
                   <div class="header">Example:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5729,5 +5736,5 @@
     </p>
                   <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
-(CCL:REPORT-COVERAGE "/my/dir/coverage/report.html")
+(REPORT-COVERAGE "/my/dir/coverage/report.html")
     </pre>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5746,5 +5753,5 @@
                 <strong>[Function]</strong>
                 <br></br>
-                <code>reset-coverage</code>
+                <code>RESET-COVERAGE</code>
               </div>
               <div class="refentrytitle">
@@ -5755,6 +5762,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606930"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549687"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Resets all coverage data back to the "Not Executed" state
@@ -5768,5 +5775,5 @@
                 <strong>[Function]</strong>
                 <br></br>
-                <code>clear-coverage</code>
+                <code>CLEAR-COVERAGE</code>
               </div>
               <div class="refentrytitle">
@@ -5777,6 +5784,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id606968"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549725"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Gets rid of the information about which instrumented files have
@@ -5803,6 +5810,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607021"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549777"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Saves all coverage info in a file, so you can restore the
@@ -5829,9 +5836,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607072"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549829"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Restores the coverage data previously saved with
-      CCL:SAVE-COVERAGE-IN-FILE, for the set of instrumented fasls
+      ccl:save-coverage-in-file, for the set of instrumented fasls
       that were loaded both at save and restore time. I.e. coverage
       info is only restored for files that have been loaded in this
@@ -5839,5 +5846,5 @@
       "foo.lx86fsl" and then saved the coverage info, in this session
       you must load the same "foo.lx86fsl" before calling
-      ccl:restore-coverage-from-file in order to retrieve the stored
+      restore-coverage-from-file in order to retrieve the stored
       coverage info for "foo".  Equivalent to (ccl:restore-coverage
       (ccl:read-coverage-from-file pathname)).
@@ -5851,5 +5858,5 @@
                 <strong>[Function]</strong>
                 <br></br>
-                <code>save-coverage</code>
+                <code>SAVE-COVERAGE</code>
               </div>
               <div class="refentrytitle">
@@ -5860,6 +5867,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607115"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549872"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Returns a snapshot of the current coverage data. A snapshot is a
@@ -5887,8 +5894,32 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607168"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549925"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Reinstalls a coverage snapshot as the current coverage state.
+    </p>
+                </div>
+              </div>
+            </p>
+            <p>
+              <div class="refentrytitle">
+                <a id="f_combine-coverage"></a>
+                <strong>[Function]</strong>
+                <br></br>
+                <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>combine-coverage</strong></span> snapshots
+     </code>
+              </div>
+              <div class="refentrytitle">
+      Combines multiple coverage snapshots into one.
+    </div>
+            </p>
+            <p>
+              <div>
+                <div class="refsect1" lang="en" xml:lang="en">
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id549976"></a>
+                  <div class="header">Description:</div>
+                  <p xmlns="http://www.w3.org/1999/xhtml">
+      Takes a list of coverage snapshots and returns a new coverage snapshot
+      representing a union of all the coverage data.
     </p>
                 </div>
@@ -5910,6 +5941,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607219"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550027"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Saves the coverage snapshot in a file. The snapshot can be
@@ -5937,6 +5968,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607272"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550080"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Returns the snapshot saved in pathname. Doesn't affect the
@@ -5958,5 +5989,5 @@
               </div>
               <div class="refentrytitle">
-      Returns a sequence of coverage-statistics objects, one per source file.
+      Returns a sequence of ccl:coverage-statistics objects, one per source file.
     </div>
             </p>
@@ -5964,6 +5995,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607324"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550132"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       Returns a sequence ccl:coverage-statistics objects, one for each
@@ -5977,5 +6008,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-source-file</strong>
+                            <strong>coverage-source-file</strong>
                           </span>
                         </span>
@@ -5989,5 +6020,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-expressions-total</strong>
+                            <strong>coverage-expressions-total</strong>
                           </span>
                         </span>
@@ -6001,5 +6032,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-expressions-entered</strong>
+                            <strong>coverage-expressions-entered</strong>
                           </span>
                         </span>
@@ -6014,5 +6045,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-expressions-covered</strong>
+                            <strong>coverage-expressions-covered</strong>
                           </span>
                         </span>
@@ -6026,5 +6057,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-unreached-branches</strong>
+                            <strong>coverage-unreached-branches</strong>
                           </span>
                         </span>
@@ -6038,5 +6069,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-code-forms-total</strong>
+                            <strong>coverage-code-forms-total</strong>
                           </span>
                         </span>
@@ -6052,5 +6083,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-code-forms-covered</strong>
+                            <strong>coverage-code-forms-covered</strong>
                           </span>
                         </span>
@@ -6064,5 +6095,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-functions-total</strong>
+                            <strong>coverage-functions-total</strong>
                           </span>
                         </span>
@@ -6076,5 +6107,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-functions-fully-covered</strong>
+                            <strong>coverage-functions-fully-covered</strong>
                           </span>
                         </span>
@@ -6088,5 +6119,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-functions-partly-covered</strong>
+                            <strong>coverage-functions-partly-covered</strong>
                           </span>
                         </span>
@@ -6100,5 +6131,5 @@
                         <span class="term">
                           <span class="function">
-                            <strong>ccl:coverage-functions-not-entered</strong>
+                            <strong>coverage-functions-not-entered</strong>
                           </span>
                         </span>
@@ -6125,5 +6156,5 @@
               </div>
               <div class="refentrytitle">
-      When true, instrument functions for code coverage.
+      When true, instrument functions being compiled to collect code coverage information.
     </div>
             </p>
@@ -6131,6 +6162,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607559"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550368"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       This variable controls whether functions are instrumented for
@@ -6156,6 +6187,6 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607611"></a>
-                  <div class="header">Summary:</div>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550420"></a>
+                  <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
       This macro arranges so that body doesn't record internal details
@@ -6168,4 +6199,44 @@
             </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="code-coverage-interpreting-code-coloring"></a>4.13.4.Â Interpreting Code Coloring</h3>
+                </div>
+              </div>
+            </div>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+
+ The output of ccl:report-coverage consists of formatted source code, with coverage indicated by
+ coloring.  Four colors are used: dark green for forms that compiled to code in which every single
+ instruction was executed, light green for forms that have been entered but weren't totally covered, red
+ for forms that were never entered, and the page background color for toplevel forms that weren't
+ instrumented.
+
+</p>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+ The source coloring is applied from outside in.  So for example if you have
+
+  </p>
+            <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
+(outer-form ... (inner-form ...) ...)
+  </pre>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+
+ first the whole outer form is painted with whatever color expresses the outer form coverage, and then the
+ inner form color is replaced with whatever color expresses the inner form coverage.  One consequence of
+ this approach is that every part of the outer form that is not specifically inside some executable inner
+ form will have the outer form's coverage color. If the syntax of outer form involves some non-executable
+ forms, or forms that do not have coverage info of their own for whatever reason, then they will just
+ inherit the color of the outer form, because it doesn't get replaced with a color of its own.
+</p>
+            <p xmlns="http://www.w3.org/1999/xhtml">
+ One case in which this approach can be confusing is in the case of symbols.  As noted in the Limitations
+ section, coverage information is not recorded for variables; hence the coloring of a variable does not
+ convey information about whether the variable was evaluated or not -- that information is not available,
+ and the variable just inherits the color of the form that contains it.
+</p>
+          </div>
         </div>
         <div class="sect1" lang="en" xml:lang="en">
@@ -6192,5 +6263,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607678"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id550521"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6227,5 +6298,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607740"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id550583"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6258,5 +6329,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id607797"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id550640"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6488,5 +6559,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id559996"></a>5.4.2.1.Â Checking for Updates</h4>
+                    <h4 class="title"><a id="id484822"></a>5.4.2.1.Â Checking for Updates</h4>
                   </div>
                 </div>
@@ -6620,5 +6691,5 @@
       the required subsystems, if necessary.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id554536" class="indexterm"></a>
+      <a id="id501240" 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>)
@@ -6920,5 +6991,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id578271">6.3.2.  As of August 2003:</a>
+                    <a href="#id505174">6.3.2.  As of August 2003:</a>
                   </span>
                 </dt>
@@ -7171,5 +7242,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id578271"></a>6.3.2.Â  As of August 2003:</h3>
+                  <h3 class="title"><a id="id505174"></a>6.3.2.Â  As of August 2003:</h3>
                 </div>
               </div>
@@ -7623,5 +7694,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593626"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536248"></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)
@@ -7629,5 +7700,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593652"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536274"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known
@@ -7641,5 +7712,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593667"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536289"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -7669,5 +7740,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593736"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536358"></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>
@@ -7712,5 +7783,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593928"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536551"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the
@@ -7733,5 +7804,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id593980"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536604"></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>
@@ -7752,5 +7823,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594059"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536682"></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>
@@ -7762,5 +7833,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594113"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536736"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from
@@ -7784,10 +7855,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594168"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536791"></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="id594193"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536816"></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
@@ -7815,5 +7886,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594274"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536897"></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>
@@ -7826,5 +7897,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594328"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536951"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to
@@ -7837,10 +7908,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594359"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id536982"></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="id594384"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537007"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -7868,5 +7939,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594449"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537073"></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>
@@ -7878,5 +7949,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="id537126"></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
@@ -7893,5 +7964,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594552"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537176"></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>
@@ -7914,5 +7985,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594628"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537253"></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>
@@ -7925,5 +7996,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594703"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537328"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset
@@ -7939,5 +8010,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594747"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537372"></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>
@@ -7960,5 +8031,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594829"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537454"></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>
@@ -7969,5 +8040,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594891"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537516"></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>.
@@ -7986,10 +8057,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id594940"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537564"></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="id594970"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537595"></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
@@ -8012,5 +8083,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id595086"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537710"></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.
@@ -8034,5 +8105,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id595275"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537899"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via
@@ -8047,5 +8118,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id595310"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id537934"></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>
@@ -8068,5 +8139,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598754"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541288"></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>
@@ -8081,5 +8152,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598847"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541380"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em>
@@ -8112,5 +8183,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598921"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541454"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -8121,5 +8192,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598940"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541474"></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>
@@ -8151,10 +8222,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599005"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541538"></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="id599017"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541550"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself.
@@ -8162,5 +8233,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599028"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541561"></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
@@ -8168,5 +8239,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599040"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541573"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -8192,5 +8263,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599111"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541644"></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>
@@ -8199,5 +8270,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599167"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541700"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit
@@ -8226,5 +8297,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599234"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541767"></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>
@@ -8246,5 +8317,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599307"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541840"></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
@@ -8253,5 +8324,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599349"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541882"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8261,5 +8332,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599361"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541894"></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>
@@ -8281,5 +8352,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599434"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541967"></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>
@@ -8287,5 +8358,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599475"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542008"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8295,5 +8366,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599491"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542023"></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>
@@ -8317,5 +8388,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599574"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542106"></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>
@@ -8323,5 +8394,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599615"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542147"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling
@@ -8337,5 +8408,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599679"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542211"></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>
@@ -8356,10 +8427,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599737"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542269"></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="id599748"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542281"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler.  Currently,
@@ -8368,5 +8439,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599760"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542293"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best,
@@ -8376,5 +8447,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599773"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542306"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -8400,5 +8471,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599878"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542410"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of
@@ -8414,10 +8485,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id599921"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542452"></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="id599952"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542483"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to
@@ -8443,5 +8514,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600011"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542542"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing
@@ -8452,10 +8523,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600024"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542556"></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="id600072"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542604"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative
@@ -8480,5 +8551,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600137"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542668"></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
@@ -8493,5 +8564,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600216"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542748"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly
@@ -8510,5 +8581,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600252"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542783"></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>
@@ -8530,5 +8601,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600360"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id542892"></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
@@ -8548,5 +8619,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600474"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543006"></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
@@ -8565,5 +8636,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600524"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543056"></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>
@@ -8585,5 +8656,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600642"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543173"></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>
@@ -8592,5 +8663,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600686"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543218"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -8607,5 +8678,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600718"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543249"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -8631,5 +8702,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600789"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543321"></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>
@@ -8638,5 +8709,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600834"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543365"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -8661,5 +8732,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600905"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543437"></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
@@ -8671,5 +8742,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600958"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543490"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can
@@ -8681,5 +8752,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id600975"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543506"></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>
@@ -8701,5 +8772,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614427"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id543623"></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>
@@ -8709,5 +8780,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614478"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557244"></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
@@ -8720,5 +8791,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614507"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557272"></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>
@@ -8739,10 +8810,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614607"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557372"></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="id614630"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557395"></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
@@ -8755,5 +8826,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614663"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557428"></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>
@@ -8773,10 +8844,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614762"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557527"></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="id614785"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557550"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if
@@ -8791,5 +8862,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614818"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557584"></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>
@@ -8810,5 +8881,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614919"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557684"></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>
@@ -8817,5 +8888,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614957"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557722"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em>
@@ -8830,5 +8901,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id614980"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557745"></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>
@@ -8850,5 +8921,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615080"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557845"></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
@@ -8856,5 +8927,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615103"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557868"></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.
@@ -8867,10 +8938,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615119"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557884"></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="id615167"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557932"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to
@@ -8895,5 +8966,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615224"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id557989"></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
@@ -8904,5 +8975,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615275"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558040"></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
@@ -8918,5 +8989,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615315"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558080"></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>
@@ -8938,5 +9009,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615408"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558173"></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
@@ -8947,5 +9018,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615459"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558224"></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
@@ -8962,5 +9033,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615504"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558269"></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>
@@ -8982,10 +9053,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615594"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558359"></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="id615616"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558381"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE.
@@ -8996,5 +9067,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615631"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558396"></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>
@@ -9016,5 +9087,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615726"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558491"></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>
@@ -9023,5 +9094,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615762"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558527"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s
@@ -9030,10 +9101,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615776"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558541"></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="id615829"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558594"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
@@ -9058,5 +9129,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615889"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558654"></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>
@@ -9065,5 +9136,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615925"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558690"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
@@ -9073,10 +9144,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id615940"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558705"></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="id615993"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558758"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
@@ -9102,5 +9173,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616053"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558818"></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>
@@ -9115,5 +9186,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616119"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558884"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
@@ -9124,5 +9195,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616136"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558901"></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>
@@ -9144,5 +9215,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616229"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id558994"></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
@@ -9152,5 +9223,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616271"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559036"></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>.
@@ -9168,10 +9239,10 @@
               </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="id559069"></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="id616342"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559107"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9198,5 +9269,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616406"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559171"></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
@@ -9206,5 +9277,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616448"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559213"></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
@@ -9219,10 +9290,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616481"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559246"></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="id616518"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559284"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9249,5 +9320,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616583"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559348"></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>
@@ -9256,5 +9327,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616622"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559387"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal
@@ -9264,5 +9335,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616638"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559403"></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>
@@ -9283,15 +9354,15 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616715"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559480"></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="id616725"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559490"></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="id616735"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559500"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input
@@ -9305,5 +9376,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616748"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559513"></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>
@@ -9324,5 +9395,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616839"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559604"></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
@@ -9333,5 +9404,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616878"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559643"></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
@@ -9344,5 +9415,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616900"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559665"></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>
@@ -9365,5 +9436,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id616993"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559758"></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>
@@ -9375,5 +9446,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617051"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559816"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate.  If the
@@ -9516,5 +9587,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id575287"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id520554"></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
@@ -9616,5 +9687,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588715"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id531420"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p>
@@ -9635,5 +9706,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588777"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id531482"></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>
@@ -9643,5 +9714,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="id531524"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending
@@ -9669,5 +9740,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588884"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540414"></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
@@ -9677,5 +9748,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597857"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540455"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to
@@ -9697,5 +9768,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597919"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540517"></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>
@@ -9706,5 +9777,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597961"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540559"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p>
@@ -9725,5 +9796,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598022"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540620"></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>
@@ -9732,5 +9803,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598062"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540661"></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
@@ -9752,5 +9823,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598120"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540718"></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
@@ -9760,5 +9831,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598147"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540746"></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
@@ -9780,5 +9851,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598205"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id532916"></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
@@ -9789,5 +9860,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598248"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id532958"></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>
@@ -9809,5 +9880,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590327"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id533020"></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>
@@ -9826,5 +9897,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590417"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id533110"></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
@@ -9863,5 +9934,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590517"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id533210"></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>
@@ -9878,5 +9949,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590620"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id533313"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p>
@@ -9897,5 +9968,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590681"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id533374"></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>
@@ -9904,5 +9975,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590722"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539149"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is
@@ -9925,10 +9996,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596609"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539208"></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="id596635"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539234"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or
@@ -9955,10 +10026,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596696"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539295"></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="id596722"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539321"></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,
@@ -9980,10 +10051,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596780"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539379"></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="id596806"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539405"></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
@@ -10005,10 +10076,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596863"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539463"></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="id596890"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539489"></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>
@@ -10029,10 +10100,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id596947"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539546"></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="id596973"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539572"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p>
@@ -10053,10 +10124,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597030"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539630"></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="id597057"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539656"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p>
@@ -10077,10 +10148,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597114"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539729"></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="id597140"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539755"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for
@@ -10102,10 +10173,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602277"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539812"></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="id602303"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539839"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format
@@ -10127,10 +10198,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602360"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539896"></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="id602386"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539922"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and
@@ -10151,10 +10222,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602429"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539965"></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="id602440"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id539976"></a>
                 <div class="header">Superclasses:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p>
@@ -10175,10 +10246,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602498"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540033"></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="id602524"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540059"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p>
@@ -10199,10 +10270,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602582"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540117"></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="id602608"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540143"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more
@@ -10228,10 +10299,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602671"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540207"></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="id602697"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540233"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On
@@ -10254,5 +10325,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602758"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540294"></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>
@@ -10265,5 +10336,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id602802"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id540337"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It
@@ -10286,5 +10357,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597221"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id544915"></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>
@@ -10293,5 +10364,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id597277"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id544971"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying
@@ -10425,5 +10496,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id552794"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id523063"></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.
@@ -10476,5 +10547,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588354"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541092"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process,
@@ -10496,5 +10567,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id588413"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id530954"></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>
@@ -10502,5 +10573,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id601879"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id530995"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified
@@ -10525,10 +10596,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id601940"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id531056"></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="id541695"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541163"></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
@@ -10552,10 +10623,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id541760"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541228"></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="id541786"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id541254"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to
@@ -10578,10 +10649,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id542704"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id492202"></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="id542730"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id492228"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to
@@ -10605,10 +10676,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598622"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id532448"></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="id598647"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id532474"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to
@@ -10632,10 +10703,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id598708"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id532535"></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="id598734"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id544474"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status
@@ -10667,5 +10738,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id549933">9.1.1. Stream External Format</a>
+                    <a href="#id534736">9.1.1. Stream External Format</a>
                   </span>
                 </dt>
@@ -10735,5 +10806,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id549933"></a>9.1.1.Â Stream External Format</h3>
+                  <h3 class="title"><a id="id534736"></a>9.1.1.Â Stream External Format</h3>
                 </div>
               </div>
@@ -10898,10 +10969,10 @@
               </div>
             </div>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id549053" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id549063" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id549073" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id549083" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id549092" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id601401" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id538095" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id538105" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id538115" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id544016" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id544026" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id544036" class="indexterm"></a>
             <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has
         attributes and accessors:
@@ -10956,5 +11027,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id601566"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544201"></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
@@ -10963,10 +11034,10 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id601593"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544228"></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="id601604"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544239"></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>
@@ -10991,10 +11062,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id601685"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544320"></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="id601711"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544346"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open
@@ -11005,5 +11076,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id601730"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544365"></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>
@@ -11028,10 +11099,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id601811"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544446"></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="id601838"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550666"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file
@@ -11042,5 +11113,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607827"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id550684"></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>
@@ -11475,5 +11546,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608414"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551271"></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>
@@ -11486,5 +11557,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608472"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551329"></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
@@ -11507,5 +11578,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608532"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551388"></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>
@@ -11518,5 +11589,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608590"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551446"></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
@@ -11538,5 +11609,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608648"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551504"></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>
@@ -11554,5 +11625,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608723"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551580"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into
@@ -11577,5 +11648,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608784"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551640"></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>
@@ -11593,5 +11664,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608859"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551715"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream,
@@ -11615,5 +11686,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608919"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551775"></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>
@@ -11621,5 +11692,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id608937"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551793"></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>
@@ -11632,5 +11703,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609002"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551858"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with
@@ -11656,5 +11727,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609072"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551928"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector,
@@ -11663,5 +11734,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609084"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id551940"></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
@@ -11688,5 +11759,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609203"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id552060"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at
@@ -11694,5 +11765,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609215"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id552072"></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
@@ -11704,5 +11775,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id609288"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id552144"></a>
                   <div class="header">Examples:</div>
                   <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
@@ -12495,5 +12566,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id601152">11.2.2. Generating a lisp image for use with Shark</a>
+                    <a href="#id544492">11.2.2. Generating a lisp image for use with Shark</a>
                   </span>
                 </dt>
@@ -12773,5 +12844,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id601152"></a>11.2.2.Â Generating a lisp image for use with Shark</h3>
+                  <h3 class="title"><a id="id544492"></a>11.2.2.Â Generating a lisp image for use with Shark</h3>
                 </div>
               </div>
@@ -12884,5 +12955,5 @@
               </div>
             </div>
-            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id597604" class="indexterm"></a>
+            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id543807" 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>
@@ -12890,5 +12961,5 @@
       profiling configuration file created by the "Config Editor" in
       Shark.app.</p>
-            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id597628" 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="id543830" 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
@@ -13982,5 +14053,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id611607"></a>12.3.2.4.Â %int-to-ptr [Function]</h4>
+                    <h4 class="title"><a id="id554457"></a>12.3.2.4.Â %int-to-ptr [Function]</h4>
                   </div>
                 </div>
@@ -14023,5 +14094,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id611681"></a>12.3.2.5.Â %inc-ptr [Function]</h4>
+                    <h4 class="title"><a id="id554532"></a>12.3.2.5.Â %inc-ptr [Function]</h4>
                   </div>
                 </div>
@@ -14073,5 +14144,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id611773"></a>12.3.2.6.Â %ptr-to-int [Function]</h4>
+                    <h4 class="title"><a id="id554623"></a>12.3.2.6.Â %ptr-to-int [Function]</h4>
                   </div>
                 </div>
@@ -14115,5 +14186,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id611848"></a>12.3.2.7.Â %null-ptr [Macro]</h4>
+                    <h4 class="title"><a id="id554698"></a>12.3.2.7.Â %null-ptr [Macro]</h4>
                   </div>
                 </div>
@@ -14140,5 +14211,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id611889"></a>12.3.2.8.Â %null-ptr-p [Function]</h4>
+                    <h4 class="title"><a id="id554740"></a>12.3.2.8.Â %null-ptr-p [Function]</h4>
                   </div>
                 </div>
@@ -14182,5 +14253,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id611965"></a>12.3.2.9.Â %setf-macptr [Function]</h4>
+                    <h4 class="title"><a id="id554815"></a>12.3.2.9.Â %setf-macptr [Function]</h4>
                   </div>
                 </div>
@@ -14230,5 +14301,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612055"></a>12.3.2.10.Â %incf-ptr [Macro]</h4>
+                    <h4 class="title"><a id="id554905"></a>12.3.2.10.Â %incf-ptr [Macro]</h4>
                   </div>
                 </div>
@@ -14278,5 +14349,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612145"></a>12.3.2.11.Â with-macptrs [Macro]</h4>
+                    <h4 class="title"><a id="id554996"></a>12.3.2.11.Â with-macptrs [Macro]</h4>
                   </div>
                 </div>
@@ -14328,5 +14399,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612237"></a>12.3.2.12.Â %stack-block [Macro]</h4>
+                    <h4 class="title"><a id="id555088"></a>12.3.2.12.Â %stack-block [Macro]</h4>
                   </div>
                 </div>
@@ -14379,5 +14450,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612329"></a>12.3.2.13.Â make-cstring [Function]</h4>
+                    <h4 class="title"><a id="id555180"></a>12.3.2.13.Â make-cstring [Function]</h4>
                   </div>
                 </div>
@@ -14422,5 +14493,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612406"></a>12.3.2.14.Â with-cstrs [Macro]</h4>
+                    <h4 class="title"><a id="id555256"></a>12.3.2.14.Â with-cstrs [Macro]</h4>
                   </div>
                 </div>
@@ -14472,5 +14543,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612497"></a>12.3.2.15.Â with-encoded-cstrs [Macro]</h4>
+                    <h4 class="title"><a id="id555348"></a>12.3.2.15.Â with-encoded-cstrs [Macro]</h4>
                   </div>
                 </div>
@@ -14535,5 +14606,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id612621"></a>12.3.2.16.Â %get-cstring [Function]</h4>
+                    <h4 class="title"><a id="id555471"></a>12.3.2.16.Â %get-cstring [Function]</h4>
                   </div>
                 </div>
@@ -14577,5 +14648,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id628648"></a>12.3.2.17.Â %str-from-ptr [Function]</h4>
+                    <h4 class="title"><a id="id571365"></a>12.3.2.17.Â %str-from-ptr [Function]</h4>
                   </div>
                 </div>
@@ -16023,5 +16094,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id630601"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573319"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE*
@@ -16075,5 +16146,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id630708"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573425"></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
@@ -16134,5 +16205,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id630825"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573543"></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
@@ -16181,5 +16252,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id630908"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573625"></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
@@ -16284,5 +16355,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631047"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573764"></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
@@ -16313,5 +16384,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631121"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573839"></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
@@ -16320,5 +16391,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631157"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573875"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the
@@ -16349,5 +16420,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631233"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id573951"></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>
@@ -16366,5 +16437,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631305"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574022"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em>
@@ -16402,5 +16473,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631384"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574102"></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
@@ -16410,5 +16481,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631425"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574143"></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
@@ -16444,5 +16515,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631498"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574216"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---
@@ -16457,5 +16528,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631538"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574256"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for
@@ -16485,5 +16556,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631608"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574325"></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>
@@ -16498,5 +16569,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631681"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574399"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by
@@ -16525,5 +16596,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631741"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574458"></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>
@@ -16536,5 +16607,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631804"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574521"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
@@ -16562,5 +16633,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631863"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574580"></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>
@@ -16575,5 +16646,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631936"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574654"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
@@ -16600,10 +16671,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631992"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574710"></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="id632014"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574732"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol
@@ -16628,10 +16699,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632073"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574791"></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="id632096"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574813"></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
@@ -16655,5 +16726,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632150"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574868"></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
@@ -16661,5 +16732,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632176"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574894"></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>
@@ -16693,5 +16764,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632269"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id574987"></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>
@@ -16708,5 +16779,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632344"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575062"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16743,5 +16814,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632416"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575133"></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
@@ -16760,5 +16831,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632483"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575201"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16809,5 +16880,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632606"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575323"></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
@@ -16823,5 +16894,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632664"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575381"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16864,5 +16935,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632753"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575471"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16897,5 +16968,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632837"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575554"></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
@@ -16905,5 +16976,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632877"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575594"></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
@@ -16916,5 +16987,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632892"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575610"></a>
                 <div class="header">Examples:</div>
                 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple.
@@ -16951,5 +17022,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632913"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575631"></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
@@ -16974,5 +17045,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id632970"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575688"></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="12.3.Â Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p>
@@ -16982,5 +17053,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633015"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575732"></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
@@ -17008,5 +17079,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633080"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575798"></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
@@ -17014,5 +17085,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633103"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575821"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT
@@ -17037,5 +17108,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633174"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575892"></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>
@@ -17045,5 +17116,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633225"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id575943"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -17075,5 +17146,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633306"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576024"></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>
@@ -17082,5 +17153,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633354"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576072"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is
@@ -17109,5 +17180,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633422"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576139"></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
@@ -17117,5 +17188,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633450"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576168"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17154,5 +17225,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633506"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576224"></a>
                 <div class="header">Example:</div>
                 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
@@ -17168,5 +17239,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633521"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576239"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -17190,5 +17261,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633581"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576299"></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
@@ -17197,5 +17268,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633605"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576322"></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
@@ -17221,5 +17292,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633665"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576382"></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
@@ -17228,5 +17299,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633688"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576406"></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
@@ -17250,5 +17321,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id633727"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id576444"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be
@@ -18903,5 +18974,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626243"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id568940"></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
@@ -18913,5 +18984,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626288"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id568985"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18934,5 +19005,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626349"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569046"></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
@@ -18947,5 +19018,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626409"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569106"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18971,5 +19042,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626471"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569169"></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
@@ -18977,5 +19048,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626498"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569196"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18999,5 +19070,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626557"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569254"></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
@@ -19005,5 +19076,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626584"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569281"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19025,5 +19096,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626641"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569338"></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
@@ -19034,5 +19105,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626684"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569381"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19057,5 +19128,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626743"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569440"></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
@@ -19066,5 +19137,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626786"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569483"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19089,10 +19160,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626845"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569543"></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="id626871"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569568"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19115,5 +19186,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626928"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569626"></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
@@ -19123,5 +19194,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626971"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569668"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19148,5 +19219,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627040"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569737"></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
@@ -19157,5 +19228,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627082"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569780"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19173,5 +19244,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627116"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569813"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19198,5 +19269,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627177"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569874"></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
@@ -19205,5 +19276,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627204"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569901"></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
@@ -19230,5 +19301,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627274"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569971"></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
@@ -19236,5 +19307,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627299"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id569997"></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
@@ -19258,5 +19329,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627365"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570062"></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
@@ -19280,5 +19351,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627446"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570143"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements
@@ -19305,5 +19376,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627528"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570226"></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
@@ -19320,5 +19391,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627575"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570272"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the
@@ -19341,10 +19412,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627638"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570335"></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="id627649"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570346"></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
@@ -19388,5 +19459,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627726"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570423"></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
@@ -19423,10 +19494,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627783"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570480"></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="id627794"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570492"></a>
                 <div class="header">Initargs:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>---
@@ -19436,5 +19507,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627821"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570518"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19454,5 +19525,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id627841"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id570538"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19485,5 +19556,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617109"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id559860"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19825,5 +19896,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id624929"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id556118"></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>
@@ -19833,5 +19904,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id624988"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id556176"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p>
@@ -19851,5 +19922,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625045"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id556233"></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>
@@ -19869,5 +19940,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625119"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id556307"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>.
@@ -19892,5 +19963,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625188"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567063"></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
@@ -19925,5 +19996,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id612753"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567148"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the
@@ -19946,10 +20017,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id612813"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567209"></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="id612839"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567234"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the
@@ -19975,5 +20046,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id612901"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567296"></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
@@ -19995,10 +20066,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id612959"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567355"></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="id612985"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567381"></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
@@ -20026,5 +20097,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613044"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567439"></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,
@@ -20049,5 +20120,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613100"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567495"></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
@@ -20074,5 +20145,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613158"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567553"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the
@@ -20096,5 +20167,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613216"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567612"></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
@@ -20106,5 +20177,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613272"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567667"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect.
@@ -20130,10 +20201,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613337"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567733"></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="id613363"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567759"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages
@@ -20160,5 +20231,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613421"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567817"></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
@@ -20315,5 +20386,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id623137">16.7.2. Recommended Reading</a>
+                    <a href="#id565830">16.7.2. Recommended Reading</a>
                   </span>
                 </dt>
@@ -21591,5 +21662,5 @@
                 <li class="listitem">
                   <p>To support a feature called <span class="emphasis"><em>GCTWA
-                <sup>[<a id="id622691" href="#ftn.id622691" class="footnote">1</a>]</sup>
+                <sup>[<a id="id565384" href="#ftn.id565384" class="footnote">1</a>]</sup>
 	            , </em></span>the vector that contains the internal
 	          symbols of the current package is marked on entry to the
@@ -21724,5 +21795,5 @@
             <hr width="100" align="left" />
             <div class="footnote">
-              <p><sup>[<a id="ftn.id622691" href="#id622691" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
+              <p><sup>[<a id="ftn.id565384" href="#id565384" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
 		            where it stood for "Garbage Collection of Truly
 		            Worthless Atoms".</p>
@@ -21784,5 +21855,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="id622925" href="#ftn.id622925" class="footnote">2</a>]</sup> The
+        at the point where they're created (via Setf).<sup>[<a id="id565618" href="#ftn.id565618" 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>
@@ -21831,5 +21902,5 @@
         that might introduce an intergenerational reference must be
         memoized.
-        <sup>[<a id="id622993" href="#ftn.id622993" class="footnote">3</a>]</sup> It's always safe to
+        <sup>[<a id="id565686" href="#ftn.id565686" 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.
@@ -21852,5 +21923,5 @@
             <hr width="100" align="left" />
             <div class="footnote">
-              <p><sup>[<a id="ftn.id622925" href="#id622925" class="para">2</a>] </sup>This is
+              <p><sup>[<a id="ftn.id565618" href="#id565618" class="para">2</a>] </sup>This is
             sometimes called "The Write Barrier": all assignments which
             might result in intergenerational references must be noted, as
@@ -21858,5 +21929,5 @@
             </div>
             <div class="footnote">
-              <p><sup>[<a id="ftn.id622993" href="#id622993" class="para">3</a>] </sup>Note that the implicit setfs that occur when
+              <p><sup>[<a id="ftn.id565686" href="#id565686" 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
@@ -21974,5 +22045,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id623137"></a>16.7.2.Â Recommended Reading</h3>
+                  <h3 class="title"><a id="id565830"></a>16.7.2.Â Recommended Reading</h3>
                 </div>
               </div>
@@ -22387,5 +22458,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id580956"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id553253"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD)
@@ -22412,5 +22483,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id542053"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id532211"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
@@ -22436,5 +22507,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id610442"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id555873"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
@@ -22459,5 +22530,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617467"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id555919"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session
@@ -22484,5 +22555,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617525"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id560642"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p>
@@ -22502,5 +22573,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id590126"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id560686"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros.
@@ -22524,5 +22595,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id621667"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567912"></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>
@@ -22530,5 +22601,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id621708"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id567953"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If
@@ -22556,5 +22627,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id621770"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id560301"></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>
@@ -22565,5 +22636,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617579"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id560359"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer
@@ -22976,7 +23047,8 @@
             <dl>
               <dt>CCL Logical Host, <a class="indexterm" href="#Predefined-Logical-Hosts">Predefined Logical Hosts</a></dt>
-              <dt>clear-coverage, <a class="indexterm" href="#f_clear-coverage">Function clear-coverage</a></dt>
+              <dt>clear-coverage, <a class="indexterm" href="#f_clear-coverage">Function CLEAR-COVERAGE</a></dt>
               <dt>close, <a class="indexterm" href="#o_close">Method CLOSE</a></dt>
               <dt>close-shared-library, <a class="indexterm" href="#f_close-shared-library">Function CLOSE-SHARED-LIBRARY</a></dt>
+              <dt>combine-coverage, <a class="indexterm" href="#f_combine-coverage">Function COMBINE-COVERAGE</a></dt>
               <dt>communication-deadline-expired, <a class="indexterm" href="#Stream-Timeouts-And-Deadlines">Stream Timeouts and Deadlines</a></dt>
               <dt>configure-gcc, <a class="indexterm" href="#f_configure-gcc">Function CONFIGURE-GCC</a></dt>
@@ -23151,7 +23223,7 @@
               <dt>report-coverage, <a class="indexterm" href="#f_report-coverage">Function REPORT-COVERAGE</a></dt>
               <dt>request-terminal-input-via-break, <a class="indexterm" href="#v_request-terminal-input-via-break">Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*</a></dt>
-              <dt>reset-coverage, <a class="indexterm" href="#f_reset-coverage">Function reset-coverage</a></dt>
+              <dt>reset-coverage, <a class="indexterm" href="#f_reset-coverage">Function RESET-COVERAGE</a></dt>
               <dt>restore-coverage, <a class="indexterm" href="#f_restore-coverage">Function RESTORE-COVERAGE</a></dt>
-              <dt>restore-coverage-from-file, <a class="indexterm" href="#f_restore-coverage-from-file">Function restore-coverage-from-file</a></dt>
+              <dt>restore-coverage-from-file, <a class="indexterm" href="#f_restore-coverage-from-file">Function RESTORE-COVERAGE-FROM-FILE</a></dt>
               <dt>rlet, <a class="indexterm" href="#m_rlet">Macro RLET</a></dt>
               <dt>rletz, <a class="indexterm" href="#m_rletz">Macro RLETZ</a></dt>
@@ -23163,6 +23235,6 @@
             <dl>
               <dt>save-application, <a class="indexterm" href="#Saving-Applications">Saving Applications</a></dt>
-              <dt>save-coverage, <a class="indexterm" href="#f_save-coverage">Function save-coverage</a></dt>
-              <dt>save-coverage-in-file, <a class="indexterm" href="#f_save-coverage-in-file">Function save-coverage-in-file</a></dt>
+              <dt>save-coverage, <a class="indexterm" href="#f_save-coverage">Function SAVE-COVERAGE</a></dt>
+              <dt>save-coverage-in-file, <a class="indexterm" href="#f_save-coverage-in-file">Function SAVE-COVERAGE-IN-FILE</a></dt>
               <dt>send-to, <a class="indexterm" href="#f_send-to">Function SEND-TO</a></dt>
               <dt>set-development-environment, <a class="indexterm" href="#f_set-development-environment">Function SET-DEVELOPMENT-ENVIRONMENT</a></dt>
@@ -23243,5 +23315,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 18:0 on April 25, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14730<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 20:0 on April 28, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14744<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
   </body>
 </html>
