diff options
author | 1999-07-02 21:12:58 +0000 | |
---|---|---|
committer | 1999-07-02 21:12:58 +0000 | |
commit | 02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5 (patch) | |
tree | 661cc1633e6999f77ae350c413c971f7c2ae2a59 /lib/libpthread/man/pthread_join.3 | |
parent | remove redundant .Pp macros (diff) | |
download | wireguard-openbsd-02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5.tar.xz wireguard-openbsd-02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5.zip |
remove redundant .Pp macros
Diffstat (limited to 'lib/libpthread/man/pthread_join.3')
-rw-r--r-- | lib/libpthread/man/pthread_join.3 | 2 |
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 |