about summary refs log tree commit diff
path: root/Doc/Zsh/restricted.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-06-21 12:31:32 +0100
committerPeter Stephenson <pws@zsh.org>2016-06-21 12:32:27 +0100
commitd309d9addc114d22175f5feb0ab2e5fdf290dc02 (patch)
tree0a01b4bd0077ada0f3a2a581cd8d5c0571316792 /Doc/Zsh/restricted.yo
parent0b8ab3a21a15c12b22f39cd19ce5ef90fdc31ad1 (diff)
downloadzsh-d309d9addc114d22175f5feb0ab2e5fdf290dc02.tar.gz
zsh-d309d9addc114d22175f5feb0ab2e5fdf290dc02.tar.xz
zsh-d309d9addc114d22175f5feb0ab2e5fdf290dc02.zip
38692: IFS can't be changed in restricted mode
Diffstat (limited to 'Doc/Zsh/restricted.yo')
-rw-r--r--Doc/Zsh/restricted.yo10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/restricted.yo b/Doc/Zsh/restricted.yo
index b56b50c6f..6cf9b36b5 100644
--- a/Doc/Zsh/restricted.yo
+++ b/Doc/Zsh/restricted.yo
@@ -10,11 +10,11 @@ restricted mode:
 
 startitemize()
 itemiz(changing directories with the tt(cd) builtin)
-itemiz(changing or unsetting the tt(PATH), tt(path), tt(MODULE_PATH),
-tt(module_path), tt(SHELL), tt(HISTFILE), tt(HISTSIZE), tt(GID), tt(EGID),
-tt(UID), tt(EUID), tt(USERNAME), tt(LD_LIBRARY_PATH),
-tt(LD_AOUT_LIBRARY_PATH), tt(LD_PRELOAD) and  tt(LD_AOUT_PRELOAD)
-parameters)
+itemiz(changing or unsetting the tt(EGID), tt(EUID), tt(GID),
+tt(HISTFILE), tt(HISTSIZE), tt(IFS), tt(LD_AOUT_LIBRARY_PATH),
+tt(LD_AOUT_PRELOAD), tt(LD_LIBRARY_PATH), tt(LD_PRELOAD),
+tt(MODULE_PATH), tt(module_path), tt(PATH), tt(path), tt(SHELL),
+tt(UID) and tt(USERNAME) parameters)
 itemiz(specifying command names containing tt(/))
 itemiz(specifying command pathnames using tt(hash))
 itemiz(redirecting output to files)