]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_exit.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / pthread_exit.3
index 8af256913eb6232ad725bd78f9931654cc904f1a..635c20fb69f8e11c9e4f957d819b1a4e846ec5b8 100644 (file)
@@ -31,7 +31,7 @@ pthread_exit \- terminate calling thread
 .B #include <pthread.h>
 
 .BI "void pthread_exit(void *" retval );
-.sp
+.PP
 Compile and link with \fI\-pthread\fP.
 .fi
 .SH DESCRIPTION