aboutsummaryrefslogtreecommitdiffhomepage
path: root/janet.1
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-06-18 22:01:14 -0400
committerCalvin Rose <calsrose@gmail.com>2019-06-18 22:10:13 -0400
commit9ba872817684f11b2a1b9e702be0fd9b42d7cb43 (patch)
tree289502a6cb14104f9eefe5e3e99019eff3e1d53e /janet.1
parentUpdate changelog. (diff)
Update module system.
Add relative imports and path normalization. This should help towards a more composable build/dependency system.
Diffstat (limited to 'janet.1')
-rw-r--r--janet.12
1 files changed, 1 insertions, 1 deletions
diff --git a/janet.1 b/janet.1
index eb03a104..6e72906c 100644
--- a/janet.1
+++ b/janet.1
@@ -73,7 +73,7 @@ Don't execute a script, only compile it to check for errors. Useful for linting
.TP
.BR \-m\ syspath
-Set the variable module/*syspath* to the string syspath so that Janet will load system modules
+Set the dynamic binding :syspath to the string syspath so that Janet will load system modules
from a directory different than the default. The default is set when Janet is built, and defaults to
/usr/local/lib/janet on Linux/Posix, and C:/Janet/Library on Windows. This option supersedes JANET_PATH.