original commit: f868cd48fb1b1a4e236297d62427e935be3d504e
This commit is contained in:
Matthew Flatt 2003-06-12 23:15:34 +00:00
parent b31bdd3ead
commit 4f4ec8c39d
2 changed files with 6 additions and 6 deletions

View File

@ -203,8 +203,8 @@ to
.B \-C .B \-C
.TP .TP
.B \--main .B \--main
Call `main' with a list of argument strings, where the first string is Like -r, then calls `main' with a list of argument strings. The first
the name of the file most recently loaded from the command line, and string in the list is the name of the loaded file, and
the rest of the list contains leftover command-line arguments. the rest of the list contains leftover command-line arguments.
.PP .PP
@ -320,7 +320,7 @@ If the executable name has the form scheme-\|\c
.I dialect\|\c .I dialect\|\c
, then the command line is effectively prefixed with , then the command line is effectively prefixed with
.ce 1 .ce 1
-qAerC '(require (lib "init.ss" "script-lang" "\|\c -qAeC '(require (lib "init.ss" "script-lang" "\|\c
.I dialect\|\c .I dialect\|\c
"))' "))'
The first actual command-line argument thus serves as the name of a file The first actual command-line argument thus serves as the name of a file

View File

@ -155,8 +155,8 @@ to
.B \-C .B \-C
.TP .TP
.B \--main .B \--main
Call `main' with a list of argument strings, where the first string is Like -r, then calls `main' with a list of argument strings. The first
the name of the file most recently loaded from the command line, and string in the list is the name of the loaded file, and
the rest of the list contains leftover command-line arguments. the rest of the list contains leftover command-line arguments.
.PP .PP
@ -265,7 +265,7 @@ If the executable name has the form scheme-\|\c
.I dialect\|\c .I dialect\|\c
, then the command line is effectively prefixed with , then the command line is effectively prefixed with
.ce 1 .ce 1
-qAerC '(require (lib "init.ss" "script-lang" "\|\c -qAeC '(require (lib "init.ss" "script-lang" "\|\c
.I dialect\|\c .I dialect\|\c
"))' "))'
The first actual command-line argument thus serves as the name of a file The first actual command-line argument thus serves as the name of a file