diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-01-02 12:40:31 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-01-02 12:40:31 -0800 |
commit | 03adf524140dce211372124895fa4356376329a8 (patch) | |
tree | af6efcf261a5ae3cf561681a40dc833483a1884a /Doc/Zsh/builtins.yo | |
parent | b4643fce2d4220646c0d70876822c052a677d22b (diff) | |
download | zsh-03adf524140dce211372124895fa4356376329a8.tar.gz zsh-03adf524140dce211372124895fa4356376329a8.tar.xz zsh-03adf524140dce211372124895fa4356376329a8.zip |
37493: readonly + POSIX_BUILTINS == typeset -gr
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index dc0b947a6..fb630a713 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1465,7 +1465,10 @@ cancels both tt(-p) and tt(-u). The tt(-c) or tt(-l) flags cancel any and all of tt(-kpquz). ) cindex(parameters, marking readonly) -alias(readonly)(typeset -r) +item(tt(readonly))( +Same as tt(typeset -r). With the tt(POSIX_BUILTINS) option set, same +as tt(typeset -gr). +) alias(rehash)(hash -r) findex(return) cindex(functions, returning from) |