zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: zshmodules man page ref to zselect/select
@ 2023-03-29  6:38 Jim
  2023-04-29 22:10 ` Jim
  0 siblings, 1 reply; 4+ messages in thread
From: Jim @ 2023-03-29  6:38 UTC (permalink / raw)
  To: devs

[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1414 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: zshmodules man page ref to zselect/select
  2023-03-29  6:38 PATCH: zshmodules man page ref to zselect/select Jim
@ 2023-04-29 22:10 ` Jim
  2023-04-30 18:58   ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Jim @ 2023-04-29 22:10 UTC (permalink / raw)
  To: devs

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Hi,

Is there a list somewhere to check on rejected or pending patches?

Thanks for you time,

Jim Murphy

[-- Attachment #2: Type: text/html, Size: 248 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: zshmodules man page ref to zselect/select
  2023-04-29 22:10 ` Jim
@ 2023-04-30 18:58   ` Bart Schaefer
  2023-04-30 21:36     ` Jim
  0 siblings, 1 reply; 4+ messages in thread
From: Bart Schaefer @ 2023-04-30 18:58 UTC (permalink / raw)
  To: linuxtechguy; +Cc: devs

On Sat, Apr 29, 2023 at 3:12 PM Jim <linux.tech.guy@gmail.com> wrote:
>
> Is there a list somewhere to check on rejected or pending patches?

Not really, but you'll definitely have been told if the patch was
rejected.  Otherwise if nobody commits it right away, it would be
expected to get swept up right before the next release (which we
should probably think about doing soon).


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: zshmodules man page ref to zselect/select
  2023-04-30 18:58   ` Bart Schaefer
@ 2023-04-30 21:36     ` Jim
  0 siblings, 0 replies; 4+ messages in thread
From: Jim @ 2023-04-30 21:36 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: devs

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

Got it, thanks. Looking forward to the next release.

Jim

On Sun, Apr 30, 2023 at 1:58 PM Bart Schaefer <schaefer@brasslantern.com>
wrote:

> On Sat, Apr 29, 2023 at 3:12 PM Jim <linux.tech.guy@gmail.com> wrote:
> >
> > Is there a list somewhere to check on rejected or pending patches?
>
> Not really, but you'll definitely have been told if the patch was
> rejected.  Otherwise if nobody commits it right away, it would be
> expected to get swept up right before the next release (which we
> should probably think about doing soon).
>

[-- Attachment #2: Type: text/html, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-30 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  6:38 PATCH: zshmodules man page ref to zselect/select Jim
2023-04-29 22:10 ` Jim
2023-04-30 18:58   ` Bart Schaefer
2023-04-30 21:36     ` Jim

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).