From bffdbccda69683ce857dfad457e3209c0f00aa0c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 2 Feb 2023 17:54:17 +0000 Subject: 51354: Fix markup in man page version --- ChangeLog | 4 ++++ Doc/Zsh/params.yo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6bdaeedbf..1a66e94e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-02-02 Daniel Shahaf + + * 51354: Doc/Zsh/params.yo: Fix markup in man page version + 2023-02-02 Peter Stephenson * 51306: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst: diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 2a30085a8..55009c6de 100644 --- 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 -- cgit 1.4.1