summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bdaeedbf..1a66e94e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-02-02 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * 51354: Doc/Zsh/params.yo: Fix markup in man page version
+
2023-02-02 Peter Stephenson <p.stephenson@samsung.com>
* 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