diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-04-01 12:03:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-04-01 12:03:53 +0000 |
commit | db44e186c9ae646c03bb2ca1c3399610840d8f52 (patch) | |
tree | 6d92d11a09a0bab7d44dd50581905c5d1f920ec1 /Doc/Zsh/prompt.yo | |
parent | b51472dd5fda1d4a0e8273d675da03dcbb37c8d6 (diff) | |
download | zsh-db44e186c9ae646c03bb2ca1c3399610840d8f52.tar.gz zsh-db44e186c9ae646c03bb2ca1c3399610840d8f52.tar.xz zsh-db44e186c9ae646c03bb2ca1c3399610840d8f52.zip |
c.f. 21071: always use "status" in return and exit status docs
Diffstat (limited to 'Doc/Zsh/prompt.yo')
-rw-r--r-- | Doc/Zsh/prompt.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index 2745abb1d..17d17fbbb 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -80,7 +80,7 @@ at least one capability is raised in either the Effective or Inheritable capability vectors. ) item(tt(%?))( -The return code of the last command executed just before the prompt. +The return status of the last command executed just before the prompt. ) item(tt(%_))( The status of the parser, i.e. the shell constructs (like `tt(if)' and |