From 563ed2c9653880bf9e4bbe57c8cc6e8b207cffd6 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 26 Nov 2002 12:04:16 +0000 Subject: [PATCH] Removed documentation for repl procedure. --- doc/scsh-manual/miscprocs.tex | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/scsh-manual/miscprocs.tex b/doc/scsh-manual/miscprocs.tex index ff84643..2af4cdd 100644 --- a/doc/scsh-manual/miscprocs.tex +++ b/doc/scsh-manual/miscprocs.tex @@ -31,22 +31,6 @@ The functionality of \ex{nth} is equivalent to that of \RnRS{}'s \ex{list-ref}. Therefore, \ex{nth} will go away in a future release. \end{desc} - -\section{Top level} -\defun{repl}{}\undefined -\begin{desc} - This runs a {\scm} read-eval-print loop, - reading forms from the current input port, - and writing their values to the current output port. - - If you wish to try something dangerous, - and want to be able to recover your shell state, you can - fork off a subshell with the following form: - \codex{(run (begin (repl)))} - {\ldots}or, rephrased for the proceduralists: - \codex{(wait (fork repl))} -\end{desc} - \section{Password encryption} \defun {crypt} {key salt} {encrypted value}