aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorSeonghun Lim <wariua@gmail.com>2011-09-08 17:04:27 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-16 07:00:45 +0200
commitc8ac4efa19556de4eb428e3ec8743f4eb980ac52 (patch)
tree4d497081e51cb61d8562c5f83556651784703e55 /man7/signal.7
parent374ce86756737dc6dc968f79457ec8c413d60a96 (diff)
downloadman-pages-c8ac4efa19556de4eb428e3ec8743f4eb980ac52.tar.gz
signal.7: Remove crufty repeated info about LinuxThreads
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.72
1 files changed, 0 insertions, 2 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index c4516c2442..9c5131c17b 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -375,8 +375,6 @@ does not exceed
Unlike standard signals, real-time signals have no predefined meanings:
the entire set of real-time signals can be used for application-defined
purposes.
-(Note, however, that the LinuxThreads implementation uses the first
-three real-time signals.)
.PP
The default action for an unhandled real-time signal is to terminate the
receiving process.