Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Documentation of the TIMEFMT variable
- X-seq: zsh-workers 51354
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: trillian <just.so.you.can.email.me@xxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: Documentation of the TIMEFMT variable
- Date: Thu, 2 Feb 2023 17:53:25 +0000
- Archived-at: <https://zsh.org/workers/51354>
- Feedback-id: i425e4195:Fastmail
- In-reply-to: <e3d93b05-42a2-711a-8b11-bad43646fde3@gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <e3d93b05-42a2-711a-8b11-bad43646fde3@gmail.com>
trillian wrote on Thu, Feb 02, 2023 at 18:53:15 +0200:
> While I'm at it, TMPSUFFIX (which is just a few lines below it) seems to
> have somewhat broken formatting, as half of its description is highlighted
> like it was a variable name (in the man page at least - this doesn't seem to
> show up in the HTML documentation).
Apparently caused by nesting var() within tt().
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1668,7 +1668,7 @@ well as any directory names. The default is `tt(/tmp/zsh)'.
vindex(TMPSUFFIX)
item(tt(TMPSUFFIX))(
A filename suffix which the shell will use for temporary files created
-by process substitutions (e.g., `tt(=LPAR()var(list)RPAR())').
+by process substitutions (e.g., `tt(=LPAR())var(list)tt(RPAR())').
Note that the value should include a leading dot `tt(.)' if intended
to be interpreted as a file extension. The default is not to append
any suffix, thus this parameter should be assigned only when needed
Messages sorted by:
Reverse Date,
Date,
Thread,
Author