Update manual
This commit is contained in:
parent
1b2a9f3fb7
commit
23713dbdda
|
|
@ -57,7 +57,7 @@ OPTIONS
|
||||||
|
|
||||||
--list-all List all supported implementations.
|
--list-all List all supported implementations.
|
||||||
|
|
||||||
--version Show the software version.
|
--version Show the software version. --debug Turn on debug output.
|
||||||
|
|
||||||
--help Shows you command to read this manual page. :)
|
--help Shows you command to read this manual page. :)
|
||||||
|
|
||||||
|
|
@ -70,6 +70,10 @@ ENVIRONMENT
|
||||||
the name of the implementation as specified in the support list.
|
the name of the implementation as specified in the support list.
|
||||||
This differs from SRFI-138 as the SRFI excepts a path.
|
This differs from SRFI-138 as the SRFI excepts a path.
|
||||||
|
|
||||||
|
COMPILE_SCHEME_DEBUG
|
||||||
|
|
||||||
|
Another way in addition to --debug to turn on debug output.
|
||||||
|
|
||||||
STANDARDS
|
STANDARDS
|
||||||
SRFI 138: Compiling Scheme programs to executables.
|
SRFI 138: Compiling Scheme programs to executables.
|
||||||
https://srfi.schemers.org/srfi-138/srfi-138.html
|
https://srfi.schemers.org/srfi-138/srfi-138.html
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,8 @@ List all supported implementations.
|
||||||
.P
|
.P
|
||||||
\fB\-\-version\fR
|
\fB\-\-version\fR
|
||||||
Show the software version.
|
Show the software version.
|
||||||
|
\fB\-\-debug\fR
|
||||||
|
Turn on debug output.
|
||||||
.P
|
.P
|
||||||
\fB\-\-help\fR
|
\fB\-\-help\fR
|
||||||
Shows you command to read this manual page. :)
|
Shows you command to read this manual page. :)
|
||||||
|
|
@ -85,6 +87,11 @@ Shows you command to read this manual page. :)
|
||||||
Either of these environment variables \fBmust\fR be set.
|
Either of these environment variables \fBmust\fR be set.
|
||||||
Set either to the \fBname\fR of the implementation as specified in the support list.
|
Set either to the \fBname\fR of the implementation as specified in the support list.
|
||||||
\fBThis differs from SRFI-138\fR as the SRFI excepts a path.
|
\fBThis differs from SRFI-138\fR as the SRFI excepts a path.
|
||||||
|
|
||||||
|
.P
|
||||||
|
\fBCOMPILE_SCHEME_DEBUG\fR
|
||||||
|
.IP
|
||||||
|
Another way in addition to --debug to turn on debug output.
|
||||||
.SH STANDARDS
|
.SH STANDARDS
|
||||||
.P
|
.P
|
||||||
SRFI 138: Compiling Scheme programs to executables.
|
SRFI 138: Compiling Scheme programs to executables.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue