about summary refs log tree commit diff
path: root/Doc/Zsh/mod_computil.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/mod_computil.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/mod_computil.yo')
-rw-r--r--Doc/Zsh/mod_computil.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_computil.yo b/Doc/Zsh/mod_computil.yo
index d4ca8e61d..593f85ad3 100644
--- a/Doc/Zsh/mod_computil.yo
+++ b/Doc/Zsh/mod_computil.yo
@@ -73,7 +73,7 @@ innermost quoting level.  If the tt(-p) option is given, quoting is
 done as if there is some prefix before the values of the parameters,
 so that a leading equal sign will not be quoted.
 
-The return value is non-zero in case of an error and zero otherwise.
+The return status is non-zero in case of an error and zero otherwise.
 )
 findex(comptags)
 findex(comptry)