aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-07-13 11:49:04 -0600
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-07-13 11:49:04 -0600
commitcd9b34fc58fb9a69695a2ed41e481918cb34bfa6 (patch)
treeab37bf14df0a76e57580436e79a61d6fb91d01b4 /man7/signal.7
parente447e5bad3ce6508c9d52f3dcbcc0c9c84aba823 (diff)
downloadman-pages-cd9b34fc58fb9a69695a2ed41e481918cb34bfa6.tar.gz
signal.7: Relocate Michal Sekletar's text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 0250e83d33..0ff8a1e089 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -317,6 +317,11 @@ If multiple instances of a standard signal are generated while
that signal is blocked,
then only one instance of the signal is marked as pending
(and the signal will be delivered just once when it is unblocked).
+Note that the
+.I siginfo_t
+structure associated with the signal already in queue is not overwritten
+on arrival of subsequent instances of the same signal hence the process would
+receive metadata associated with the first instance of the signal.
.\"
.SS Signal numbering for standard signals
The numeric value for each signal is given in the table below.
@@ -436,11 +441,6 @@ Real-time signals are distinguished by the following:
Multiple instances of real-time signals can be queued.
By contrast, if multiple instances of a standard signal are delivered
while that signal is currently blocked, then only one instance is queued.
-Note that the
-.I siginfo_t
-structure associated with the signal already in queue is not overwritten
-on arrival of subsequent instances of the same signal hence the process would
-receive metadata associated with the first instance of the signal.
.IP 2. 4
If the signal is sent using
.BR sigqueue (3),