linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Typo in man-page: SIGNAL(7)
       [not found] <fa469dfc-71ce-e7a2-dd83-b9566cc7ba58.ref@yahoo.com.ar>
@ 2020-03-26 17:17 ` Pablo M. Ronchi
  2020-03-29  7:23   ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo M. Ronchi @ 2020-03-26 17:17 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

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 for the great work.

Pablo M. Ronchi


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

* Re: Typo in man-page: SIGNAL(7)
  2020-03-26 17:17 ` Typo in man-page: SIGNAL(7) Pablo M. Ronchi
@ 2020-03-29  7:23   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-03-29  7:23 UTC (permalink / raw)
  To: Pablo M. Ronchi; +Cc: mtk.manpages, linux-man

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/

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

end of thread, other threads:[~2020-03-29  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 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).