aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-11 21:03:33 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-11 21:03:33 +0000
commit8869be19dd44fb74b443cd43e581570f7142de0d (patch)
treeb9b834b7ce1e1e3bf99e4b3139613d33d8119728 /man7/signal.7
parent3363301f11d95c50d4632cd828a1782bd4fd3f9a (diff)
downloadman-pages-8869be19dd44fb74b443cd43e581570f7142de0d.tar.gz
tfix
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index e0cf0623a9..f666fa9337 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -100,7 +100,7 @@ or for a specific thread (e.g., certain signals,
such as SIGSEGV and SIGFPE, generated as a
consequence of executing a specific machine-language instruction
are thread directed, as are signals targeted at a specific thread using
-.BR pthread_kill (2)).
+.BR pthread_kill (3)).
A process-directed signal may be delivered to any one of the
threads that does not currently have the signal blocked.
If more than one of the threads has the signal unblocked, then the