From 7f43009942a4fa29b0926530e8b7f8b74d522389 Mon Sep 17 00:00:00 2001 From: sperber Date: Fri, 1 Feb 2002 15:18:42 +0000 Subject: [PATCH] scsh 0.5 -> scsh 0.6. --- doc/scsh-manual/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scsh-manual/intro.tex b/doc/scsh-manual/intro.tex index 2eeed62..0909113 100644 --- a/doc/scsh-manual/intro.tex +++ b/doc/scsh-manual/intro.tex @@ -82,7 +82,7 @@ building scsh should require exactly the following steps: \begin{tabular}{l@{\qquad}l} \ex{gunzip scsh.tar.gz} & \emph{Uncompress the release tar file.} \\ \ex{untar xfv scsh.tar} & \emph{Unpack the source code.} \\ -\ex{cd scsh-0.5} & \emph{Move to the source directory.} \\ +\ex{cd scsh-0.6} & \emph{Move to the source directory.} \\ \ex{./configure} & \emph{Examine host; build Makefile.} \\ \ex{make} & \emph{Build system.} \end{tabular}