From 494787705d7c2b771f11fe894637e14751d504cf Mon Sep 17 00:00:00 2001 From: shivers Date: Fri, 4 Apr 1997 22:39:55 +0000 Subject: [PATCH] Took out "draft" code. Upgraded release to 0.4.5 --- doc/scsh-manual/front.tex | 3 +-- doc/scsh-manual/intro.tex | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/scsh-manual/front.tex b/doc/scsh-manual/front.tex index b393af9..f4e5f63 100644 --- a/doc/scsh-manual/front.tex +++ b/doc/scsh-manual/front.tex @@ -1,8 +1,7 @@ %&latex -*- latex -*- \title{Scsh Reference Manual} -\subtitle{For scsh release 0.4} -% December 25, 1994 +\subtitle{For scsh release 0.4.5} \author{Olin Shivers and Brian D.~Carlstrom} \date{October 31, 1995} diff --git a/doc/scsh-manual/intro.tex b/doc/scsh-manual/intro.tex index 294575e..d717f56 100644 --- a/doc/scsh-manual/intro.tex +++ b/doc/scsh-manual/intro.tex @@ -3,8 +3,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \chapter{Introduction} -This is a draft manual for scsh, a {\Unix} shell that is embedded within -{\Scheme}. +This is the reference manual for scsh, +a {\Unix} shell that is embedded within {\Scheme}. Scsh is a Scheme system designed for writing useful standalone Unix programs and shell scripts---it spans a wide range of application, from ``script'' applications usually handled with perl or sh,