[armedbear-cvs] r13642 - branches/1.0.x/abcl/doc/manual
mevenson at common-lisp.net
mevenson at common-lisp.net
Thu Oct 20 23:38:00 UTC 2011
Author: mevenson
Date: Thu Oct 20 16:38:00 2011
New Revision: 13642
Log:
Restore buildable manual corresponding to ABCL-1.0.0.
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 Thu Oct 20 15:53:12 2011 (r13641)
+++ branches/1.0.x/abcl/doc/manual/abcl.tex Thu Oct 20 16:38:00 2011 (r13642)
@@ -17,7 +17,7 @@
implementation for users of the system.
\subsection{Version}
-This manual corresponds to abcl-0.28.0, as yet unreleased.
+This manual corresponds to abcl-1.0.0, release on October 22, 2011.
\chapter{Running}
@@ -29,7 +29,7 @@
(\code{org.armedbear.lisp.Main}) for execution:
\begin{listing-shell}
- cmd$ java -jar abcl.jar
+ cmd\$ java -jar abcl.jar
\end{listing-shell}
N.b. for the proceeding command to work, the ``java'' executable needs
@@ -41,7 +41,7 @@
simply as:
\begin{listing-shell}
- cmd$ abcl
+ cmd\$ abcl
\end{listing-shell}
\section{Options}
@@ -211,7 +211,7 @@
\begin{listing-java}
java.lang.IllegalAccessException: Class ... can
-not access a member of class java.util.zip.ZipFile$2 with modifiers
+not access a member of class java.util.zip.ZipFile\$2 with modifiers
"public"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
at java.lang.reflect.Method.invoke(Method.java:583)
@@ -834,7 +834,7 @@
\subsection{JSS optionally extends the Reader}
The JSS contrib consitutes an additional, optional extension to the
-reader in the definition of the #\" reader macro.
+reader in the definition of the \#\" reader macro.
\section{ASDF}
@@ -885,7 +885,7 @@
We define an API as consisting of the following ASDF classes:
-\textsc[JAR-DIRECTORY}, \textsc{JAR-FILE}, and
+\textsc{JAR-DIRECTORY}, \textsc{JAR-FILE}, and
\textsc{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently
valid pathname representation
More information about the armedbear-cvs
mailing list