1
0
Fork 0
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:
Peter Stephenson 2022-02-22 10:00:14 +00:00
parent 0684c6a762
commit 865baf7a25
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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
)