summaryrefslogtreecommitdiff
path: root/man/1/sh
diff options
context:
space:
mode:
Diffstat (limited to 'man/1/sh')
-rw-r--r--man/1/sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/1/sh b/man/1/sh
index 951f168a..4dd30d14 100644
--- a/man/1/sh
+++ b/man/1/sh
@@ -588,6 +588,18 @@ for the module.
If a load fails, a
.B bad module
exception is raised.
+The environment variable
+.B $autoload
+can be set to a list of Shell modules that
+each instance of
+.I sh
+should load automatically during its initialisation.
+(More precisely, the modules are loaded
+when a new
+.B Sh->Context
+is created: see
+.IR sh (2)
+for details.)
.HP
.BI unload " path..."
.br