mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
49672: document "tied" in output from ${(t)...}
This commit is contained in:
parent
0684c6a762
commit
865baf7a25
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2022-02-22 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 49672: Doc/Zsh/expn.yo: document "tied" output in parameter
|
||||
(t) output.
|
||||
|
||||
2022-02-22 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 49769: Doc/Zsh/mod_stat.yo: Mention how to show nanosecond
|
||||
|
|
|
@ -1205,6 +1205,11 @@ for readonly parameters
|
|||
item(tt(tag))(
|
||||
for tagged parameters
|
||||
)
|
||||
item(tt(tied))(
|
||||
for parameters tied to another parameter in the manner of tt(PATH)
|
||||
(colon-separated list) and tt(path) (array), whether these are
|
||||
special parameters or user-defined with `tt(typeset -T)'
|
||||
)
|
||||
item(tt(export))(
|
||||
for exported parameters
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue