summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_join.3
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2001-06-24 23:46:36 +0000
committerjasoni <jasoni@cvs.openbsd.org>2001-06-24 23:46:36 +0000
commit0d6b65bc1702b384c8e63fabc607e5ac879f872d (patch)
tree8ec1a4463aedf235ae9db4300f22be7c2d0b3506 /lib/libpthread/man/pthread_join.3
parent8b71c9e510dd9fe1c5d1fda9f6e7bb8af2a7b43e (diff)
remove double space after comma
Diffstat (limited to 'lib/libpthread/man/pthread_join.3')
-rw-r--r--lib/libpthread/man/pthread_join.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3
index d8ee9fc5e71..53992e1117c 100644
--- a/lib/libpthread/man/pthread_join.3
+++ b/lib/libpthread/man/pthread_join.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_join.3,v 1.5 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_join.3,v 1.6 2001/06/24 23:46:35 jasoni Exp $
.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -70,7 +70,7 @@ is cancelled, then the target thread is not detached.
A thread that has exited but remains unjoined counts against
[_POSIX_THREAD_THREADS_MAX].
.Sh RETURN VALUES
-If successful, the
+If successful, the
.Fn pthread_join
function will return zero. Otherwise an error number will be returned to
indicate the error.