From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: "Pablo M. Ronchi" <pmronchi@yahoo.com.ar>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org
Subject: Re: Typo in man-page: SIGNAL(7)
Date: Sun, 29 Mar 2020 09:23:23 +0200 [thread overview]
Message-ID: <c125ebb6-8959-31b2-f6d1-aee7375df9f7@gmail.com> (raw)
In-Reply-To: <fa469dfc-71ce-e7a2-dd83-b9566cc7ba58@yahoo.com.ar>
On 3/26/20 6:17 PM, Pablo M. Ronchi wrote:
> In the URL:
>
> http://man7.org/linux/man-pages/man7/signal.7.html
>
> there is the following duplication typo at the end of the paragraph: "it
> was it was" (marked in capital letters, below)
>
> ...
> Signal mask and pending signals
> ...
> A signal may be blocked, which means that it will not be delivered until
> it is later unblocked. Between the time when it is generated and when it
> is delivered a signal is said to be pending. Each thread in a process
> has an independent signal mask, which indicates the set of signals that
> the thread is currently blocking. A thread can manipulate its signal
> mask using pthread_sigmask(3). In a traditional single-threaded
> application, sigprocmask(2) can be used to manipulate the signal mask. A
> child created via fork(2) inherits a copy of its parent's signal mask;
> the signal mask is preserved across execve(2). A signal may be
> process-directed or thread-directed. A process- directed signal is one
> that is targeted at (and thus pending for) the process as a whole. A
> signal may be process-directed because it was generated by the kernel
> for reasons other than a hardware exception, or because it was sent
> using kill(2) or sigqueue(3). A thread- directed signal is one that is
> targeted at a specific thread. A signal may be thread-directed because
> it was generated as a consequence of executing a specific
> machine-language instruction that triggered a hardware exception (e.g.,
> SIGSEGV for an invalid memory access, or SIGFPE for a math error), or
> because IT WAS IT WAS targeted at a specific thread using interfaces
> such as tgkill(2) or pthread_kill(3).
> ...
Thanks, Pablo. Fixed!
Cheers,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
prev parent reply other threads:[~2020-03-29 7:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa469dfc-71ce-e7a2-dd83-b9566cc7ba58.ref@yahoo.com.ar>
2020-03-26 17:17 ` Typo in man-page: SIGNAL(7) Pablo M. Ronchi
2020-03-29 7:23 ` Michael Kerrisk (man-pages) [this message]
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=c125ebb6-8959-31b2-f6d1-aee7375df9f7@gmail.com \
--to=mtk.manpages@gmail.com \
--cc=linux-man@vger.kernel.org \
--cc=pmronchi@yahoo.com.ar \
/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.
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).