zsh-workers
 help / color / mirror / code / Atom feed
From: Jim <linux.tech.guy@gmail.com>
To: devs <zsh-workers@zsh.org>
Subject: PATCH: zshmodules man page ref to zselect/select
Date: Wed, 29 Mar 2023 01:38:47 -0500	[thread overview]
Message-ID: <CA+rB6GJ_5u1V7Y0yUFatesq1OHUHBM1e9CQ0qUopAhg_ZA1TEg@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2023-03-29  6:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29  6:38 Jim [this message]
2023-04-29 22:10 ` Jim
2023-04-30 18:58   ` Bart Schaefer
2023-04-30 21:36     ` Jim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+rB6GJ_5u1V7Y0yUFatesq1OHUHBM1e9CQ0qUopAhg_ZA1TEg@mail.gmail.com \
    --to=linux.tech.guy@gmail.com \
    --cc=linuxtechguy@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).