diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-14 22:08:41 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-14 22:08:41 +0000 |
commit | 26cc1ad1dfb9ba4ffeaf6079762439822ab828ef (patch) | |
tree | e4d123b1021706e85bf04922cc54c24959daa15a /Doc/Zsh/restricted.yo | |
parent | a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1 (diff) | |
download | zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.gz zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.xz zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.zip |
doc changes; typo in _jobs; integer builtin understands `-i base'
Diffstat (limited to 'Doc/Zsh/restricted.yo')
-rw-r--r-- | Doc/Zsh/restricted.yo | 4 |
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. |