summaryrefslogtreecommitdiff
path: root/Doc/Zsh/restricted.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/restricted.yo')
-rw-r--r--Doc/Zsh/restricted.yo4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/Zsh/restricted.yo b/Doc/Zsh/restricted.yo
index a61fd4955..65baacc59 100644
--- a/Doc/Zsh/restricted.yo
+++ b/Doc/Zsh/restricted.yo
@@ -29,8 +29,6 @@ itemiz(using the tt(ARGV0) parameter to override tt(argv[0]) for external
commands)
itemiz(turning off restricted mode with tt(set +r) or tt(unsetopt
RESTRICTED))
-itemiz(specifying modules to be loaded with an explicitly given
-pathname containing slashes)
enditemize()
These restrictions are enforced after processing the startup files. The
@@ -40,5 +38,5 @@ add further restrictions by disabling selected builtins.
Restricted mode can also be activated any time by setting the
tt(RESTRICTED) option. This immediately enables all the restrictions
-described above even if the shell still have not processed all startup
+described above even if the shell still has not processed all startup
files.