[cmucl-cvs] CMUCL commit: src/docs/cmu-user (introduction.tex)
![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
Date: Monday, August 2, 2010 @ 20:42:46 Author: rtoy Path: /project/cmucl/cvsroot/src/docs/cmu-user Modified: introduction.tex o Update link to CL Hyperspec. o Document new -help and --help command line options. ------------------+ introduction.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Index: src/docs/cmu-user/introduction.tex diff -u src/docs/cmu-user/introduction.tex:1.9 src/docs/cmu-user/introduction.tex:1.10 --- src/docs/cmu-user/introduction.tex:1.9 Tue Mar 10 21:19:27 2009 +++ src/docs/cmu-user/introduction.tex Mon Aug 2 20:42:46 2010 @@ -44,10 +44,10 @@ about \cmucl. Users will also need a separate manual describing the \clisp{} standard, for example, the \ifpdf -\href{http://www.xanalys.com/software_tools/reference/HyperSpec/FrontMatter/index-text.html} +\href{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm} {Hyperspec}. \else -\emph{Hyperspec} at \href{http://www.xanalys.com/software_tools}{www.xanalys.com} +\emph{Hyperspec} at \href{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm} \fi @@ -80,6 +80,10 @@ switches: \begin{Lentry} +\item[\code{--help}] Same as \code{-help}. + +\item[\code{-help}] Print ou the command line options and exit. + \item[\code{-batch}] specifies batch mode, where all input is directed from standard-input. An error code of 0 is returned upon encountering an EOF and 1 otherwise.
participants (1)
-
Raymond Toy