1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-03-29 10:20:15 +01:00

51354: Fix markup in man page version

This commit is contained in:
Daniel Shahaf 2023-02-02 17:54:17 +00:00
parent 76d095df9d
commit bffdbccda6
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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