aboutsummaryrefslogtreecommitdiffhomepage
path: root/janet.1
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-20 22:21:46 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-20 23:05:02 -0500
commit8084e4c7284154144c2f9b6c02fa20d159069124 (patch)
treee909d59824b12a2f7fb91c9b5c74ae43808a0b6e /janet.1
parentMerge pull request #1506 from sogaiu/tweak-signal-doc (diff)
Add support for multiple directories in JANET_PATH.
Use a colon ":" as the separator on posix, and semicolon ";" on windows (and mingw).
Diffstat (limited to 'janet.1')
-rw-r--r--janet.13
1 files changed, 2 insertions, 1 deletions
diff --git a/janet.1 b/janet.1
index 0c946b2b..9e7c0ae2 100644
--- a/janet.1
+++ b/janet.1
@@ -255,7 +255,8 @@ and then arguments to the script.
.RS
The location to look for Janet libraries. This is the only environment variable Janet needs to
find native and source code modules. If no JANET_PATH is set, Janet will look in
-the default location set at compile time.
+the default location set at compile time. This should be a list of as well as a colon
+separate list of such directories.
.RE
.B JANET_PROFILE