Minor fixes.

This commit is contained in:
sperber 2003-01-23 09:39:29 +00:00
parent 958c87d923
commit eac111bf66
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ set of libraries for doing Internet hacking from scsh. It includes:
\item server extensions for uploading Scheme code \item server extensions for uploading Scheme code
\item simple structured HTML output library \item simple structured HTML output library
\end{itemize} \end{itemize}
\item[The SUnet ftp daemon] \item[The SUnet ftp server]
This is a complete anonymous ftp server in Scheme. This is a complete anonymous ftp server in Scheme.
\item[ftp client library] This library allows you to access ftp \item[ftp client library] This library allows you to access ftp
servers programmatically. servers programmatically.
@ -32,7 +32,7 @@ set of libraries for doing Internet hacking from scsh. It includes:
Rolex. Rolex.
\item[DNS client library] This is a fairly complete, multithreaded DNS \item[DNS client library] This is a fairly complete, multithreaded DNS
library. library.
\item[An \texttt{ls} clone] This library Displays Unix-style directory \item[An \texttt{ls} clone] This library displays Unix-style directory
listings without running \texttt{ls}. listings without running \texttt{ls}.
\end{description} \end{description}
@ -51,7 +51,7 @@ SUnet \texttt{packages.scm} file into the configuration package.
After that, all structures defined by SUnet are available: After that, all structures defined by SUnet are available:
% %
\begin{alltt} \begin{alltt}
atari-2600[72] scsh-0.6.3 atari-2600[72] scsh
Welcome to scsh 0.6.3 (Health Reform) Welcome to scsh 0.6.3 (Health Reform)
Type ,? for help. Type ,? for help.
> ,config ,load packages.scm > ,config ,load packages.scm
@ -60,7 +60,7 @@ modules.scm
Load structure ftp (y/n)? y Load structure ftp (y/n)? y
[netrc netrc.scm] [netrc netrc.scm]
[ftp ftp.scm] [ftp ftp.scm]
> ; call library code > \textit{call library code}
> ,exit > ,exit
atari-2600[73] atari-2600[73]
\end{alltt} \end{alltt}