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,