parent
ff9ab43494
commit
c6974d921b
14
scsh.man
14
scsh.man
|
@ -1,4 +1,4 @@
|
|||
.TH LS48 1
|
||||
.TH LSCSH 1
|
||||
.\" File scsh.man: Manual page template for scsh.
|
||||
.\" Replace LSCSH with the name of your default image and LLIB with the
|
||||
.\" directory containing scshvm and default image.
|
||||
|
@ -22,8 +22,7 @@ The
|
|||
.B LSCSH
|
||||
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.
|
||||
The Scheme 48 system is an R5RS system.
|
||||
It also executes commands, which are identified by an initial comma character.
|
||||
Type the command
|
||||
.I ,help
|
||||
|
@ -42,7 +41,7 @@ argument can be one of
|
|||
Either of these switches terminates argument parsing; following arguments
|
||||
are available from scsh as the string list produced by
|
||||
.nf
|
||||
(command-line-arguments)
|
||||
(command-line)
|
||||
.fi
|
||||
The
|
||||
.B \-s
|
||||
|
@ -63,9 +62,12 @@ The
|
|||
.B \-\-
|
||||
switch is used to pass arguments to an interactive scsh.
|
||||
It simply terminates argument parsing, causing following
|
||||
arguments to be bound to
|
||||
arguments to be made available by
|
||||
.nf
|
||||
(command-line-arguments)
|
||||
(command-line)
|
||||
|
||||
There are other command-line switches. For detailed documentation,
|
||||
see the manual, which comes with the distribution.
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue