diff options
| author | Philippe Altherr <philippe.altherr@gmail.com> | 2022-12-13 21:05:13 -0800 |
|---|---|---|
| committer | Bart Schaefer <schaefer@zsh.org> | 2022-12-13 21:05:13 -0800 |
| commit | 727079f7e547fe17e73fa6e240fe5c07ab01abe9 (patch) | |
| tree | b3bec8efad4b145c3e18da526d7ba1964263ffdf | |
| parent | 51193: Discuss ERR_EXIT changes (diff) | |
| download | zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.tar zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.tar.gz zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.tar.bz2 zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.tar.lz zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.tar.xz zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.tar.zst zsh-727079f7e547fe17e73fa6e240fe5c07ab01abe9.zip | |
51198: Clarify and expand ERR_EXIT and ERR_RETURN documentation
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Doc/Zsh/options.yo | 72 |
2 files changed, 43 insertions, 32 deletions
@@ -1,5 +1,8 @@ 2022-12-13 Bart Schaefer <schaefer@zsh.org> + * Philippe Altherr: 51198: Doc/Zsh/options.yo: Clarify and expand + ERR_EXIT and ERR_RETURN documentation to include updated behavior + * Philippe Altherr: 51193: NEWS, README: Discuss ERR_EXIT changes 2022-12-12 Peter Stephenson <p.stephenson@samsung.com> diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index e92969531..cbd3d0f8e 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo |
