summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_join.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-02 21:13:10 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-02 21:13:10 +0000
commit76e7480783441f244936819623ce0b6fe5defca6 (patch)
tree43611f4943d1fe33d6688f223a83d4f9701d11a9 /lib/libpthread/man/pthread_join.3
parent29e5383f53d6c31513512511f4ef639c1140c6bc (diff)
remove redundant .Pp macros
Diffstat (limited to 'lib/libpthread/man/pthread_join.3')
-rw-r--r--lib/libpthread/man/pthread_join.32
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3
index 4ef03aacbc6..6abfc3e0b50 100644
--- a/lib/libpthread/man/pthread_join.3
+++ b/lib/libpthread/man/pthread_join.3
@@ -66,7 +66,6 @@ is cancelled, then the target thread is not detached.
.Pp
A thread that has exited but remains unjoined counts against
[_POSIX_THREAD_THREADS_MAX].
-.Pp
.Sh RETURN VALUES
If successful, the
.Fn pthread_join
@@ -89,7 +88,6 @@ A deadlock was detected or the value of
.Fa thread
specifies the calling thread.
.El
-.Pp
.Sh SEE ALSO
.Xr wait 2 ,
.Xr pthread_create 3