Hi, While looking into the zsh/zselect module and reading the man page info, there is a reference to system "select" for more information and is noted as "select(3)". I can not find any reference to select being is section "3". My linux system shows select as being in section "2" of the man pages. System select is also referenced in zsh/zftp but there it is noted correctly as "select(2)". diff --git a/Doc/Zsh/mod_zselect.yo b/Doc/Zsh/mod_zselect.yo index faf59c165..42287f116 100644 --- a/Doc/Zsh/mod_zselect.yo +++ b/Doc/Zsh/mod_zselect.yo @@ -13,7 +13,7 @@ blocks until a file descriptor is ready for reading or writing, or has an error condition, with an optional timeout. If this is not available on your system, the command prints an error message and returns status 2 (normal errors return status 1). For more information, see your system's -documentation for manref(select)(3). Note there is no connection with the +documentation for manref(select)(2). Note there is no connection with the shell builtin of the same name. Arguments and options may be intermingled in any order. Non-option Regards, Jim Murphy