From f376f95c47202fb1c00f41577347e25ed5d37439 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 11 May 2023 12:32:49 -0700 Subject: 51609: fix reference to select(2) --- ChangeLog | 3 +++ Doc/Zsh/mod_zselect.yo | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 36a934683..d91ca40b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-05-11 Bart Schaefer + * Jim : 51609: Doc/Zsh/mod_zselect.yo: + fix reference to select(2) + * Shohei YOSHIDA: 51340: Completion/Unix/Command/_rake: update for version 13 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 -- cgit 1.4.1