diff options
author | Bart Schaefer <schaefer@zsh.org> | 2013-10-07 12:53:56 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2013-10-07 12:53:56 -0700 |
commit | b077d6ee9c0728eddfa526fd17e637fe8a6e6e29 (patch) | |
tree | 79a06b4a261688c25bec836fd3af204aaf86ddc8 /Doc/Zsh/options.yo | |
parent | 6f195241f3ee98c11bc93ab089417012767d9cec (diff) | |
download | zsh-b077d6ee9c0728eddfa526fd17e637fe8a6e6e29.tar.gz zsh-b077d6ee9c0728eddfa526fd17e637fe8a6e6e29.tar.xz zsh-b077d6ee9c0728eddfa526fd17e637fe8a6e6e29.zip |
unposted: fix typo
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 71bddd570..90552157f 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1690,7 +1690,7 @@ pindex(NOPIPEFAIL) cindex(exit status from pipeline) cindex(status, on exit from pipeline) cindex(pipeline, exit status from) -itme(tt(PIPE_FAIL))( +item(tt(PIPE_FAIL))( By default, when a pipeline exits the exit status recorded by the shell and returned by the shell variable tt($?) reflects that of the rightmost element of a pipeline. If this option is set, the exit status |