diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2023-02-02 17:54:17 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2023-02-02 17:57:35 +0000 |
| commit | bffdbccda69683ce857dfad457e3209c0f00aa0c (patch) | |
| tree | 19dae4434fd4ad9ba1863b1f613684d41b2f094c /Doc/Zsh/params.yo | |
| parent | 51306: error message in ${unset?error} should be expanded (diff) | |
| download | zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.gz zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.bz2 zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.lz zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.xz zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.tar.zst zsh-bffdbccda69683ce857dfad457e3209c0f00aa0c.zip | |
51354: Fix markup in man page version
Diffstat (limited to 'Doc/Zsh/params.yo')
| -rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
