[Openmcl-cvs-notifications] r14509 - /trunk/source/doc/ccl-documentation.html

gb at clozure.com gb at clozure.com
Wed Dec 22 22:00:18 CST 2010


Author: gb
Date: Wed Dec 22 22:00:18 2010
New Revision: 14509

Log:
updated

Modified:
    trunk/source/doc/ccl-documentation.html

Modified: trunk/source/doc/ccl-documentation.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/doc/ccl-documentation.html (original)
+++ trunk/source/doc/ccl-documentation.html Wed Dec 22 22:00:18 2010
@@ -5,7 +5,7 @@
     <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-=
8" />
     <title>Clozure CL Documentation</title>
     <meta name=3D"generator" content=3D"DocBook XSL Stylesheets V1.75.2" />
-    <link rel=3D"home" href=3D"#id509702" title=3D"Clozure CL Documentatio=
n" />
+    <link rel=3D"home" href=3D"#id551584" title=3D"Clozure CL Documentatio=
n" />
     <link rel=3D"next" href=3D"#about-ccl" title=3D"Chapter=C3=82=C2=A01.=
=C3=82=C2=A0About Clozure CL" />
   </head>
   <body>
@@ -13,7 +13,7 @@
       <div class=3D"titlepage">
         <div>
           <div>
-            <h1 class=3D"title"><a id=3D"id509702"></a>Clozure CL Document=
ation</h1>
+            <h1 class=3D"title"><a id=3D"id551584"></a>Clozure CL Document=
ation</h1>
           </div>
         </div>
         <hr />
@@ -1744,7 +1744,7 @@
           </div>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The following terms ar=
e used in subsequent sections; it
       may be helpful to refer to these definitions.</p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id528244" cla=
ss=3D"indexterm"></a><a class=3D"glossterm" href=3D"#fasl-file"><em class=
=3D"glossterm">fasl
+          <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id570125" cla=
ss=3D"indexterm"></a><a class=3D"glossterm" href=3D"#fasl-file"><em class=
=3D"glossterm">fasl
         files</em></a> are the object files produced
       by <code class=3D"literal">compile-file</code>.  fasl files store the
       machine code associated with function definitions and the
@@ -1755,7 +1755,7 @@
       types (extensions) to name fasl files on different platforms;
       see
       <a class=3D"xref" href=3D"#Platform-specific-filename-conventions" t=
itle=3D"Table=C3=82=C2=A03.1.=C3=82=C2=A0Platform-specific filename convent=
ions">Table=C3=82=C2=A03.1, =C3=A2=C2=80=C2=9CPlatform-specific filename co=
nventions=C3=A2=C2=80=C2=9D</a> </p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">The <a id=3D"id522945"=
 class=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_kernel"><em =
class=3D"glossterm">Lisp
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">The <a id=3D"id564826"=
 class=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_kernel"><em =
class=3D"glossterm">Lisp
         kernel</em></a> is a C program with a fair amount of
       platform-specific assembly language code. Its basic job is to
       map a lisp heap image into memory, transfer control to some
@@ -1765,7 +1765,7 @@
       code. Clozure CL uses different filenames to name the lisp kernel
       files on different platforms; see
       <a class=3D"xref" href=3D"#Platform-specific-filename-conventions" t=
itle=3D"Table=C3=82=C2=A03.1.=C3=82=C2=A0Platform-specific filename convent=
ions">Table=C3=82=C2=A03.1, =C3=A2=C2=80=C2=9CPlatform-specific filename co=
nventions=C3=A2=C2=80=C2=9D</a>.</p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id551161" c=
lass=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_image"><em cla=
ss=3D"glossterm">heap
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id593042" c=
lass=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_image"><em cla=
ss=3D"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
       from an executable file or shared library in the OS's native
@@ -1776,7 +1776,7 @@
       comprise Clozure CL. Clozure CL uses different filenames to name the
       standard full heap image files on different platforms; see
       <a class=3D"xref" href=3D"#Platform-specific-filename-conventions" t=
itle=3D"Table=C3=82=C2=A03.1.=C3=82=C2=A0Platform-specific filename convent=
ions">Table=C3=82=C2=A03.1, =C3=A2=C2=80=C2=9CPlatform-specific filename co=
nventions=C3=A2=C2=80=C2=9D</a>.</p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id536820" c=
lass=3D"indexterm"></a> bootstrapping image is a minimal
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id578701" c=
lass=3D"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
       of Clozure CL from fasl files.  It may help to think of the
@@ -1788,7 +1788,7 @@
           <p xmlns=3D"http://www.w3.org/1999/xhtml">Each supported platfor=
m (and possibly a few
       as-yet-unsupported ones) has a uniquely named subdirectory of
       <code class=3D"literal">ccl/lisp-kernel/</code>; each such
-      <a id=3D"id525617" class=3D"indexterm"></a>
+      <a id=3D"id576885" class=3D"indexterm"></a>
       contains a Makefile and may contain some auxiliary files (linker
       scripts, etc.) that are used to build the lisp kernel on a
       particular platform.The platform-specific name of the kernel
@@ -2019,9 +2019,11 @@
               </div>
             </div>
           </div>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">Given that you now hav=
e everything you need, do the
-      following in a running Clozure CL to bring your Lisp system
-      completely up to date.</p>
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">You now have everythin=
g you need.  Start up
+      Clozure CL with the <code class=3D"literal">-n</code> or <code class=
=3D"literal">--no-init</code>
+      option to avoid potential interference from code in your init file,
+      and evaluate the following form to bring your Lisp system
+      up to date.</p>
           <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"programlist=
ing">
 ? (ccl:rebuild-ccl :full t)
     </pre>
@@ -2605,7 +2607,7 @@
       over tracing actions.
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id533582" class=3D"indexterm"></a>
+      <a id=3D"id585771" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
"></a>TRACE</em> {<em class=3D"replaceable"><code>keyword</code></em>
         <em class=3D"replaceable"><code>global-value</code></em>}* {<em cl=
ass=3D"replaceable"><code>spec</code></em> |
         (<em class=3D"replaceable"><code>spec</code></em> {<em class=3D"re=
placeable"><code>keyword</code></em>
@@ -3049,17 +3051,17 @@
             </dl>
           </div>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564435" class=3D"indexterm"></a>
+      <a id=3D"id606339" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-level"></a>CCL:*TRACE-LEVEL*</em>    [Variable]</strong></span>
     </p>
           <p xmlns=3D"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=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564461" class=3D"indexterm"></a>
+      <a id=3D"id606365" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em>    [Variable]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The default before and=
 after print actions will not indent by more than the value of <em class=3D=
"varname">ccl:*trace-max-indent*</em> regardless of the current trace level=
.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564490" class=3D"indexterm"></a>
+      <a id=3D"id606394" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-function"></a>CCL:TRACE-FUNCTION</em> <em class=3D"replaceable"><code>spec=
</code></em> <em class=3D"varname">&key</em> {<em class=3D"replaceable"=
><code>keyword</code></em> <em class=3D"replaceable"><code>value</code></em=
>}*    [Function]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
@@ -3067,7 +3069,7 @@
       <em class=3D"replaceable"><code>keyword</code></em>s are as for TRAC=
E, except that all arguments are evaluated.
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564539" class=3D"indexterm"></a>
+      <a id=3D"id606443" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em>   [Variable]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The default print acti=
ons bind <em class=3D"varname">CL:*PRINT-LEVEL*</em> to this value while
@@ -3075,7 +3077,7 @@
       It does not apply to printing of <em class=3D"varname">:print-before=
/:print-after</em> forms or any
       explicit printing done by user code.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564574" class=3D"indexterm"></a>
+      <a id=3D"id606478" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em>    [Variable]</strong></sp=
an>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The default print acti=
ons bind <em class=3D"varname">CL:*PRINT-LENGTH*</em> to this value while
@@ -3083,7 +3085,7 @@
       It does not apply to printing of <em class=3D"varname">:print-before=
/:print-after</em> forms or any
       explicit printing done by user code.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564608" class=3D"indexterm"></a>
+      <a id=3D"id606512" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em>    [Variable]</strong></=
span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">By default, this is ni=
l. If non-nil it should be a integer,
@@ -3132,7 +3134,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564771">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id606674">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">spec</span></i>---
 	      A specification of the function on which to put the
@@ -3167,7 +3169,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564879">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id606781">=
</a>
                 <div class=3D"header">Examples:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The function <code class=3D"literal">foo</code>, already defined, does
@@ -3212,7 +3214,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564978">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id606880">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The unadvise macro removes the piece or pieces of advice
@@ -3227,7 +3229,7 @@
       </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565044">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id606946">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The arguments have the same meaning as in
@@ -3251,7 +3253,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565122">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607024">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The advisedp macro returns a list of existing pieces of advice
@@ -3263,7 +3265,7 @@
       </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565171">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607071">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The arguments have the same meaning as in
@@ -3430,7 +3432,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565732=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607633=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">domain</span></i>---This is used to indicate where the external
 	      format is to be used.  Its value can be almost
@@ -3464,7 +3466,7 @@
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">external-format</span></i>---An external-format object as describ=
ed above.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580305=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id622196=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Despite the fu=
nction's name, it doesn't necessarily create a
 	new, unique EXTERNAL-FORMAT object: two calls to
@@ -3632,7 +3634,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id580607"></a>4.5.4.1.=C3=
=82=C2=A0Encoding Problems</h4>
+                    <h4 class=3D"title"><a id=3D"id622499"></a>4.5.4.1.=C3=
=82=C2=A0Encoding Problems</h4>
                   </div>
                 </div>
               </div>
@@ -3648,7 +3650,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id580619"></a>4.5.4.2.=C3=
=82=C2=A0Byte Order Marks</h4>
+                    <h4 class=3D"title"><a id=3D"id622511"></a>4.5.4.2.=C3=
=82=C2=A0Byte Order Marks</h4>
                   </div>
                 </div>
               </div>
@@ -3676,7 +3678,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id580654"></a>4.5.4.3.=C3=
=82=C2=A0<span class=3D"function"><strong>DESCRIBE-CHARACTER-ENCODINGS</str=
ong></span></h4>
+                    <h4 class=3D"title"><a id=3D"id622546"></a>4.5.4.3.=C3=
=82=C2=A0<span class=3D"function"><strong>DESCRIBE-CHARACTER-ENCODINGS</str=
ong></span></h4>
                   </div>
                 </div>
               </div>
@@ -3698,7 +3700,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5807=
15"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6226=
07"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">Writes descr=
iptions of all defined character encodings
 	  to <em class=3D"varname">*terminal-io*</em>.  These descriptions
@@ -3707,7 +3709,7 @@
 	  intended use.</p>
                   </div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5807=
30"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6226=
22"></a>
                     <div class=3D"header">See Also:</div>
                     <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"=
simplelist"><a class=3D"xref" href=3D"#Character-Encodings" title=3D"4.5.4.=
=C3=82=C2=A0Character Encodings">Section=C3=82=C2=A04.5.4, =C3=A2=C2=80=C2=
=9CCharacter Encodings=C3=A2=C2=80=C2=9D</a>, <a class=3D"xref" href=3D"#Ex=
ternal-Formats" title=3D"4.5.2.=C3=82=C2=A0External Formats">Section=C3=82=
=C2=A04.5.2, =C3=A2=C2=80=C2=9CExternal Formats=C3=A2=C2=80=C2=9D</a>, <a c=
lass=3D"xref" href=3D"#Supported-Character-Encodings" title=3D"4.5.4.4.=C3=
=82=C2=A0Supported Character Encodings">Section=C3=82=C2=A04.5.4.4, =C3=A2=
=C2=80=C2=9CSupported Character Encodings=C3=A2=C2=80=C2=9D</a></span>
                   </div>
@@ -4138,7 +4140,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id581409"></a>4.5.4.5.=C3=
=82=C2=A0Encoding and Decoding Strings</h4>
+                    <h4 class=3D"title"><a id=3D"id623301"></a>4.5.4.5.=C3=
=82=C2=A0Encoding and Decoding Strings</h4>
                   </div>
                 </div>
               </div>
@@ -4163,7 +4165,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5814=
84"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6233=
77"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Returns the number of characters that would be produced by
@@ -4194,7 +4196,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5815=
80"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6234=
72"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Decodes the octets in <em class=3D"varname">vector</em> (or the subseq=
uence
@@ -4237,7 +4239,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5817=
03"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6235=
96"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Encodes <em class=3D"varname">string</em> (or the substring delimited =
by
@@ -4283,7 +4285,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5818=
22"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6237=
15"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Returns the number of octets required to encode
@@ -4333,7 +4335,7 @@
               </div>
             </div>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">Clozure CL sets up l=
ogical pathname translations for logical hosts:  <code class=3D"literal">cc=
l</code> and <code class=3D"literal">home</code></p>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581911" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id623803" clas=
s=3D"indexterm"></a>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">The <code class=3D"l=
iteral">CCL</code> logical host should point to the
         <code class=3D"literal">ccl</code> directory.  It is used for a va=
riety of
         purposes by Clozure CL including: locating Clozure CL source code,
@@ -4437,7 +4439,7 @@
       on 32-but platforms; and <em class=3D"varname">(EXPT 2 56)</em> on 6=
4-bit
       platforms.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id582094" class=3D"indexterm"></a>
+      <a id=3D"id623987" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"map-f=
ile-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em>
         <em class=3D"parameter"><code>pathname</code></em>
         <em class=3D"parameter"><code>element-type</code></em>
@@ -4497,7 +4499,7 @@
       returned by <em class=3D"varname">map-file-to-ivector</em>, Clozure =
CL signals
       a memory error.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id582227" class=3D"indexterm"></a>
+      <a id=3D"id624120" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"unmap=
-ivector"></a>CCL:UNMAP-IVECTOR</em>
         <em class=3D"parameter"><code>displaced-array</code></em>
         [Function]</strong></span>
@@ -4509,7 +4511,7 @@
       closes the mapped file, and changes the displaced-array so that its
       target is an empty vector (of length zero).</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id582263" class=3D"indexterm"></a>
+      <a id=3D"id624155" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"map-f=
ile-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em>
         <em class=3D"parameter"><code>pathname</code></em>
         [Function]</strong></span>
@@ -4519,7 +4521,7 @@
       for the common case of memory-mapping a file as a vector of
       bytes.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id582295" class=3D"indexterm"></a>
+      <a id=3D"id624187" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"unmap=
-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em>
         <em class=3D"parameter"><code>displaced-array</code></em>
         [Function]</strong></span>
@@ -4558,7 +4560,7 @@
       access to a special variable that has not been declared
       static.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id582369" class=3D"indexterm"></a>
+      <a id=3D"id624262" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"defst=
atic"></a>DEFSTATIC</em>
         <em class=3D"parameter"><code>var</code></em>
         <em class=3D"parameter"><code>value</code></em>
@@ -4612,7 +4614,7 @@
               </div>
             </div>
           </div>
-          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id582481" class=
=3D"indexterm"></a>
+          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id624374" class=
=3D"indexterm"></a>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">Clozure CL provides the
       function <code class=3D"literal">CCL:SAVE-APPLICATION</code>, which =
creates a file
       containing an archived Lisp memory image.</p>
@@ -4692,7 +4694,7 @@
       a <code class=3D"literal">MACPTR</code> object that points to the ad=
dress 0 is not
       converted, because address 0 can always be relied upon to refer to
       the same thing.</p>
-          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id582703" class=
=3D"indexterm"></a>
+          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id624595" class=
=3D"indexterm"></a>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, =
the constant <code class=3D"literal">CCL:+NULL-PTR+</code>
       refers to a <code class=3D"literal">MACPTR</code> object that points=
 to address 0.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">On all supported platf=
orms, you can
@@ -4703,7 +4705,7 @@
       command-line parameter to the <code class=3D"literal">opencml</code>
       or <code class=3D"literal">opencml64</code> script.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id582750" class=3D"indexterm"></a>
+      <a id=3D"id624642" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"save-=
application"></a>SAVE-APPLICATION</em>
         <em class=3D"parameter"><code>filename</code></em>
         <em class=3D"varname">&key</em>
@@ -4827,7 +4829,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583021">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id624914">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">out-file</span></i>---
 	      Name of the file in which to store the concatenation.
@@ -4841,7 +4843,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583081">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id624974">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	Creates a fasl file which, when loaded, will have the same
@@ -4901,7 +4903,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583172">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625064">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">mode</span></i>---
 	      One of the keywords :rounding-mode, :overflow,
@@ -4909,7 +4911,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583195">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625088">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	If <em class=3D"varname">mode</em> is supplied, returns the value of
@@ -4948,7 +4950,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583291">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625183">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">rounding-mode</span></i>---
 	      If supplied, must be one of :nearest, :zero, :positive, or
@@ -4957,7 +4959,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">overflow, underflow, division-by-zero, invalid, inexact</span></i=
>---NIL to mask the exception, T to signal it.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583327">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625219">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	Sets the current thread's exception-enable and rounding-mode
@@ -5006,14 +5008,14 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583402=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625294=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">object</span></i>---
 	      Any memory-allocated lisp object.
 	    </p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583424=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625317=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The WATCH function arranges for the specified object to be
@@ -5180,7 +5182,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583598=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625491=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
     The UNWATCH function ensures that the specified object is in
@@ -5214,7 +5216,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583647=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625539=
"></a>
                   <div class=3D"header">Discussion:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       This condition is signaled when a watched object is written
@@ -5232,7 +5234,7 @@
 	  </p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583700=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625593=
"></a>
                   <div class=3D"header">Restarts:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       A few restarts are provided: one will skip over the faulting
@@ -5300,7 +5302,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id583758"></a>4.12.5.1.=
=C3=82=C2=A0Fancy arrays</h4>
+                    <h4 class=3D"title"><a id=3D"id625650"></a>4.12.5.1.=
=C3=82=C2=A0Fancy arrays</h4>
                   </div>
                 </div>
               </div>
@@ -5327,7 +5329,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id583777"></a>4.12.5.2.=
=C3=82=C2=A0Hash tables</h4>
+                    <h4 class=3D"title"><a id=3D"id625669"></a>4.12.5.2.=
=C3=82=C2=A0Hash tables</h4>
                   </div>
                 </div>
               </div>
@@ -5375,7 +5377,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id583807"></a>4.12.5.3.=
=C3=82=C2=A0Lists</h4>
+                    <h4 class=3D"title"><a id=3D"id625700"></a>4.12.5.3.=
=C3=82=C2=A0Lists</h4>
                   </div>
                 </div>
               </div>
@@ -5544,7 +5546,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583989=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625882=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">html</span></i>---
 	  If non-nil, this will generate an HTML report, consisting of
@@ -5566,7 +5568,7 @@
 	</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584042=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id625934=
"></a>
                   <div class=3D"header">Example:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       If you've loaded <code class=3D"filename">foo.lx64fsl</code> and
@@ -5600,7 +5602,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584122=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626014=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Resets all coverage data back to the "Not Executed" state
@@ -5622,7 +5624,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584160=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626052=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Gets rid of the information about which instrumented files have
@@ -5648,7 +5650,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584212=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626105=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Saves all coverage info in a file, so you can restore the
@@ -5674,7 +5676,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584264=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626157=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Restores the coverage data previously saved with
@@ -5705,7 +5707,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584307=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626200=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns a snapshot of the current coverage data. A snapshot is a
@@ -5732,7 +5734,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584360=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626253=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Reinstalls a coverage snapshot as the current coverage state.
@@ -5755,7 +5757,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584411=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626303=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Saves the coverage snapshot in a file. The snapshot can be
@@ -5782,7 +5784,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584463=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626356=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns the snapshot saved in pathname. Doesn't affect the
@@ -5809,7 +5811,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584516=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626409=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns a sequence ccl:coverage-statistics objects, one for each
@@ -5976,7 +5978,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584751=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626644=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       This variable controls whether functions are instrumented for
@@ -6001,7 +6003,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584803=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626696=
"></a>
                   <div class=3D"header">Summary:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       This macro arranges so that body doesn't record internal details
@@ -6037,7 +6039,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584870">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626762">=
</a>
                 <div class=3D"header">Summary:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Cleanly exit from lisp.  If the exit argument is a value of type
@@ -6072,7 +6074,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584932">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626824">=
</a>
                 <div class=3D"header">Summary:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Wait for the signal with signal number s to be received, or until
@@ -6306,7 +6308,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id542430"></a>5.4.2.1.=C3=
=82=C2=A0Checking for Updates</h4>
+                    <h4 class=3D"title"><a id=3D"id584291"></a>5.4.2.1.=C3=
=82=C2=A0Checking for Updates</h4>
                   </div>
                 </div>
               </div>
@@ -6438,7 +6440,7 @@
       expression <code class=3D"code">(require :build-application)</code>.=
 Clozure CL loads
       the required subsystems, if necessary.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id535881" class=3D"indexterm"></a>
+      <a id=3D"id582654" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"build=
-application"></a>BUILD-APPLICATION</em> <em class=3D"varname">&key</em>
         (<em class=3D"parameter"><code>name</code></em> <em class=3D"repla=
ceable"><code>"MyApplication"</code></em>)
         (<em class=3D"parameter"><code>type-string</code></em> <em class=
=3D"replaceable"><code>"APPL"</code></em>)
@@ -6738,7 +6740,7 @@
                 </dt>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id530520">6.3.2.  As of August 2003:</a>
+                    <a href=3D"#id587172">6.3.2.  As of August 2003:</a>
                   </span>
                 </dt>
               </dl>
@@ -6989,7 +6991,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id530520"></a>6.3.2.=C3=82=
=C2=A0 As of August 2003:</h3>
+                  <h3 class=3D"title"><a id=3D"id587172"></a>6.3.2.=C3=82=
=C2=A0 As of August 2003:</h3>
                 </div>
               </div>
             </div>
@@ -7441,13 +7443,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571455">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613342">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---a list of all lisp processes (threads)
 		        known to Clozure CL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571480">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613368">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns a list o=
f all lisp processes (threads) known
 	      to Clozure CL as of
@@ -7459,7 +7461,7 @@
 	      sense in which such a list can be accurate.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571495">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613383">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#v_current-process" title=3D"V=
ariable *CURRENT-PROCESS*">
@@ -7487,7 +7489,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571565">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613452">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string, used to identify the process.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">persistent</span></i>---if true, requests that information about =
the process
@@ -7526,7 +7528,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---the newly-created process.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571750">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613638">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns a new lisp process (thread) with the
 	      specified attributes. <em class=3D"varname">process</em> will not b=
egin
@@ -7547,7 +7549,7 @@
 	      is used.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571802">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613690">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-preset" title=3D"Function PROC=
ESS-PRESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-p=
reset</b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Functi=
on PROCESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">pr=
ocess-enable</b></a>, <a class=3D"xref" href=3D"#f_process-run-function" ti=
tle=3D"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">process-run-function</b></a></span>
               </div>
@@ -7566,7 +7568,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571881">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613769">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---T if <em xmlns=3D"http://www.w3.org/1999/xhtm=
l" class=3D"varname">process</em> had been runnable
@@ -7576,7 +7578,7 @@
 		        transitioned from 0 to 1.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571935">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613823">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Suspends <em cla=
ss=3D"varname">process</em>, preventing it from
 	      running, and stopping it if it was already running. This is a fairly
@@ -7598,12 +7600,12 @@
 	    did.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571990">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613878">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-resume" title=3D"Function PROC=
ESS-RESUME"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-r=
esume</b></a>, <a class=3D"xref" href=3D"#f_process-suspend-count" title=3D=
"Function PROCESS-SUSPEND-COUNT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">process-suspend-count</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572015">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613903">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml"><span class=3D"f=
unction"><strong>process-suspend</strong></span> was previously called
 	      <span class=3D"function"><strong>process-disable</strong></span>.
@@ -7629,7 +7631,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572096">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613984">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---T if <em xmlns=3D"http://www.w3.org/1999/xhtm=
l" class=3D"varname">process</em> had been suspended
@@ -7640,7 +7642,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572150">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614038">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Undoes the effec=
t of a previous call to
 	      <a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PRO=
CESS-SUSPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-suspend</b></a>; if
@@ -7651,12 +7653,12 @@
 	      <em class=3D"varname">process</em>, to a minimum of 0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572181">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614069">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PRO=
CESS-SUSPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-suspend</b></a>, <a class=3D"xref" href=3D"#f_process-suspend-count" title=
=3D"Function PROCESS-SUSPEND-COUNT"><b xmlns=3D"http://www.w3.org/TR/xhtml1=
/transitional">process-suspend-count</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572206">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614094">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      This was previously called PROCESS-ENABLE;
@@ -7682,7 +7684,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572271">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614160">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---The number of "outstanding"
@@ -7692,7 +7694,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572324">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614213">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">An "outstanding"=
 <a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PROCESS-SU=
SPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-suspen=
d</b></a> call
 	      is one which has not yet been reversed by a call to
@@ -7707,7 +7709,7 @@
 	      0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572374">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614263">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PRO=
CESS-SUSPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-suspend</b></a>, <a class=3D"xref" href=3D"#f_process-resume" title=3D"Fun=
ction PROCESS-RESUME"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional"=
>process-resume</b></a></span>
               </div>
@@ -7728,7 +7730,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572451">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614340">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">function</span></i>---a function, designated by itself or by a sy=
mbol
@@ -7739,7 +7741,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572526">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614414">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Typically used t=
o initialize a newly-created or newly-reset
 	      process, setting things up so that when <em class=3D"varname">proce=
ss</em>
@@ -7753,7 +7755,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572570">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614458">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Function PRO=
CESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-=
enable</b></a>, <a class=3D"xref" href=3D"#f_process-run-function" title=3D=
"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">process-run-function</b></a></span>
               </div>
@@ -7774,7 +7776,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572652">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614541">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---a time interval in seconds.  May be any
@@ -7783,7 +7785,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572714">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614602">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to begin t=
he execution of <em class=3D"varname">process</em>.
 	      An error is signaled if <em class=3D"varname">process</em> has never
@@ -7800,12 +7802,12 @@
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A process cannot=
 meaningfully attempt to enable itself.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572763">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614651">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>, <a class=3D"xref" href=3D"#f_process-preset" title=3D"Function PRO=
CESS-PRESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-=
preset</b></a>, <a class=3D"xref" href=3D"#f_process-run-function" title=3D=
"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">process-run-function</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572793">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614682">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">It would be nice=
 to have more discussion of what it means
 	      to synchronize with the process.</p>
@@ -7826,7 +7828,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572909">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614797">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string, used to identify the process.
 		        Passed to <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"=
function"><strong>make-process</strong></span>.</p>
@@ -7848,7 +7850,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---the newly-created process.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573098">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614986">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates a lisp p=
rocess (thread) via
 	      <a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>,
@@ -7861,7 +7863,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573133">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615021">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>, <a class=3D"xref" href=3D"#f_process-preset" title=3D"Function PRO=
CESS-PRESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-=
preset</b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Funct=
ion PROCESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">p=
rocess-enable</b></a></span>
               </div>
@@ -7882,7 +7884,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576451">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618349">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">function</span></i>---a function.
@@ -7895,7 +7897,7 @@
 		        NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576543">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618440">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Arranges for <em=
 class=3D"varname">process</em>
 	      to apply <em class=3D"varname">function</em> to <em class=3D"varnam=
e">args</em> at
@@ -7926,7 +7928,7 @@
 	      to or enters lisp.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576618">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618515">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#m_without-interrupts" title=
=3D"Macro WITHOUT-INTERRUPTS">
@@ -7935,7 +7937,7 @@
                 </span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576637">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618534">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">It would probabl=
y be better for <em class=3D"varname">result</em>
 	      to always be NIL, since the present behavior is inconsistent.
@@ -7965,24 +7967,24 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576702">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618599">=
</a>
                 <div class=3D"header">Value Type:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A lisp process (=
thread).</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576713">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618610">=
</a>
                 <div class=3D"header">Initial Value:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Bound separately=
 in each process, to that process itself.
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576725">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618622">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Used when lisp c=
ode needs to find out what process it is
 	      executing in.  Shouldn't be set by user code.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576737">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618634">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#f_all-processes" title=3D"Fun=
ction ALL-PROCESSES">
@@ -8006,14 +8008,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576807">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618704">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">kill-option</span></i>---an internal argument, must be nil.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576863">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618760">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Causes <em class=
=3D"varname">process</em> to cleanly exit
 	      from any ongoing computation and enter a state where it can be
@@ -8040,7 +8042,7 @@
 	      use of <a class=3D"xref" href=3D"#f_process-interrupt" title=3D"Fun=
ction PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">process-interrupt</b></a>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576931">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618828">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-kill" title=3D"Function PROCES=
S-KILL"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-kill<=
/b></a>, <a class=3D"xref" href=3D"#f_process-abort" title=3D"Function PROC=
ESS-ABORT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-ab=
ort</b></a></span>
               </div>
@@ -8060,14 +8062,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577004">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618901">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread), which
 		      may not be the current process.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577045">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618942">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Equivalent to calling (process-reset process) and
@@ -8075,7 +8077,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577057">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618954">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-reset" title=3D"Function PROCE=
SS-RESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-res=
et</b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Function =
PROCESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">proce=
ss-enable</b></a></span>
               </div>
@@ -8095,13 +8097,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577131">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619027">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577172">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619069">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Causes <em class=3D"varname">process</em> to cleanly exit
@@ -8109,7 +8111,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577186">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619083">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-reset" title=3D"Function PROCE=
SS-RESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-res=
et</b></a>, <a class=3D"xref" href=3D"#f_process-abort" title=3D"Function P=
ROCESS-ABORT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-abort</b></a></span>
               </div>
@@ -8131,13 +8133,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577270">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619166">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">condition</span></i>---a lisp condition.  The default is NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577311">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619208">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Entirely equival=
ent to calling
 	      (<a class=3D"xref" href=3D"#f_process-interrupt" title=3D"Function =
PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">pr=
ocess-interrupt</b></a> <em class=3D"varname">process</em>
@@ -8151,7 +8153,7 @@
 	      <em class=3D"varname">condition</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577374">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619271">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-reset" title=3D"Function PROCE=
SS-RESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-res=
et</b></a>, <a class=3D"xref" href=3D"#f_process-kill" title=3D"Function PR=
OCESS-KILL"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-k=
ill</b></a></span>
               </div>
@@ -8170,19 +8172,19 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577433">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619330">=
</a>
                 <div class=3D"header">Value Type:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A positive integ=
er.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577444">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619341">=
</a>
                 <div class=3D"header">Initial Value:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The clock resolu=
tion of the OS scheduler.  Currently,
 	      both LinuxPPC and DarwinPPC yield an initial value of 100.
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577456">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619353">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This value is or=
dinarily of marginal interest at best,
 	      but, for backward compatibility, some functions accept timeout
@@ -8190,7 +8192,7 @@
 	      ticks per second.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577469">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619366">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#f_process-wait-with-timeout" =
title=3D"Function PROCESS-WAIT-WITH-TIMEOUT">
@@ -8214,7 +8216,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577573">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619470">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This information=
 is primarily for the benefit of
 	      debugging tools.  <em class=3D"varname">whostate</em> is a terse re=
port
@@ -8228,12 +8230,12 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577615">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619512">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-wait" title=3D"Function PROCES=
S-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-wait<=
/b></a>, <a class=3D"xref" href=3D"#f_process-wait-with-timeout" title=3D"F=
unction PROCESS-WAIT-WITH-TIMEOUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/=
transitional">process-wait-with-timeout</b></a>, <a class=3D"xref" href=3D"=
#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577646">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619543">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This should argu=
ably be SETFable, but doesn't seem to
 	      ever have been.</p>
@@ -8257,7 +8259,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577704">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619601">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Advises the OS s=
cheduler that the current thread has nothing
 	      useful to do and that it should try to find some other thread to
@@ -8266,12 +8268,12 @@
 	      occur.  For example, you could use a lock or semaphore.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577718">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619614">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-R=
EAD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-=
read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-=
wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=
=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, =
<a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMI=
NAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-termi=
nal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577766">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619662">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This is a holdov=
er from the days of cooperative
 	      multitasking.  All modern general-purpose operating systems use
@@ -8294,7 +8296,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577830">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619727">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">whostate</span></i>---a string, which will be the value of
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"xref" href=3D=
"#f_process-whostate" title=3D"Function PROCESS-WHOSTATE"><b xmlns=3D"http:=
//www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>
@@ -8307,7 +8309,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577910">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619806">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Causes the curre=
nt lisp process (thread) to repeatedly
 	      apply <em class=3D"varname">function</em> to
@@ -8324,7 +8326,7 @@
 	      or semaphore.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577945">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619841">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-whostate" title=3D"Function PR=
OCESS-WHOSTATE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">proce=
ss-whostate</b></a>, <a class=3D"xref" href=3D"#f_process-wait-with-timeout=
" title=3D"Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class=3D"xr=
ef" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://w=
ww.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref" href=
=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a=
>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE-SEMA=
PHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-semaphore=
</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Functio=
n PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional"=
>process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wa=
it" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR=
/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" href=
=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D=
"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></spa=
n>
               </div>
@@ -8344,7 +8346,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578054">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id619950">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">whostate</span></i>---a string, which will be the value of
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"xref" href=3D=
"#f_process-whostate" title=3D"Function PROCESS-WHOSTATE"><b xmlns=3D"http:=
//www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>
@@ -8362,7 +8364,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">tic=
ks</em> has been exceeded.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578168">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620062">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If <em class=3D"=
varname">ticks</em> is NIL, behaves exactly like
 	      <a class=3D"xref" href=3D"#f_process-wait" title=3D"Function PROCES=
S-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-wait<=
/b></a>, except for returning T.
@@ -8379,7 +8381,7 @@
 	      better alternatives should be used whenever possible.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578218">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620112">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#v_ticks-per-second" title=3D"Variable *T=
ICKS-PER-SECOND*"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">*ti=
cks-per-second*</b></a>, <a class=3D"xref" href=3D"#f_process-whostate" tit=
le=3D"Function PROCESS-WHOSTATE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">process-whostate</b></a>, <a class=3D"xref" href=3D"#f_process-=
wait" title=3D"Function PROCESS-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">process-wait</b></a>, <a class=3D"xref" href=3D"#f_make-lo=
ck" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-read-write=
-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class=3D"xref" h=
ref=3D"#f_make-semaphore" title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class=3D"=
xref" href=3D"#f_process-input-wait" title=3D"Function PROCESS-INPUT-WAIT">=
<b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b=
></a>, <a class=3D"xref" href=3D"#f_process-output-wait" title=3D"Function =
PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">=
process-output-wait</b></a>, <a class=3D"xref" href=3D"#m_with-terminal-inp=
ut" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xh=
tml1/transitional">with-terminal-input</b></a></span>
               </div>
@@ -8399,14 +8401,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578335">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620229">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---the primary value returned by
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578379">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620274">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes <em cla=
ss=3D"varname">body</em>
 	      in an environment in which <a class=3D"xref" href=3D"#f_process-int=
errupt" title=3D"Function PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/=
TR/xhtml1/transitional">process-interrupt</b></a>
@@ -8421,7 +8423,7 @@
 	      in some manner that's not reentrant.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578411">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620306">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#f_process-interrupt" title=3D=
"Function PROCESS-INTERRUPT">
@@ -8445,7 +8447,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578482">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620377">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---any lisp object; saved as part of
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">loc=
k</em>.  Typically a string or symbol
@@ -8455,7 +8457,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---a newly-allocated object of type CCL:LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578535">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620430">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns a lock object, which can
 	      be used to synchronize access to some shared resource.
@@ -8465,7 +8467,7 @@
 	      thread.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578552">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620446">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH=
-LOCK-GRABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-l=
ock-grabbed</b></a>, <a class=3D"xref" href=3D"#f_grab-lock" title=3D"Funct=
ion GRAB-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-l=
ock</b></a>, <a class=3D"xref" href=3D"#f_release-lock" title=3D"Function R=
ELEASE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">release-=
lock</b></a>, <a class=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-=
LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a=
>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAK=
E-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">ma=
ke-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" ti=
tle=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-inp=
ut-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" hre=
f=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmln=
s=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>,=
 <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERM=
INAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-term=
inal-input</b></a></span>
               </div>
@@ -8485,7 +8487,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591600">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633489">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
@@ -8493,7 +8495,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591651">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633540">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">lock</em> is either free or
 	      owned by the calling
@@ -8504,7 +8506,7 @@
 	      is executed.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591680">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633569">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_grab-lock" title=3D"Function GRAB-LOCK"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class=
=3D"xref" href=3D"#f_release-lock" title=3D"Function RELEASE-LOCK"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a clas=
s=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-LOCK"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class=3D"xref" =
href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b=
 xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b=
></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE-=
SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-semap=
hore</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Fun=
ction PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitio=
nal">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-outpu=
t-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" hr=
ef=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></=
span>
               </div>
@@ -8523,12 +8525,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591780">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633669">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591802">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633692">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Blocks until <em=
 class=3D"varname">lock</em> is owned by the
 	      calling thread.</p>
@@ -8539,7 +8541,7 @@
 	      implemented at a slightly lower level.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591836">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633725">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH-LOCK-GR=
ABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-lock-grab=
bed</b></a>, <a class=3D"xref" href=3D"#f_release-lock" title=3D"Function R=
ELEASE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">release-=
lock</b></a>, <a class=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-=
LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a=
>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAK=
E-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">ma=
ke-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" ti=
tle=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-inp=
ut-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" hre=
f=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmln=
s=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>,=
 <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERM=
INAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-term=
inal-input</b></a></span>
               </div>
@@ -8557,12 +8559,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591935">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633824">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591957">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633847">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Signals an error=
 of type CCL:LOCK-NOT-OWNER if
 	      <em class=3D"varname">lock</em>
@@ -8575,7 +8577,7 @@
 	      becomes free.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591991">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633880">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH-LOCK-GR=
ABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-lock-grab=
bed</b></a>, <a class=3D"xref" href=3D"#f_grab-lock" title=3D"Function GRAB=
-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-lock</b><=
/a>, <a class=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-LOCK"><b =
xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a cla=
ss=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WR=
ITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-w=
rite-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Fu=
nction MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional=
">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" =
title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_p=
rocess-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http=
://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=
=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPU=
T"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-inpu=
t</b></a></span>
               </div>
@@ -8594,14 +8596,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592091">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id633981">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---T if <em xmlns=3D"http://www.w3.org/1999/xhtm=
l" class=3D"varname">lock</em> has been obtained,
 		        or NIL if it has not.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592130">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634019">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tests whether <e=
m class=3D"varname">lock</em>
 	      can be obtained without blocking - that is, either
@@ -8614,7 +8616,7 @@
 	      blocking; NIL is returned in this case.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592153">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634042">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH-LOCK-GR=
ABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-lock-grab=
bed</b></a>, <a class=3D"xref" href=3D"#f_grab-lock" title=3D"Function GRAB=
-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-lock</b><=
/a>, <a class=3D"xref" href=3D"#f_release-lock" title=3D"Function RELEASE-L=
OCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">release-lock</b>=
</a>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function =
MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional"=
>make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore"=
 title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/=
transitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-=
input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" =
href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b x=
mlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></=
a>, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-T=
ERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-t=
erminal-input</b></a></span>
               </div>
@@ -8634,13 +8636,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592253">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634142">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">read-write-lock</span></i>---a newly-allocated object of type
 		        CCL:READ-WRITE-LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592276">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634165">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns an object of type CCL::READ-WRITE-LOCK.
 	      A read-write lock may, at any given time, belong to any number
@@ -8651,12 +8653,12 @@
 	      no readers and no writers.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592292">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634181">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-read-lock" title=3D"Macro WITH-RE=
AD-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-read-lo=
ck</b></a>, <a class=3D"xref" href=3D"#m_with-write-lock" title=3D"Macro WI=
TH-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-w=
rite-lock</b></a>, <a class=3D"xref" href=3D"#f_make-lock" title=3D"Functio=
n MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-loc=
k</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function M=
AKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-s=
emaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D=
"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/trans=
itional">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-o=
utput-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w=
3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref=
" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xm=
lns=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a=
></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592340">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634229">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">There probably s=
hould be some way to
 	      atomically "promote" a reader, making it a writer without
@@ -8679,7 +8681,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592396">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634286">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">read-write-lock</span></i>---an object of type
 		        CCL:READ-WRITE-LOCK.</p>
@@ -8688,7 +8690,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592448">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634337">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">read-write-lock</em> has no
 	      writer,
@@ -8702,7 +8704,7 @@
 	      released.  If it was already a reader, it remains one.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592487">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634377">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Functio=
n MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitiona=
l">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#m_with-write-lo=
ck" title=3D"Macro WITH-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1=
/transitional">with-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-l=
ock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/t=
ransitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore=
" title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1=
/transitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process=
-input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w=
3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref"=
 href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b =
xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b><=
/a>, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-=
TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-=
terminal-input</b></a></span>
               </div>
@@ -8722,7 +8724,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592581">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634470">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">read-write-lock</span></i>---an object of type
 		        CCL:READ-WRITE-LOCK.</p>
@@ -8731,7 +8733,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592632">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634521">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">read-write-lock</em> has no
 	      readers and no writer other than <a class=3D"xref" href=3D"#v_curre=
nt-process" title=3D"Variable *CURRENT-PROCESS*"><b xmlns=3D"http://www.w3.=
org/TR/xhtml1/transitional">*current-process*</b></a>,
@@ -8746,7 +8748,7 @@
 	      writer.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592677">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634566">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Functio=
n MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitiona=
l">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#m_with-read-loc=
k" title=3D"Macro WITH-READ-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/t=
ransitional">with-read-lock</b></a>, <a class=3D"xref" href=3D"#f_make-lock=
" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tran=
sitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" t=
itle=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-in=
put-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.o=
rg/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" hr=
ef=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>=
, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TER=
MINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-ter=
minal-input</b></a></span>
               </div>
@@ -8766,12 +8768,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592766">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634656">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAP=
HORE.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592789">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634678">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns an object of type CCL:SEMAPHORE.
 	      A semaphore has an associated "count" which may be incremented
@@ -8780,7 +8782,7 @@
 	      <em class=3D"varname">semaphore</em> has an initial count of 0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592804">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634693">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_signal-semaphore" title=3D"Function SI=
GNAL-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">signa=
l-semaphore</b></a>, <a class=3D"xref" href=3D"#f_wait-on-semaphore" title=
=3D"Function WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">wait-on-semaphore</b></a>, <a class=3D"xref" href=3D"#f_timed-wa=
it-on-semaphore" title=3D"Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a =
class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=
=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRIT=
E-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-wri=
te-lock</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"=
Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-ou=
tput-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref"=
 href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>=
</span>
               </div>
@@ -8800,26 +8802,26 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592899">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634788">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---an integer representing an error identifier
 		        which was returned by the underlying OS call.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592935">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634824">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Atomically incre=
ments <em class=3D"varname">semaphore</em>'s
 	      "count" by 1; this
 	      may enable a waiting thread to resume execution.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592949">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634838">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE=
-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-sema=
phore</b></a>, <a class=3D"xref" href=3D"#f_wait-on-semaphore" title=3D"Fun=
ction WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">wait-on-semaphore</b></a>, <a class=3D"xref" href=3D"#f_timed-wait-on-s=
emaphore" title=3D"Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www=
.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class=
=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"ht=
tp://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref=
" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK">=
<b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock<=
/b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function=
 PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">=
process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wai=
t" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/=
xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" href=3D=
"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"ht=
tp://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593002">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634891">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml"><em class=3D"var=
name">result</em> should probably be interpreted
 	      and acted on by <span class=3D"function"><strong>signal-semaphore</=
strong></span>, because
@@ -8842,14 +8844,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593062">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634951">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---an integer representing an error identifier
 		        which was returned by the underlying OS call.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593098">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id634987">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">semaphore</em>
 	      has a positive count that can be
@@ -8857,12 +8859,12 @@
 	      corresponding call to SIGNAL-SEMAPHORE.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593112">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635002">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE=
-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-sema=
phore</b></a>, <a class=3D"xref" href=3D"#f_signal-semaphore" title=3D"Func=
tion SIGNAL-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional=
">signal-semaphore</b></a>, <a class=3D"xref" href=3D"#f_timed-wait-on-sema=
phore" title=3D"Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class=3D"x=
ref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://=
www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref" hre=
f=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xm=
lns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></=
a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function PROC=
ESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">proce=
ss-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wait" ti=
tle=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml=
1/transitional">process-output-wait</b></a>, <a class=3D"xref" href=3D"#m_w=
ith-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"http://=
www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593165">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635055">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml"><em class=3D"var=
name">result</em> should probably be interpreted
 	      and acted on by <span class=3D"function"><strong>wait-on-semaphore<=
/strong></span>, because
@@ -8886,7 +8888,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593226">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635115">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---a time interval in seconds.  May be any
@@ -8899,7 +8901,7 @@
 		        exceeded.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593292">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635181">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">semaphore</em>
 	      has a positive count that can be
@@ -8908,7 +8910,7 @@
 	      elapsed.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593309">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635198">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE=
-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-sema=
phore</b></a>, <a class=3D"xref" href=3D"#f_wait-on-semaphore" title=3D"Fun=
ction WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">wait-on-semaphore</b></a>, <a class=3D"xref" href=3D"#f_make-lock" titl=
e=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-read-write-lock" t=
itle=3D"Function MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xht=
ml1/transitional">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#=
f_process-input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=
=3D"xref" href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-=
WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-=
wait</b></a>, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Ma=
cro WITH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">with-terminal-input</b></a></span>
               </div>
@@ -8928,7 +8930,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593402">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635291">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">fd</span></i>---a file descriptor, which is a non-negative integer
 		        used by the OS to refer to an open file, socket, or similar
@@ -8936,7 +8938,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---either NIL or a time interval in millisecond=
s.  Must be a non-negative integer.  The default is NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593444">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635333">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Wait until input=
 is available on <em class=3D"varname">fd</em>.
 	      This uses the <span class=3D"function"><strong>select()</strong></s=
pan> system call, and is
@@ -8952,12 +8954,12 @@
 	      return zero bytes.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593477">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635366">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-R=
EAD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-=
read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-output=
-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org=
/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" hre=
f=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></=
span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593514">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635404">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      <span class=3D"function"><strong>process-input-wait</strong></span>=
 has a timeout parameter,
@@ -8982,7 +8984,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593579">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635468">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">fd</span></i>---a file descriptor, which is a non-negative integer
 		        used by the OS to refer to an open file, socket, or similar
@@ -8990,7 +8992,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---either NIL or a time interval in millisecond=
s.  Must be a non-negative integer.  The default is NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593620">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635510">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Wait until outpu=
t is possible on <em class=3D"varname">fd</em> or until <em class=3D"varnam=
e">timeout</em>, if
 	      it is not NIL, has been exceeded.
@@ -9003,12 +9005,12 @@
 	      important use, often overlooked.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593654">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635543">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-R=
EAD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-=
read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-=
wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=
=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D=
"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></spa=
n>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593691">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635580">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function =
PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">p=
rocess-input-wait</b></a> has a timeout parameter,
@@ -9033,14 +9035,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593756">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635645">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---the primary value returned by
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593794">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635684">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Requests exclusi=
ve read access to the standard terminal
 	      stream, <em class=3D"varname">*terminal-io*</em>.  Executes
@@ -9048,7 +9050,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593811">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635700">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#v_request-terminal-input-via-break" titl=
e=3D"Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a=
 class=3D"xref" href=3D"#cmd_y" title=3D"Toplevel Command :Y"><b xmlns=3D"h=
ttp://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class=3D"xref" href=
=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_m=
ake-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xmlns=3D"ht=
tp://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a cl=
ass=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE-SEMAPHORE"><=
b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>=
, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function PROCES=
S-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wait" titl=
e=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/=
transitional">process-output-wait</b></a></span>
               </div>
@@ -9067,17 +9069,17 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593888">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635777">=
</a>
                 <div class=3D"header">Value Type:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A boolean.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593898">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635787">=
</a>
                 <div class=3D"header">Initial Value:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593907">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635797">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Controls how att=
empts to obtain ownership of terminal input
 	      are made. When NIL, a message is printed on *TERMINAL-IO*;
@@ -9089,7 +9091,7 @@
 	      loop.)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593921">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635810">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WI=
TH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">wi=
th-terminal-input</b></a>, <a class=3D"xref" href=3D"#cmd_y" title=3D"Tople=
vel Command :Y"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">:y</b=
></a>, <a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"=
><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <=
a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-RE=
AD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-r=
ead-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-=
wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=
=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></=
span>
               </div>
@@ -9108,7 +9110,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594012">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635901">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">p</span></i>---a lisp process (thread), designated either by
 		        an integer which matches its
@@ -9117,7 +9119,7 @@
 		        its <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"functi=
on"><strong>process-name</strong></span>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594051">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635940">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">:Y is a toplevel=
 command, not a function.  As such, it
 	      can only be used interactively, and only from the initial
@@ -9128,7 +9130,7 @@
 	      terminal input stream.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594073">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id635962">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WI=
TH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">wi=
th-terminal-input</b></a>, <a class=3D"xref" href=3D"#v_request-terminal-in=
put-via-break" title=3D"Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via=
-break*</b></a>, <a class=3D"xref" href=3D"#f_make-lock" title=3D"Function =
MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock<=
/b></a>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Functi=
on MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semapho=
re" title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_proce=
ss-input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www=
.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xre=
f" href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><=
b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b=
></a></span>
               </div>
@@ -9149,7 +9151,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594166">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636055">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a process, typically created by <a xmlns=3D"=
http://www.w3.org/1999/xhtml" class=3D"xref" href=3D"#f_process-run-functio=
n" title=3D"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR=
/xhtml1/transitional">process-run-function</b></a> or by <a xmlns=3D"http:/=
/www.w3.org/1999/xhtml" class=3D"xref" href=3D"#f_make-process" title=3D"Fu=
nction MAKE-PROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">=
make-process</b></a></p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">default</span></i>---A default value to be returned if the specif=
ied
@@ -9159,7 +9161,7 @@
 	      of the default argument, otherwise.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594223">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636113">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits for the sp=
ecified process to terminate.  If the
 	process terminates "normally" (if its initial function
@@ -9300,7 +9302,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544298">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621536">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">address-family</span></i>---The address/protocol family of this s=
ocket. Currently
 		only :internet (the default), meaning IP, and :file,
@@ -9400,7 +9402,7 @@
 		any input/output timeouts that may be set.  (see <a xmlns=3D"http://www.=
w3.org/1999/xhtml" class=3D"xref" href=3D"#Stream-Timeouts-And-Deadlines" t=
itle=3D"9.1.4.=C3=82=C2=A0Stream Timeouts and Deadlines">Section=C3=82=C2=
=A09.1.4, =C3=A2=C2=80=C2=9CStream Timeouts and Deadlines=C3=A2=C2=80=C2=9D=
</a>)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568240">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610199">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns a new socket</p>
               </div>
@@ -9419,7 +9421,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568302">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617446">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The listener-socket to listen on.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">wait</span></i>---If true (the default), and there are no connect=
ions
@@ -9427,7 +9429,7 @@
 		returns NIL immediately.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568344">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617489">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Extracts the fir=
st connection on the queue of pending
 	  connections, accepts it (i.e. completes the connection startup
@@ -9453,7 +9455,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575597">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617554">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">dotted</span></i>---A string representing an IP address in the
 		"nn.nn.nn.nn" format</p>
@@ -9461,7 +9463,7 @@
 		is invalid. If false, NIL is returned.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575639">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617595">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a dotte=
d-string representation of a host address to
 	  a 32-bit unsigned IP address.</p>
@@ -9481,7 +9483,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575701">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617657">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ipaddr</span></i>---A 32-bit integer representing an internet hos=
t address</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">values</span></i>---If false (the default), returns a string in t=
he form
@@ -9490,7 +9492,7 @@
 		8-bit integers.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575743">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617699">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a 32-bi=
t unsigned IP address into octets.</p>
               </div>
@@ -9509,14 +9511,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575804">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617760">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ipaddr</span></i>---a 32-bit integer representing an internet hos=
t address</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ignore-cache</span></i>---This argument is ignored (it is accepte=
d for
 		compatibility with Franz Allegro)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575844">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617801">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a 32-bi=
t unsigned IP address into a host name
 	  string</p>
@@ -9536,7 +9538,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575902">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617858">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">host</span></i>---Specifies the host. It can be either a host name
 		string such as "clozure.com", or a dotted address
@@ -9544,7 +9546,7 @@
 		IP address such as 3232235521.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575929">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608188">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a host =
spec in any of the acceptable formats into a
 	  32-bit unsigned IP address</p>
@@ -9564,7 +9566,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566272">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608246">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">port</span></i>---Specifies the port. It can be either a string, =
such as
 		"http" or a symbol, such as :http, or an unsigned
@@ -9573,7 +9575,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">protocol</span></i>---Must be one of "tcp" or "udp".</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566314">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608289">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Finds the port n=
umber for the specified port and protocol</p>
               </div>
@@ -9593,7 +9595,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566375">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608350">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to read from</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">size</span></i>---Maximum number of bytes to read. If the packet =
is
@@ -9610,7 +9612,7 @@
 		data is to be stored. The default is 0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566466">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608440">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Reads a UDP pack=
et from a socket. If no packets are
 	  available, waits for a packet to arrive. Returns four values:</p>
@@ -9647,7 +9649,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566566">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608541">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to write to</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">buffer</span></i>---A vector containing the data to send. It must=
 be
@@ -9662,7 +9664,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">offset</span></i>---The offset in the buffer where the packet dat=
a starts</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566668">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616190">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Send a UDP packe=
t over a socket.</p>
               </div>
@@ -9681,14 +9683,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574300">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616251">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to shut down (typically a tcp-stre=
am)</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">direction</span></i>---One of :input to disallow further input, o=
r :output to
 		disallow further output.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574340">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616292">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Shuts down part =
of a bidirectional connection. This is
 	  useful if e.g. you need to read responses after sending an
@@ -9709,12 +9711,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574399">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616350">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574425">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616376">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the nati=
ve OS's representation of the socket, or
 	  NIL if the socket is closed. On Unix, this is the Unix 'file
@@ -9739,12 +9741,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574486">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616437">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574512">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616463">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the 32-b=
it unsigned IP address of the remote host,
 	  or NIL if the socket is not connected.</p>
@@ -9764,12 +9766,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574570">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616522">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574596">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616548">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the remo=
te port number, or NIL if the socket is not
 	  connected.</p>
@@ -9789,12 +9791,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574654">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616605">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574680">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616631">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns 32-bit u=
nsigned IP address of the local host.</p>
               </div>
@@ -9813,12 +9815,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574737">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616688">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574763">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616714">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the loca=
l port number</p>
               </div>
@@ -9837,12 +9839,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574820">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621618">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574846">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621644">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns :interne=
t or :file, as appropriate.</p>
               </div>
@@ -9861,12 +9863,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579738">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621701">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579764">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621727">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns :active =
for tcp-stream, :passive for
 	  listener-socket, and NIL for udp-socket</p>
@@ -9886,12 +9888,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579821">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621784">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579847">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621810">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the sock=
et format as specified by the :format
 	  argument to make-socket.</p>
@@ -9911,12 +9913,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579904">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621868">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579930">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621894">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">returns :stream =
for tcp-stream and listener-socket, and
 	  :datagram for udp-socket.</p>
@@ -9935,12 +9937,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579973">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621937">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The class of OS =
errors signaled by socket functions</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579984">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621948">=
</a>
                 <div class=3D"header">Superclasses:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">simple-error</p>
               </div>
@@ -9959,12 +9961,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580042">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id622005">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket-error</span></i>---the condition</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580068">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id622031">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The OS error cod=
e of the error</p>
               </div>
@@ -9983,12 +9985,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580125">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id622089">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket-error</span></i>---the condition</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580152">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id622115">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A symbol represe=
nting the error code in a more
 	  OS-independent way.</p>
@@ -10012,12 +10014,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580215">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id622179">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket-error</span></i>---the condition</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580241">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616790">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A string describ=
ing the context where the error happened. On
 	  Linux, this is the name of the system call which returned the
@@ -10038,7 +10040,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574887">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616851">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to close</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">abort</span></i>---If false (the default), closes the socket in an
@@ -10049,7 +10051,7 @@
 		clean up).</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574930">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616894">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The close generi=
c function can be applied to sockets. It
 	  releases the operating system resources associated with the
@@ -10070,14 +10072,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574992">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616957">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">var</span></i>---variable to bind</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">make-socket-args</span></i>---arguments suitable for passing to m=
ake-socket</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---body to execute</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575048">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id617012">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">executes body wi=
th var bound to the result of applying
 	  make-socket to make-socket-args. The socket gets closed on exit.</p>
@@ -10209,7 +10211,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534439">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591865">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">program</span></i>---A string or pathname which denotes an execut=
able file.
 		  The PATH environment variable is used to find programs whose
@@ -10260,7 +10262,7 @@
 		  </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566074">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608017">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Runs the specifi=
ed program in an external (Unix) process,
 	    returning an object of type EXTERNAL-PROCESS if successful.</p>
@@ -10280,13 +10282,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566133">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608076">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">signal</span></i>---A small integer.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566174">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565814">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Sends the specif=
ied "signal" to the specified
 	    external process. (Typically, it would only be useful to call
@@ -10309,12 +10311,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id540839">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565875">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id540865">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565901">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the <spa=
n class=3D"emphasis"><em>process id</em></span> assigned to
 	    the external process by the operating system. This is typically
@@ -10336,12 +10338,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565973">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607918">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565998">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607943">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the stre=
am created when the input argument to
 	    run-program is specified as :STREAM.</p>
@@ -10362,12 +10364,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566059">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618240">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567428">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618266">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the stre=
am created when the output argument to
 	    run-program is specified as :STREAM.</p>
@@ -10389,12 +10391,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567488">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id618327">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567514">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609008">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the stre=
am created when the error argument to
 	    run-program is specified as :STREAM.</p>
@@ -10416,12 +10418,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519601">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609069">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519627">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609095">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns, as mult=
iple values, a keyword denoting the status
 	    of the external process (one of :running, :stopped, :signaled, or
@@ -10451,7 +10453,7 @@
               <dl>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id540140">9.1.1. Stream External Format</a>
+                    <a href=3D"#id569804">9.1.1. Stream External Format</a>
                   </span>
                 </dt>
                 <dt>
@@ -10519,7 +10521,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id540140"></a>9.1.1.=C3=82=
=C2=A0Stream External Format</h3>
+                  <h3 class=3D"title"><a id=3D"id569804"></a>9.1.1.=C3=82=
=C2=A0Stream External Format</h3>
                 </div>
               </div>
             </div>
@@ -10682,12 +10684,12 @@
                 </div>
               </div>
             </div>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576081" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576091" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576101" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576110" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579039" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579049" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591596" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591606" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591616" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591626" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620986" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id620996" clas=
s=3D"indexterm"></a>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">A stream that is ass=
ociated with a file descriptor has
         attributes and accessors:
         <span class=3D"function"><strong>STREAM-INPUT-TIMEOUT</strong></sp=
an>,
@@ -10740,19 +10742,19 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579214=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621161=
"></a>
                   <div class=3D"header">Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream-list</span></i>---A list of open file streams.  This is a =
copy of
 		          an internal list so it may be destructively
 		          modified without ill effect.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579241=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621189=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns a list=
 of open file streams.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579252=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621200=
"></a>
                   <div class=3D"header">See Also:</div>
                   <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"si=
mplelist"><a class=3D"xref" href=3D"#f_note-open-file-stream" title=3D"Func=
tion NOTE-OPEN-FILE-STREAM"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transit=
ional">note-open-file-stream</b></a>, <a class=3D"xref" href=3D"#f_remove-o=
pen-file-stream" title=3D"Function REMOVE-OPEN-FILE-STREAM"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></spa=
n>
                 </div>
@@ -10775,12 +10777,12 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579333=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621281=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579359=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id621307=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Adds a file st=
ream to the internal list of open
 	        file streams that is returned by
@@ -10789,7 +10791,7 @@
 	        stream code when a file-stream is created.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584949=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626841=
"></a>
                   <div class=3D"header">See Also:</div>
                   <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"si=
mplelist"><a class=3D"xref" href=3D"#f_open-file-streams" title=3D"Function=
 OPEN-FILE-STREAMS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">o=
pen-file-streams</b></a>, <a class=3D"xref" href=3D"#f_remove-open-file-str=
eam" title=3D"Function REMOVE-OPEN-FILE-STREAM"><b xmlns=3D"http://www.w3.o=
rg/TR/xhtml1/transitional">remove-open-file-stream</b></a></span>
                 </div>
@@ -10812,12 +10814,12 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585030=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626922=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585056=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626949=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Remove file st=
ream from the internal list of open file
 	        streams that is returned by
@@ -10826,7 +10828,7 @@
 	        stream code when a file-stream is closed.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585075=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id626968=
"></a>
                   <div class=3D"header">See Also:</div>
                   <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"si=
mplelist"><a class=3D"xref" href=3D"#f_open-file-streams" title=3D"Function=
 OPEN-FILE-STREAMS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">o=
pen-file-streams</b></a>, <a class=3D"xref" href=3D"#f_note-open-file-strea=
m" title=3D"Function NOTE-OPEN-FILE-STREAM"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">note-open-file-stream</b></a></span>
                 </div>
@@ -11259,7 +11261,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585662=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627554=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-input-stre=
am.</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">list</span></i>---a list. When a STREAM-READ-LIST method is calle=
d by
@@ -11270,7 +11272,7 @@
 		          to be greater than the length of the list.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585720=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627613=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Should try to =
read up to count elements from stream into the
 	        list list, returning the number of elements actually read (which
@@ -11291,7 +11293,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585779=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627672=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-output-str=
eam.</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">list</span></i>---a list. When a STREAM-WRITE-LIST method is call=
ed by
@@ -11302,7 +11304,7 @@
 		          guaranteed not to be greater than the length of the list.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585838=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627730=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">should try to =
write the first count elements of list to
 	        stream. The return value of this method is ignored.</p>
@@ -11322,7 +11324,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585896=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627788=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-input-stre=
am</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">vector</span></i>---a vector. When a STREAM-READ-VECTOR method is=
 called
@@ -11338,7 +11340,7 @@
 		          length of vector.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585971=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627864=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">should try to =
read successive elements from stream into
 	        vector, starting at element start (inclusive) and continuing
@@ -11361,7 +11363,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586031=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627924=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-output-str=
eam</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">vector</span></i>---a vector. When a STREAM-WRITE-VECTOR method i=
s called
@@ -11377,7 +11379,7 @@
 		          length of vector.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586107=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id627999=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">should try to =
write successive elements of vector to stream,
 	        starting at element start (inclusive) and continuing through
@@ -11399,13 +11401,13 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586166=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628059=
"></a>
                   <div class=3D"header">Method Signatures:</div>
                   <div class=3D"synopsis"><span xmlns=3D"http://www.w3.org=
/1999/xhtml" class=3D"function"><strong>ccl::stream-device</strong></span> =
<i>
 	        (s stream) direction =3D> fd</i></div>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586185=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628077=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">s</span></i>---a stream.</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">direction</span></i>---either :INPUT or :OUTPUT.</p>
@@ -11416,7 +11418,7 @@
 		          <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">d=
irection</em>.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586250=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628142=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the fi=
le descriptor associated with
 	        <em class=3D"varname">s</em> in the direction given by
@@ -11440,14 +11442,14 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586320=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628212=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Reads up to ma=
x-octets octets from stream into ivector,
 	        storing them at start-octet. Returns the number of octets actually
 	        read.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586332=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628224=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---An input stream. The method defined on
 		          BUFFERED-INPUT-STREAMs requires that the size in octets of
@@ -11472,13 +11474,13 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586451=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628344=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Writes max-oct=
ets octets to stream from ivector, starting at
 	        start-octet. Returns max-octets.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586463=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628355=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---An input stream. The method defined on
 		          BUFFERED-OUTPUT-STREAMs requires that the size in octets of
@@ -11488,7 +11490,7 @@
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">max-octet</span></i>---A non-negative integer.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586535=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id628428=
"></a>
                   <div class=3D"header">Examples:</div>
                   <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"pro=
gramlisting">
 ;;; Write the contents of a (SIMPLE-ARRAY(UNSIGNED-BYTE 16) 3) =

@@ -12654,13 +12656,13 @@
               </div>
             </div>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">
-	    <a id=3D"id575424" class=3D"indexterm"></a>
+	    <a id=3D"id620962" class=3D"indexterm"></a>
 	    <span class=3D"command"><strong><em class=3D"varname"><a id=3D"chud_s=
hark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></sp=
an>
 	  </p>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">When non-null, this =
should be the pathname of an alternate profiling
 	  configuration file created by the "Config Editor" in Shark.app.</p>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">
-	    <a id=3D"id575450" class=3D"indexterm"></a>
+	    <a id=3D"id632649" class=3D"indexterm"></a>
 	    <span class=3D"command"><strong><em class=3D"varname"><a id=3D"chud_m=
eter"></a>CHUD:METER</em> form <em class=3D"varname">&key</em> (reset n=
il) (debug-output nil) [Macro]</strong></span>
 	  </p>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes FORM (an ar=
bitrary lisp form) and returns whatever result(s) it
@@ -13750,7 +13752,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id588713"></a>12.3.2.4.=
=C3=82=C2=A0%int-to-ptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id630629"></a>12.3.2.4.=
=C3=82=C2=A0%int-to-ptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -13791,7 +13793,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id588787"></a>12.3.2.5.=
=C3=82=C2=A0%inc-ptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id630703"></a>12.3.2.5.=
=C3=82=C2=A0%inc-ptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -13841,7 +13843,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id588879"></a>12.3.2.6.=
=C3=82=C2=A0%ptr-to-int [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id630795"></a>12.3.2.6.=
=C3=82=C2=A0%ptr-to-int [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -13883,7 +13885,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id588953"></a>12.3.2.7.=
=C3=82=C2=A0%null-ptr [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id630869"></a>12.3.2.7.=
=C3=82=C2=A0%null-ptr [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -13908,7 +13910,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id588994"></a>12.3.2.8.=
=C3=82=C2=A0%null-ptr-p [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id630910"></a>12.3.2.8.=
=C3=82=C2=A0%null-ptr-p [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -13950,7 +13952,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589070"></a>12.3.2.9.=
=C3=82=C2=A0%setf-macptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id630986"></a>12.3.2.9.=
=C3=82=C2=A0%setf-macptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -13998,7 +14000,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589160"></a>12.3.2.10.=
=C3=82=C2=A0%incf-ptr [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id631076"></a>12.3.2.10.=
=C3=82=C2=A0%incf-ptr [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -14046,7 +14048,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589251"></a>12.3.2.11.=
=C3=82=C2=A0with-macptrs [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id631167"></a>12.3.2.11.=
=C3=82=C2=A0with-macptrs [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -14096,7 +14098,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589342"></a>12.3.2.12.=
=C3=82=C2=A0%stack-block [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id631258"></a>12.3.2.12.=
=C3=82=C2=A0%stack-block [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -14147,7 +14149,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589434"></a>12.3.2.13.=
=C3=82=C2=A0make-cstring [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id631351"></a>12.3.2.13.=
=C3=82=C2=A0make-cstring [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -14190,7 +14192,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589510"></a>12.3.2.14.=
=C3=82=C2=A0with-cstrs [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id631427"></a>12.3.2.14.=
=C3=82=C2=A0with-cstrs [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -14240,7 +14242,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589602"></a>12.3.2.15.=
=C3=82=C2=A0with-encoded-cstrs [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id631519"></a>12.3.2.15.=
=C3=82=C2=A0with-encoded-cstrs [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -14303,7 +14305,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id589725"></a>12.3.2.16.=
=C3=82=C2=A0%get-cstring [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id631642"></a>12.3.2.16.=
=C3=82=C2=A0%get-cstring [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -14345,7 +14347,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id605924"></a>12.3.2.17.=
=C3=82=C2=A0%str-from-ptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id647826"></a>12.3.2.17.=
=C3=82=C2=A0%str-from-ptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -15791,7 +15793,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607878">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id649780">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Reads a symbol f=
rom the current input stream, with *PACKAGE*
 	      bound to the "OS" package and with readtable-case preserved.</p>
@@ -15843,7 +15845,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id607984">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id649886">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the #& reader macro can be used =
to
 	      access foreign variables; this functionality depends on the presenc=
e of
@@ -15902,7 +15904,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608102">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650004">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 0.14.2 and later, the #? reader macro can be used
 	      to access foreign constants; this functionality depends on the
@@ -15949,7 +15951,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608184">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650086">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the #/ reader macro can be used to
 	      access foreign functions on the Darwin platform. The current
@@ -16052,7 +16054,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608323">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650225">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the #> reader macro reads
           the following text as a keyword, preserving the case of the
@@ -16081,14 +16083,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608398">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650300">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">library</span></i>---either an object of type SHLIB, or a string =
which
 		        designates one by its so-name.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">completely</span></i>---a boolean.  The default is T.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608434">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650336">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If <em class=3D"=
varname">completely</em> is T, sets the
 	      reference count of <em class=3D"varname">library</em> to 0.  Otherw=
ise,
@@ -16117,7 +16119,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608510">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650412">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A symbol which can be made into a special varia=
ble</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-specifer</span></i>---One of the foreign argument-type k=
eywords,
@@ -16134,7 +16136,7 @@
 		        which can be coerced to the specified result-type.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608581">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650483">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Proclaims <em cl=
ass=3D"varname">name</em>
 	      to be a special variable; sets its value to a
@@ -16170,7 +16172,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608660">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650562">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---NIL or a keyword; the keyword may contain
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"link" href=3D=
"#Case-sensitivity-of-foreign-names-in-CCL" title=3D"12.8.=C3=82=C2=A0Case-=
sensitivity of foreign names in CCL">escaping constructs</a>.</p>
@@ -16178,7 +16180,7 @@
 		        defined above.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608702">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650604">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If name is non-N=
IL, defines name to be an alias for the
 	      foreign type specified by foreign-type-spec. If foreign-type-spec
@@ -16212,7 +16214,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608774">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650676">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---
 		        a simple-string which names an external symbol.
@@ -16225,7 +16227,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608815">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650717">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If there is alre=
ady an EXTERNAL-ENTRY-POINT for
 	      the symbol named by <em class=3D"varname">name</em>, finds it and
@@ -16253,7 +16255,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608884">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650786">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A lisp string. See external, above.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-specifer</span></i>---One of the foreign argument-type k=
eywords, described
@@ -16266,7 +16268,7 @@
 		          type specifier</a>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id608958">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650860">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Calls the foreig=
n function at the address obtained by
 	      resolving the external-entry-point associated with name, passing
@@ -16293,7 +16295,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609017">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650919">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">entrypoint</span></i>---A fixnum or MACPTR</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-keyword</span></i>---One of the foreign argument-type ke=
ywords, described
@@ -16304,7 +16306,7 @@
 		        above</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609080">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id650982">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Calls the foreig=
n function at address entrypoint passing the
 	      values of each arg as a foreign argument of type indicated by the
@@ -16330,7 +16332,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609139">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651041">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">entrypoint</span></i>---A fixnum or MACPTR</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-specifer</span></i>---One of the foreign argument-type k=
eywords, described
@@ -16343,7 +16345,7 @@
 		          type specifier</a>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609212">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651114">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Calls the foreig=
n function at address entrypoint passing the
 	      values of each arg as a foreign argument of type indicated by the
@@ -16368,12 +16370,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609268">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651170">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A lisp string.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609291">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651193">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to resolve=
 the address of the foreign symbol
 	      name. If successful, returns that address encapsulated in
@@ -16396,12 +16398,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609350">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651252">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A lisp string.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609372">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651274">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to resolve=
 the address of the foreign symbol name. If
 	      successful, returns a fixnum representation of that address, else
@@ -16423,13 +16425,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609426">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651328">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ptr</span></i>---A <code xmlns=3D"http://www.w3.org/1999/xhtml" c=
lass=3D"code">MACPTR</code> that points to a block of
 		      foreign, heap-allocated memory.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609452">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651354">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the <code class=3D"code">CCL:FREE</c=
ode>
           function invokes the foreign <code class=3D"code">free</code> fu=
nction from
@@ -16461,7 +16463,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609545">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651447">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">element-count</span></i>---A positive integer.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">element-type</span></i>---A type specifier.
@@ -16476,7 +16478,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609620">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651522">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	An "ivector" is a one-dimensional array that's specialized to
@@ -16511,7 +16513,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609692">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651594">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier, or a keyword whic=
h is used
 		        as the name of a foreign struct or union.</p>
@@ -16528,7 +16530,7 @@
 		        unreachable.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609760">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651662">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Allocates a block of foreign memory suitable to hold the foreign
@@ -16577,7 +16579,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609882">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651784">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier, or a keyword whic=
h is used
 		        as the name of a foreign struct or union.</p>
@@ -16591,7 +16593,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id609940">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651842">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Expands into code which allocates and initializes
@@ -16632,7 +16634,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610029">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id651931">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      It is inconvenient that <span class=3D"function"><strong>make-recor=
d</strong></span> is a
@@ -16665,7 +16667,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610113">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652015">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-=
name of
 		        or a filesystem path to the library.</p>
@@ -16673,7 +16675,7 @@
 		        library denoted by <em xmlns=3D"http://www.w3.org/1999/xhtml" cl=
ass=3D"varname">name</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610153">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652055">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If the library d=
enoted by <em class=3D"varname">name</em> can
 	      be loaded by the
@@ -16684,7 +16686,7 @@
 	      operating system.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610169">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652071">=
</a>
                 <div class=3D"header">Examples:</div>
                 <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"progr=
amlisting">;;; Try to do something simple.
           ? (open-shared-library "libgtk.so")
@@ -16719,7 +16721,7 @@
           #<EXTERNAL-ENTRY-POINT "gtk_main" {unresolved} libgtk.so #x30=
46FE46></pre>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610189">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652091">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">It would be help=
ful to describe what an soname is and give
 	      examples of one.</p>
@@ -16742,7 +16744,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610247">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652149">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ptr</span></i>---<a xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"link" href=3D"#Referencing-and-Using-Foreign-Memory-Addresses" title=3D=
"12.3.=C3=82=C2=A0Referencing and Using Foreign Memory Addresses">a MACPTR<=
/a>.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">accessor-form</span></i>---a keyword which names a foreign type o=
r record, as
@@ -16750,7 +16752,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610291">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652193">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">References an in=
stance of a foreign type (or a component of
 	      a foreign type) accessible via ptr.</p>
@@ -16776,13 +16778,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610356">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652258">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTE=
RNAL
 		        macro.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610380">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652282">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to resolve=
 the address of the EXTERNAL-ENTRY-POINT
 	      eep; returns a fixnum representation of that address if
@@ -16805,7 +16807,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610451">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652353">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">var</span></i>---A symbol (a lisp variable)</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier or foreign record =
name.</p>
@@ -16813,7 +16815,7 @@
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"xref" href=3D=
"#m_make-record" title=3D"Macro MAKE-RECORD"><b xmlns=3D"http://www.w3.org/=
TR/xhtml1/transitional">make-record</b></a></p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610502">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652404">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes <em cla=
ss=3D"varname">body</em>
 	      in an environment in which each var is bound
@@ -16843,14 +16845,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610583">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652485">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">var</span></i>---A symbol (a lisp variable)</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier or foreign record =
name.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">initforms</span></i>---As described above, for ccl:make-record</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610631">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652533">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes body in=
 an environment in which each var is
 	      bound to <a class=3D"link" href=3D"#Referencing-and-Using-Foreign-M=
emory-Addresses" title=3D"12.3.=C3=82=C2=A0Referencing and Using Foreign Me=
mory Addresses">a
@@ -16877,7 +16879,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610698">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652600">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">object</span></i>---A CLOS object of a class for which there exis=
ts
 		        a method of the generic function
@@ -16885,7 +16887,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610726">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652628">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      The "termination" mechanism is a way to have the garbage
@@ -16922,7 +16924,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610783">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652685">=
</a>
                 <div class=3D"header">Example:</div>
                 <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"progr=
amlisting">
           (defclass resource-wrapper ()
@@ -16936,7 +16938,7 @@
                 (deallocate (resource x))))</pre>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610797">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652699">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#Tutorial--Allocating-Foreign-=
Data-on-the-Lisp-Heap" title=3D"12.11.=C3=82=C2=A0Tutorial: Allocating Fore=
ign Data on the Lisp Heap">Section=C3=82=C2=A012.11, =C3=A2=C2=80=C2=9CTuto=
rial: Allocating Foreign Data on the Lisp Heap =C3=A2=C2=80=C2=9D</a>
@@ -16958,14 +16960,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610857">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652759">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">dir-id</span></i>---A keyword whose pname, mapped to lower case, =
names a
 		        subdirectory of "ccl:headers;" (or
 		        "ccl:darwin-headers;")</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610881">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652783">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tells <code clas=
s=3D"literal">CCL</code> to remove the interface directory denoted by
 	      dir-id from the list of interface directories which are
@@ -16989,14 +16991,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610941">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652843">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">dir-id</span></i>---A keyword whose pname, mapped to lower case, =
names a
 		        subdirectory of "ccl:headers;" (or
 		        "ccl:darwin-headers;")</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id610965">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652867">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tells <code clas=
s=3D"literal">CCL</code> to add the interface directory denoted by
 	      dir-id to the list of interface directories which it consults for
@@ -17018,7 +17020,7 @@
 	      handy in that case.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id611003">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id652905">=
</a>
                 <div class=3D"header">Examples:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">One typically wa=
nts interface information to be
 	      available at compile-time (or, in many cases, at read-time).
@@ -18671,7 +18673,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603780">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645707">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string which is the name of an existing
 		        environment variable;
@@ -18681,7 +18683,7 @@
 		        is not, NIL</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603825">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645752">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Looks up the value of the environment variable named by
@@ -18702,7 +18704,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603886">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645813">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string which is the name of a new or existing
 		        environment variable;
@@ -18715,7 +18717,7 @@
 		        the problem</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603946">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645873">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Sets the value of the environment variable named by
@@ -18739,13 +18741,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604008">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645935">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">path</span></i>---a string, an absolute pathname in Posix format =
- with
 		        directory components separated by slashes</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604035">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645962">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Looks up the current working directory of the Clozure CL process;
@@ -18767,13 +18769,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604094">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646020">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">uid</span></i>---a non-negative integer, identifying a specific u=
ser
 		        account as defined in the OS user database</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604121">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646047">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Returns the ("real") user ID of the current user.
@@ -18793,7 +18795,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604178">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646105">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">uid</span></i>---a non-negative integer, identifying a specific u=
ser
 		        account as defined in the OS user database</p>
@@ -18802,7 +18804,7 @@
 		        the problem</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604221">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646148">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Attempts to change the current user ID (both "real" and
@@ -18825,7 +18827,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604280">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646207">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">gid</span></i>---a non-negative integer, identifying a specific
 		        group as defined in the OS user database</p>
@@ -18834,7 +18836,7 @@
 		        the problem</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604323">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646249">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Attempts to change the current group ID (both "real" and
@@ -18857,12 +18859,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604382">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646309">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">pid</span></i>---a non-negative integer, identifying an OS proces=
s</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604408">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646335">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Returns the ID of the Clozure CL OS process.
@@ -18883,7 +18885,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604465">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646392">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">uid</span></i>---a non-negative integer, identifying a specific u=
ser
 		        account as defined in the OS user database</p>
@@ -18891,7 +18893,7 @@
 		        directory components separated by slashes; or NIL</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604508">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646434">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Looks up and returns the defined home directory of the user
@@ -18916,7 +18918,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604577">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646503">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">command-line</span></i>---a string, obeying all the whitespace and
 	            escaping
@@ -18925,7 +18927,7 @@
 	            code of a subprocess; zero indicates success</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604619">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646546">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Invokes the Posix function <span class=3D"function"><strong>system(=
)</strong></span>, which
@@ -18941,7 +18943,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604653">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646580">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      By convention, an exit code of 0 indicates success.  There are
@@ -18966,14 +18968,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604714">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646640">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">class-name</span></i>---a string which denotes an existing class =
name, or a
 		        symbol which can be mapped to such a string via the standard
 		        name-mapping conventions for class names</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604741">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646667">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Used to refer to=
 a known ObjC class by name. (Via the use
 	      LOAD-TIME-VALUE, the results of a class-name -> class lookup
@@ -18998,13 +19000,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604810">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646737">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">string</span></i>---a string constant, used to canonically refer =
to an
 		        ObjC method selector</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604836">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646763">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Used to refer to=
 an ObjC method selector (method name). Uses
 	      LOAD-TIME-VALUE to cache the result of a string -> selector
@@ -19026,7 +19028,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604902">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646828">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name-and-result-type</span></i>---either an Objective-C message n=
ame, for methods
                 that return a value of type <code xmlns=3D"http://www.w3.o=
rg/1999/xhtml" class=3D"literal">:ID</code>, or
@@ -19048,7 +19050,7 @@
             is a foreign type specifier.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604983">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646909">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Defines an Objec=
tive-C-callable method which implements
 	        the specified message selector for instances of the existing
@@ -19073,7 +19075,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id605065">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id646992">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">selector</span></i>---either a string which represents the name o=
f the
 		          selector or a list which describes the method's return
@@ -19088,7 +19090,7 @@
 		          symbol)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id605112">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636142">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Defines an ObjC-=
callable method which implements the
 	        specified message selector for instances of the existing ObjC
@@ -19109,12 +19111,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594286">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636206">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">As per DEFINE-OB=
JC-METHOD</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594297">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636217">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Like DEFINE-OBJC=
-METHOD, only used to define methods on the
 	        <span class=3D"emphasis"><em>class</em></span> named by class-nam=
e and on its
@@ -19156,7 +19158,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594374">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636293">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This variable is=
 currently only used by the standard reader macro
 	        function for #\; (single-line comments); that function reads succ=
essive
@@ -19191,7 +19193,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594431">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636351">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Per ANSI CL, Clo=
zure CL supports the :EXTERNAL-FORMAT keyword
 	        argument to the functions OPEN, LOAD, and COMPILE-FILE. This argu=
ment is
@@ -19235,7 +19237,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594511">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636431">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The value of thi=
s variable is used when :EXTERNAL-FORMAT is
 	        unspecified or specified as :DEFAULT. It can meaningfully be give=
n any
@@ -19259,12 +19261,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594562">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636481">=
</a>
                 <div class=3D"header">Superclasses:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">NS:NS-STRING</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594573">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636492">=
</a>
                 <div class=3D"header">Initargs:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">:string</span></i>---
 		          a Lisp string which is to be the content of
@@ -19272,7 +19274,7 @@
 		        </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594600">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636519">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	        This class
@@ -19290,7 +19292,7 @@
 	      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594619">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636539">=
</a>
                 <div class=3D"header">Examples:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	        You can create an ns-lisp-string with
@@ -19321,7 +19323,7 @@
 </pre>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594672">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636592">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	        Currently, ns-lisp-string is defined in
@@ -19661,7 +19663,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601826">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id643777">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">type</span></i>---The type of population, one of <code xmlns=3D"h=
ttp://www.w3.org/1999/xhtml" class=3D"literal">:LIST</code> (the default) o=
r <code xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"literal">:ALIST</co=
de></p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">initial-contents</span></i>--- A sequence of elements (or conses,=
 for <code xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"literal">:alist<=
/code>) to be used to initialize the
@@ -19669,7 +19671,7 @@
               alist) is not stored in the population, a new list or alist =
is created to hold the elements.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601885">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id643837">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates a new po=
pulation of the specified type.</p>
               </div>
@@ -19687,7 +19689,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601942">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id643894">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">returns the type=
 of <code class=3D"literal">population</code>, one of <code class=3D"litera=
l">:LIST</code> or <code class=3D"literal">:ALIST</code></p>
               </div>
@@ -19705,7 +19707,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602090">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id643968">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">returns the list=
 encapsulated in <code class=3D"literal">population</code>.
         Note that as long as there is a direct (non-weak) reference to this
@@ -19728,7 +19730,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602159">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id644111">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Sets the list en=
capsulated in <code class=3D"literal">population</code> to
         <code class=3D"literal">contents</code>.  <code class=3D"literal">=
Contents</code> is not copied,
@@ -19761,7 +19763,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602244">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id644196">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the valu=
e of the kernel variable that specifies the
 	  amount of free space to leave in the heap after full GC.</p>
@@ -19782,12 +19784,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602304">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id644256">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">new-threshold</span></i>---The requested new lisp-heap-gc-thresho=
ld.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602330">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id644282">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Sets the value o=
f the kernel variable that specifies the
 	  amount of free space to leave in the heap after full GC to
@@ -19811,7 +19813,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602392">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id644344">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to grow or=
 shrink lisp's heap space, so that the
 	  free space is (approximately) equal to the current heap threshold.
@@ -19831,12 +19833,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573467">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615377">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573493">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615403">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Enables the EGC =
if arg is non-nil, disables the EGC
 	  otherwise. Returns the previous enabled status. Although this
@@ -19862,7 +19864,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573551">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615461">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns T if the=
 EGC was enabled at the time of the call,
 	  NIL otherwise.</p>
@@ -19885,7 +19887,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573607">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615517">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns T if the=
 EGC was active at the time of the call, NIL
 	  otherwise. Since this is generally a volatile piece of
@@ -19910,7 +19912,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573665">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615575">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns, as mult=
iple values, the sizes in kilobytes of the
 	  thresholds associated with the youngest ephemeral generation, the
@@ -19932,7 +19934,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573724">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615634">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">generation-0-size</span></i>---the requested threshold size of th=
e youngest
 		generation, in kilobytes</p>
@@ -19942,7 +19944,7 @@
 		in kilobytes</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573779">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615689">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Puts the indicat=
ed threshold sizes in effect.
           Each threshold indicates the total size that may be allocated
@@ -19966,12 +19968,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573845">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615755">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573871">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615781">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to influen=
ce the GC to retain/recycle the pages
 	  allocated between GCs if arg is true, and to release them
@@ -19996,7 +19998,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573928">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615839">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns T if the=
 GC tries to retain pages between full GCs
 	  and NIL if it's trying to release them to improve VM paging
@@ -20151,7 +20153,7 @@
                 </dt>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id600446">16.7.2. Recommended Reading</a>
+                    <a href=3D"#id642414">16.7.2. Recommended Reading</a>
                   </span>
                 </dt>
               </dl>
@@ -21427,7 +21429,7 @@
               <ol class=3D"orderedlist" type=3D"1">
                 <li class=3D"listitem">
                   <p>To support a feature called <span class=3D"emphasis">=
<em>GCTWA
-                <sup>[<a id=3D"id600000" href=3D"#ftn.id600000" class=3D"f=
ootnote">1</a>]</sup>
+                <sup>[<a id=3D"id641968" href=3D"#ftn.id641968" class=3D"f=
ootnote">1</a>]</sup>
 	            , </em></span>the vector that contains the internal
 	          symbols of the current package is marked on entry to the
 	          mark phase, but the symbols themselves are not marked at
@@ -21560,7 +21562,7 @@
             <br />
             <hr width=3D"100" align=3D"left" />
             <div class=3D"footnote">
-              <p><sup>[<a id=3D"ftn.id600000" href=3D"#id600000" class=3D"=
para">1</a>] </sup>I believe that the acronym comes from MACLISP,
+              <p><sup>[<a id=3D"ftn.id641968" href=3D"#id641968" class=3D"=
para">1</a>] </sup>I believe that the acronym comes from MACLISP,
 		            where it stood for "Garbage Collection of Truly
 		            Worthless Atoms".</p>
             </div>
@@ -21620,7 +21622,7 @@
         generations. To avoid the need to scan those (often large) other
         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=3D"id600=
234" href=3D"#ftn.id600234" class=3D"footnote">2</a>]</sup> The
+        at the point where they're created (via Setf).<sup>[<a id=3D"id642=
202" href=3D"#ftn.id642202" class=3D"footnote">2</a>]</sup> The
         set of pointers that may contain intergenerational references is
         sometimes called <span class=3D"emphasis"><em>the remembered set</=
em></span>.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">In Clozure CL's EGC, t=
he heap is organized exactly the same
@@ -21667,7 +21669,7 @@
         to and exit from the binding of a special variable), all setfs
         that might introduce an intergenerational reference must be
         memoized.
-        <sup>[<a id=3D"id600302" href=3D"#ftn.id600302" class=3D"footnote"=
>3</a>]</sup> It's always safe to
+        <sup>[<a id=3D"id642270" href=3D"#ftn.id642270" class=3D"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.
       </p>
@@ -21688,13 +21690,13 @@
             <br />
             <hr width=3D"100" align=3D"left" />
             <div class=3D"footnote">
-              <p><sup>[<a id=3D"ftn.id600234" href=3D"#id600234" class=3D"=
para">2</a>] </sup>This is
+              <p><sup>[<a id=3D"ftn.id642202" href=3D"#id642202" class=3D"=
para">2</a>] </sup>This is
             sometimes called "The Write Barrier": all assignments which
             might result in intergenerational references must be noted, as
             if the other generations were write-protected.</p>
             </div>
             <div class=3D"footnote">
-              <p><sup>[<a id=3D"ftn.id600302" href=3D"#id600302" class=3D"=
para">3</a>] </sup>Note that the implicit setfs that occur when
+              <p><sup>[<a id=3D"ftn.id642270" href=3D"#id642270" class=3D"=
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
         the newly created object is always younger than the objects
@@ -21810,7 +21812,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id600446"></a>16.7.2.=C3=82=
=C2=A0Recommended Reading</h3>
+                  <h3 class=3D"title"><a id=3D"id642414"></a>16.7.2.=C3=82=
=C2=A0Recommended Reading</h3>
                 </div>
               </div>
             </div>
@@ -22223,7 +22225,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538267">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id632581">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">When true, attem=
pts to redefine (via DEFUN or DEFMETHOD)
 	      functions and methods that are marked as being
@@ -22248,7 +22250,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544048">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id632928">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Arranges that th=
e outermost special bindings of *PACKAGE*
 	      and *WARN-IF-REDEFINE-KERNEL* restore values of the "CCL"
@@ -22272,7 +22274,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595332">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id645437">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Arranges that th=
e outermost special bindings of *PACKAGE*
 	      and *WARN-IF-REDEFINE-KERNEL* restore values of the
@@ -22295,7 +22297,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595378">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id643597">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This variable is=
 initialized each time an Clozure CL session
 	      starts based on information provided by the lisp kernel. Its value
@@ -22320,7 +22322,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594796">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id643655">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns non-NIL =
if AltiVec is available.</p>
               </div>
@@ -22338,7 +22340,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594839">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id644681">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Intended to cont=
rol the expansion of certain lap macros.
 	      Initialized to NIL on LinuxPPC; initialized to T on platforms
@@ -22360,13 +22362,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594992">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id641014">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">reglist</span></i>---A list of vector register names (vr0 .. vr31=
).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---A sequence of PPC LAP instructions.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595033">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id641055">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Specifies the se=
t of AltiVec registers used in body. If
 	      *altivec-lapmacros-maintain-vrsave-p* is true when the macro is
@@ -22392,7 +22394,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595094">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636920">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">base</span></i>---Any available general-purpose register.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">n</span></i>---An integer between 1 and 254, inclusive. (Should
@@ -22401,7 +22403,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---A sequence of PPC LAP instructions.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600528">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id636977">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Generates code w=
hich allocates a 16-byte aligned buffer
 	      large enough to contain N vector registers; the GPR base points to
@@ -23077,6 +23079,6 @@
     <div xmlns=3D"http://www.w3.org/TR/xhtml1/transitional" align=3D"cente=
r">
       <a href=3D"#Symbol-Index">Symbol Index</a>
     </div>
-    <p xmlns=3D"http://www.w3.org/TR/xhtml1/transitional" xmlns:date=3D"ht=
tp://exslt.org/dates-and-times" class=3D"footer">This document was last mod=
ified at 19:0 on December 9, 2010, in UTC.<br></br>It uses version 1.75.2 o=
f the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 1=
4474<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
+    <p xmlns=3D"http://www.w3.org/TR/xhtml1/transitional" xmlns:date=3D"ht=
tp://exslt.org/dates-and-times" class=3D"footer">This document was last mod=
ified at 4:0 on December 23, 2010, in UTC.<br></br>It uses version 1.75.2 o=
f the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 1=
4508<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
   </body>
 </html>



More information about the Openmcl-cvs-notifications mailing list