[armedbear-cvs] r14288 - branches/1.1.x/doc/manual
mevenson at common-lisp.net
mevenson at common-lisp.net
Mon Dec 3 14:43:12 UTC 2012
Author: mevenson
Date: Mon Dec 3 06:43:07 2012
New Revision: 14288
Log:
manual: kludge layout with hard spaces for command line options.
Modified:
branches/1.1.x/doc/manual/abcl.tex
Modified: branches/1.1.x/doc/manual/abcl.tex
==============================================================================
--- branches/1.1.x/doc/manual/abcl.tex Mon Dec 3 06:31:56 2012 (r14287)
+++ branches/1.1.x/doc/manual/abcl.tex Mon Dec 3 06:43:07 2012 (r14288)
@@ -164,14 +164,14 @@
ABCL supports the following command line options:
\begin{description}
-\item[\texttt{--help}] displays a help message.
-\item[\texttt{--noinform}] Suppresses the printing of startup information and banner.
-\item[\texttt{--noinit}] suppresses the loading of the \verb+~/.abclrc+ startup file.
-\item[\texttt{--nosystem}] suppresses loading the \texttt{system.lisp} customization file.
-\item[\texttt{--eval FORM}] evaluates FORM before initializing the REPL.
-\item[\texttt{--load FILE}] loads the file FILE before initializing the REPL.
-\item[\texttt{--load-system-file FILE}] loads the system file FILE before initializing the REPL.
-\item[\texttt{--batch}] evaluates forms specified by arguments and in
+\item[\texttt{ --help}] displays a help message.
+\item[\texttt{ --noinform}] Suppresses the printing of startup information and banner.
+\item[\texttt{ --noinit}] suppresses the loading of the \verb+~/.abclrc+ startup file.
+\item[\texttt{ --nosystem}] suppresses loading the \texttt{system.lisp} customization file.
+\item[\texttt{ --eval FORM}] evaluates FORM before initializing the REPL.
+\item[\texttt{ --load FILE}] loads the file FILE before initializing the REPL.
+\item[\texttt{ --load-system-file FILE}] loads the system file FILE before initializing the REPL.
+\item[\texttt{ --batch}] evaluates forms specified by arguments and in
the intialization file \verb+~/.abclrc+, and then exits without
starting a REPL.
\end{description}
More information about the armedbear-cvs
mailing list