summaryrefslogtreecommitdiff
path: root/man/1/sh
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
commit6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch)
tree314123bcab78ff295f38f85f31dc141e5fe22d15 /man/1/sh
parent74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff)
20061220
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