From 7233c7a750eb0a321a67281404b74b4ea0917384 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 16 Aug 2023 13:17:14 +0100 Subject: 29130, 21931 (Ray): document what typeset -t is for. This replaces documenting what it isn't for. --- Doc/Zsh/builtins.yo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 5eb93272a..8f310f6cf 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -2320,8 +2320,10 @@ readonly). Special variables that have been made readonly retain their value and readonly attribute when made local. ) item(tt(-t))( -Tags the named parameters. Tags have no special meaning to the shell. -This flag has a different meaning when used with tt(-f); see above. +Tags the named parameters. Tags only exist to flag the parameter for +the user's own purposes --- the list of tagged parameters can be queried +using `tt(typeset -t)'. Tags have no other use. Note that the tt(-t) +flag has a different meaning when used with tt(-f); see above. ) item(tt(-u))( Convert the result to upper case whenever the parameter is expanded. -- cgit 1.4.1