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-... +\href{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm%7D {Hyperspec}. \else -\emph{Hyperspec} at \href{http://www.xanalys.com/software_tools%7D%7Bwww.xanalys.com%7D +\emph{Hyperspec} at \href{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm%7D \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.