]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_sigqueue.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / pthread_sigqueue.3
index e2e48547bff646212481fa08ef7329c7de1a8306..d09be064280f8c5bcbbb2113cb1777b92bdf802a 100644 (file)
@@ -33,14 +33,14 @@ pthread_sigqueue \- queue a signal and data to a thread
 .BI "int pthread_sigqueue(pthread_t " thread ", int " sig ,
 .BI "                     const union sigval " value );
 .fi
-.sp
+.PP
 Compile and link with \fI\-pthread\fP.
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
-.sp
+.PP
 .BR pthread_sigqueue ():
 _GNU_SOURCE
 .SH DESCRIPTION