diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-05-22 20:58:32 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-05-22 20:58:32 +0100 |
commit | a46aef770467e00a259f8215162bcc4e7cc7f1f0 (patch) | |
tree | bfddcbb9660fdc76d3032b032d7d60a4b5a5d4e7 | |
parent | a4d3b8f676c336e4504d5f400e98fb55aba78a37 (diff) | |
download | zsh-a46aef770467e00a259f8215162bcc4e7cc7f1f0.tar.gz zsh-a46aef770467e00a259f8215162bcc4e7cc7f1f0.tar.xz zsh-a46aef770467e00a259f8215162bcc4e7cc7f1f0.zip |
31405: weasel words about PRINT_EXIT_STATUS option.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/options.yo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 956b37dcd..3c74421c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 31405: Doc/Zsh/options.yo: weasel words about + PRINT_EXIT_STATUS option. + 2013-05-21 Peter Stephenson <p.stephenson@samsung.com> * 31419: Src/Modules/stat.c: Add time zone and year to diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index ce24a2226..60892dd8b 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1240,6 +1240,7 @@ pindex(NOPRINTEXITVALUE) cindex(exit status, printing) item(tt(PRINT_EXIT_VALUE) (tt(-1)))( Print the exit value of programs with non-zero exit status. +This is only available at the command line in interactive shells. ) pindex(RC_QUOTES) pindex(NO_RC_QUOTES) |