Documenting current load path order.

This commit is contained in:
Alex Shinn 2013-07-20 15:29:50 +09:00
parent e0101944fd
commit 16696d01b1

View file

@ -77,6 +77,10 @@ The default language is an extended subset of the draft R7RS
.I chibi-scheme -xscheme.base .I chibi-scheme -xscheme.base
.SH OPTIONS .SH OPTIONS
Space is optional between options and their arguments.
Options without arguments may not be chained together.
.TP 5 .TP 5
.BI -V .BI -V
Prints the version information and exits. Prints the version information and exits.
@ -162,9 +166,22 @@ This feature is still experimental.
.SH ENVIRONMENT .SH ENVIRONMENT
.TP .TP
.B CHIBI_MODULE_PATH .B CHIBI_MODULE_PATH
.TQ
A colon separated list of directories to search for module A colon separated list of directories to search for module
files, inserted before the system default load paths. files, inserted before the system default load paths. chibi-scheme
searchs for modules in directories in the following order:
.TP
directories included with the -I path option
.TP
.
.TP
./lib
.TP
directories included from CHIBI_MODULE_PATH
.TP
system directories
.TP
directories included with -A path option
.SH AUTHORS .SH AUTHORS
.PP .PP
@ -172,8 +189,8 @@ Alex Shinn (alexshinn @ gmail . com)
.SH SEE ALSO .SH SEE ALSO
.PP .PP
More detailed information can be found in the README file More detailed information can be found in the manuale included in
included in the distribution. doc/chibi.scrbl included in the distribution.
The chibi-scheme home-page: The chibi-scheme home-page:
.br .br