]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_kill.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / pthread_kill.3
index 1f1ae906793d9e20f58444a45647dba4f6cc83fb..8dcbfaba19d8a822ab47f544ef4b2a609ee7da90 100644 (file)
@@ -56,7 +56,7 @@ to
 a thread in the same process as the caller.
 The signal is asynchronously directed to
 .IR thread .
-
+.PP
 If
 .I sig
 is 0, then no signal is sent, but error checking is still performed.
@@ -90,7 +90,7 @@ the handler will be invoked in the thread
 .IR thread ,
 but if the disposition of the signal is "stop", "continue", or "terminate",
 this action will affect the whole process.
-
+.PP
 The glibc implementation of
 .BR pthread_kill ()
 gives an error
@@ -100,7 +100,7 @@ used internally by the NPTL threading implementation.
 See
 .BR nptl (7)
 for details.
-
+.PP
 POSIX.1-2008 recommends that if an implementation detects the use
 of a thread ID after the end of its lifetime,
 .BR pthread_kill ()