about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2023-02-02 17:54:17 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2023-02-02 17:57:35 +0000
commitbffdbccda69683ce857dfad457e3209c0f00aa0c (patch)
tree19dae4434fd4ad9ba1863b1f613684d41b2f094c
parent76d095df9de31d46b0ca042039855ffc286f5fdb (diff)
downloadzsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.gz
zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.xz
zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.zip
51354: Fix markup in man page version
-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