Update of /cvsroot/scsh/scsh-0.6/doc/scsh-manual
In directory usw-pr-cvs1:/tmp/cvs-serv15749/doc/scsh-manual
Modified Files:
front.tex man.tex
Log Message:
Update for 0.6.
Index: front.tex
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/doc/scsh-manual/front.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** front.tex 2001/07/13 06:59:22 1.1
--- front.tex 2001/12/17 09:26:06 1.2
***************
*** 2,8 ****
\title{Scsh Reference Manual}
! \subtitle{For scsh release 0.5.3}
! \author{Olin Shivers and Brian D.~Carlstrom}
! \date{June 2001}
\maketitle
--- 2,8 ----
\title{Scsh Reference Manual}
! \subtitle{For scsh release 0.6.0}
! \author{Olin Shivers, Brian D.~Carlstrom and Martin Gasbichler}
! \date{December 2001}
\maketitle
Index: man.tex
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/doc/scsh-manual/man.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** man.tex 2001/10/10 09:26:13 1.3
--- man.tex 2001/12/17 09:26:06 1.4
***************
*** 12,17 ****
\let\url\relax
\usepackage[dvipdfm,hyperindex,hypertex,
! pdftitle={scsh manual, release 0.5.3},
! pdfauthor={Olin Shivers and Brian D.~Carlstrom}
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
pdfstartview=FitH,pdfview=FitH]{hyperref}
--- 12,17 ----
\let\url\relax
\usepackage[dvipdfm,hyperindex,hypertex,
! pdftitle={scsh manual, release 0.6.0},
! pdfauthor={Olin Shivers, Brian D.~Carlstrom and Martin Gasbichler}
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
pdfstartview=FitH,pdfview=FitH]{hyperref}
***************
*** 31,35 ****
\sloppy
! %\includeonly{syscalls}
\input{decls}
--- 31,35 ----
\sloppy
! %\includeonly{miscprocs}
\input{decls}
|