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.
|
.\" File scsh.man: Manual page template for scsh.
|
||||||
.\" Replace LSCSH with the name of your default image and LLIB with the
|
.\" Replace LSCSH with the name of your default image and LLIB with the
|
||||||
.\" directory containing scshvm and default image.
|
.\" directory containing scshvm and default image.
|
||||||
|
@ -22,8 +22,7 @@ The
|
||||||
.B LSCSH
|
.B LSCSH
|
||||||
command loop reads Scheme expressions,
|
command loop reads Scheme expressions,
|
||||||
evaluates them, and prints their results.
|
evaluates them, and prints their results.
|
||||||
The Scheme 48 system is an R4RS system, and also provides features from
|
The Scheme 48 system is an R5RS system.
|
||||||
the draft R5RS standard.
|
|
||||||
It also executes commands, which are identified by an initial comma character.
|
It also executes commands, which are identified by an initial comma character.
|
||||||
Type the command
|
Type the command
|
||||||
.I ,help
|
.I ,help
|
||||||
|
@ -42,7 +41,7 @@ argument can be one of
|
||||||
Either of these switches terminates argument parsing; following arguments
|
Either of these switches terminates argument parsing; following arguments
|
||||||
are available from scsh as the string list produced by
|
are available from scsh as the string list produced by
|
||||||
.nf
|
.nf
|
||||||
(command-line-arguments)
|
(command-line)
|
||||||
.fi
|
.fi
|
||||||
The
|
The
|
||||||
.B \-s
|
.B \-s
|
||||||
|
@ -63,9 +62,12 @@ The
|
||||||
.B \-\-
|
.B \-\-
|
||||||
switch is used to pass arguments to an interactive scsh.
|
switch is used to pass arguments to an interactive scsh.
|
||||||
It simply terminates argument parsing, causing following
|
It simply terminates argument parsing, causing following
|
||||||
arguments to be bound to
|
arguments to be made available by
|
||||||
.nf
|
.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
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue