mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-20 22:18:02 +02:00
51609: fix reference to select(2)
This commit is contained in:
parent
8bee6e6f92
commit
f376f95c47
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2023-05-11 Bart Schaefer <schaefer@zsh.org>
|
2023-05-11 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* Jim <linux.tech.guy@gmail.com>: 51609: Doc/Zsh/mod_zselect.yo:
|
||||||
|
fix reference to select(2)
|
||||||
|
|
||||||
* Shohei YOSHIDA: 51340: Completion/Unix/Command/_rake: update
|
* Shohei YOSHIDA: 51340: Completion/Unix/Command/_rake: update
|
||||||
for version 13
|
for version 13
|
||||||
|
|
||||||
|
|
|
@ -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
|
error condition, with an optional timeout. If this is not available on
|
||||||
your system, the command prints an error message and returns status 2
|
your system, the command prints an error message and returns status 2
|
||||||
(normal errors return status 1). For more information, see your system's
|
(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.
|
shell builtin of the same name.
|
||||||
|
|
||||||
Arguments and options may be intermingled in any order. Non-option
|
Arguments and options may be intermingled in any order. Non-option
|
||||||
|
|
Loading…
Reference in a new issue