diff options
-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) |