From 78e381ae7d07198e7eb1ff4aa363b31cc43a59de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Wed, 30 Sep 2020 16:09:37 +0700 Subject: [PATCH] chibi-scheme.1: document CHIBI_IGNORE_SYSTEM_PATH while at there, spell out the empty CHIBI_MODULE_PATH case. It's obvious if you really think about it, but it's even better if I don't have to read between the lines. I did grep getenv to find if anything was missing. There is CHIBI_MAX_ALLOC, but I think that one is more about debugging out-of-memory than to be customized by the user. --- doc/chibi-scheme.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/chibi-scheme.1 b/doc/chibi-scheme.1 index 80dcd1fd..fd75017d 100644 --- a/doc/chibi-scheme.1 +++ b/doc/chibi-scheme.1 @@ -243,7 +243,13 @@ searches for modules in directories in the following order: directories included with -A path option If CHIBI_MODULE_PATH is unset, the directories "./lib", and "." are -search in order. +searched in order. Set to empty to only consider -I, system +directories and -A. + +.TP +.B CHIBI_IGNORE_SYSTEM_PATH +If set to anything but "0", system directories (as listed above) are +not included in the search paths. .SH AUTHORS .PP