diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-16 19:02:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-16 19:02:13 +0000 |
commit | 5c53fb9500c019d7c0ee553f3daf6c277e6f515a (patch) | |
tree | ef5c62d6493caa55109731645f4223d6310dd3ff /Doc/Zsh/builtins.yo | |
parent | 3dc24fba0978b76feb0a9a1584abf57cd766dcb9 (diff) | |
download | zsh-5c53fb9500c019d7c0ee553f3daf6c277e6f515a.tar.gz zsh-5c53fb9500c019d7c0ee553f3daf6c277e6f515a.tar.xz zsh-5c53fb9500c019d7c0ee553f3daf6c277e6f515a.zip |
10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 0eadbc596..4db79c860 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1160,9 +1160,10 @@ This flag has a different meaning when used with tt(-f); see above. ) item(tt(-x))( Mark for automatic export to the environment of subsequently -executed commands. Currently this implies the option tt(-g), unless tt(+g) -is also explicitly given, in other words the parameter is not made local to -the enclosing function. This is for compatibility with other shells. +executed commands. If the option tt(GLOBAL_EXPORT) is set, this implies +the option tt(-g), unless tt(+g) is also explicitly given; in other words +the parameter is not made local to the enclosing function. This is for +compatibility with previous versions of zsh. ) enditem() ) |