From 865baf7a2513a00996f0eeccf14475670daebe27 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 22 Feb 2022 10:00:14 +0000 Subject: 49672: document "tied" in output from ${(t)...} --- Doc/Zsh/expn.yo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 753e5a008..c53ca645e 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -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 ) -- cgit 1.4.1