[armedbear-cvs] r13868 - trunk/abcl/doc/manual

rschlatte at common-lisp.net rschlatte at common-lisp.net
Wed Feb 8 11:18:45 UTC 2012


Author: rschlatte
Date: Wed Feb  8 03:18:44 2012
New Revision: 13868

Log:
Fix tilde appearances.

Modified:
   trunk/abcl/doc/manual/abcl.tex

Modified: trunk/abcl/doc/manual/abcl.tex
==============================================================================
--- trunk/abcl/doc/manual/abcl.tex	Wed Feb  8 00:21:35 2012	(r13867)
+++ trunk/abcl/doc/manual/abcl.tex	Wed Feb  8 03:18:44 2012	(r13868)
@@ -147,13 +147,13 @@
 \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 \texttt{\~/.abclrc} startup file.
+\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 \texttt{\~/.abclrc}, and then exits without
+  the intialization file \verb+~/.abclrc+, and then exits without
   starting a REPL.
 \end{description}
 
@@ -1182,7 +1182,7 @@
 Superseded by Quicklisp (see Xach2011 \cite{quicklisp}).
 
 The \code{require} of the \code{asdf-install} symbol has the side
-effect of pushing the directory ``\~/.asdf-install-dir/systems/'' into
+effect of pushing the directory \verb+~/.asdf-install-dir/systems/+ into
 the value of the \textsc{ASDF} central registry in
 \code{asdf:*central-registry*}, providing a convenient mechanism for
 stashing \textsc{ABCL} specific system definitions for convenient




More information about the armedbear-cvs mailing list