about summary refs log tree commit diff
path: root/Doc/Zsh/mod_zselect.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/mod_zselect.yo')
-rw-r--r--Doc/Zsh/mod_zselect.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_zselect.yo b/Doc/Zsh/mod_zselect.yo
index 9a120e5e3..43f010a10 100644
--- a/Doc/Zsh/mod_zselect.yo
+++ b/Doc/Zsh/mod_zselect.yo
@@ -57,9 +57,9 @@ modified.  The keys of tt(assoc) are the file descriptors, and the
 corresponding values are any of the characters `tt(rwe)' to indicate the
 condition.
 
-The command returns 0 if some file descriptors are ready for reading.  If
-the operation timed out, or a timeout of 0 was given and no file
-descriptors were ready, or there was an error, it returns status 1 and
+The command returns status 0 if some file descriptors are ready for
+reading.  If the operation timed out, or a timeout of 0 was given and no
+file descriptors were ready, or there was an error, it returns status 1 and
 the array will not be set (nor modified in any way).  If there was an error
 in the select operation the appropriate error message is printed.
 )