about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-02 12:40:31 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-02 12:40:31 -0800
commit03adf524140dce211372124895fa4356376329a8 (patch)
treeaf6efcf261a5ae3cf561681a40dc833483a1884a /Doc/Zsh/builtins.yo
parentb4643fce2d4220646c0d70876822c052a677d22b (diff)
downloadzsh-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.yo5
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)