Update of /cvsroot/scsh/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv15829
Modified Files:
scsh.man
Log Message:
Fixed it up a bit. Still pretty lame.
-Olin
Index: scsh.man
===================================================================
RCS file: /cvsroot/scsh/scsh/scsh.man,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** scsh.man 1995/10/14 03:32:35 1.1.1.1
--- scsh.man 2001/05/29 15:30:05 1.2
***************
*** 1,3 ****
! .TH LS48 1
.\" File scsh.man: Manual page template for scsh.
.\" Replace LSCSH with the name of your default image and LLIB with the
--- 1,3 ----
! .TH LSCSH 1
.\" File scsh.man: Manual page template for scsh.
.\" Replace LSCSH with the name of your default image and LLIB with the
***************
*** 23,28 ****
command loop reads Scheme expressions,
evaluates them, and prints their results.
! The Scheme 48 system is an R4RS system, and also provides features from
! the draft R5RS standard.
It also executes commands, which are identified by an initial comma character.
Type the command
--- 23,27 ----
command loop reads Scheme expressions,
evaluates them, and prints their results.
! The Scheme 48 system is an R5RS system.
It also executes commands, which are identified by an initial comma character.
Type the command
***************
*** 43,47 ****
are available from scsh as the string list produced by
.nf
! (command-line-arguments)
.fi
The
--- 42,46 ----
are available from scsh as the string list produced by
.nf
! (command-line)
.fi
The
***************
*** 64,70 ****
switch is used to pass arguments to an interactive scsh.
It simply terminates argument parsing, causing following
! arguments to be bound to
.nf
! (command-line-arguments)
.SH FILES
--- 63,72 ----
switch is used to pass arguments to an interactive scsh.
It simply terminates argument parsing, causing following
! arguments to be made available by
.nf
! (command-line)
!
! There are other command-line switches. For detailed documentation,
! see the manual, which comes with the distribution.
.SH FILES
|