From db44e186c9ae646c03bb2ca1c3399610840d8f52 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 1 Apr 2005 12:03:53 +0000 Subject: c.f. 21071: always use "status" in return and exit status docs --- Doc/Zsh/mod_zselect.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/mod_zselect.yo') 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. ) -- cgit 1.4.1