about summary refs log tree commit diff
path: root/Doc/Zsh/func.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-04-01 12:03:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-04-01 12:03:53 +0000
commitdb44e186c9ae646c03bb2ca1c3399610840d8f52 (patch)
tree6d92d11a09a0bab7d44dd50581905c5d1f920ec1 /Doc/Zsh/func.yo
parentb51472dd5fda1d4a0e8273d675da03dcbb37c8d6 (diff)
downloadzsh-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/func.yo')
-rw-r--r--Doc/Zsh/func.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index 3399ae7b6..bf5a9b2ae 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -194,7 +194,7 @@ The signal number will be passed as the first parameter to the function.
 If a function of this form is defined and null,
 the shell and processes spawned by it will ignore tt(SIG)var(NAL).
 
-The return value from the function is handled specially.  If it is
+The return status from the function is handled specially.  If it is
 zero, the signal is assumed to have been handled, and execution continues
 normally.  Otherwise, the normal effect of the signal is produced;
 if this causes execution to terminate, the status returned to the shell is