[armedbear-cvs] r13658 - branches/1.0.x/abcl/doc/manual

mevenson at common-lisp.net mevenson at common-lisp.net
Fri Oct 21 21:11:03 UTC 2011


Author: mevenson
Date: Fri Oct 21 14:11:02 2011
New Revision: 13658

Log:
Note use of ASDF-2.0.17.22 in manual.

Modified:
   branches/1.0.x/abcl/doc/manual/abcl.tex

Modified: branches/1.0.x/abcl/doc/manual/abcl.tex
==============================================================================
--- branches/1.0.x/abcl/doc/manual/abcl.tex	Fri Oct 21 14:07:31 2011	(r13657)
+++ branches/1.0.x/abcl/doc/manual/abcl.tex	Fri Oct 21 14:11:02 2011	(r13658)
@@ -776,7 +776,7 @@
 
 \section{Pathname}
 
-We implment an extension to the Pathname that allows for the
+We implement an extension to the Pathname that allows for the
 description and retrieval of resources named in a URI scheme that the
 JVM ``understands''.  Support is built-in to the ``http'' and
 ``https'' implementations but additional protocol handlers may be
@@ -818,6 +818,11 @@
 will load and execute the Quicklisp setup code.
 
 \ref{XACH2011}
+
+\subsubsection{Implementation}
+
+\textsc{DEVICE} either a string denoting a drive letter under DOS or a cons
+specifying a \textsc{URL-PATHNAME}.
          
 \section{Extensible Sequences}
 
@@ -907,9 +912,9 @@
 
 \section{ASDF}
 
-asdf-2.017 is packaged as core component of ABCL, but not intialized
-by default, as it relies on the CLOS subsystem which can take a bit of
-time to initialize.  It may be initialized by the ANSI
+asdf-2.017.22 is packaged as core component of ABCL, but not
+intialized by default, as it relies on the CLOS subsystem which can
+take a bit of time to initialize.  It may be initialized by the ANSI
 \textsc{REQUIRE} mechanism as follows:
 
 \begin{listing-lisp}




More information about the armedbear-cvs mailing list