diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2001-06-24 23:46:36 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2001-06-24 23:46:36 +0000 |
commit | 0d6b65bc1702b384c8e63fabc607e5ac879f872d (patch) | |
tree | 8ec1a4463aedf235ae9db4300f22be7c2d0b3506 /lib/libpthread | |
parent | 8b71c9e510dd9fe1c5d1fda9f6e7bb8af2a7b43e (diff) |
remove double space after comma
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_join.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_once.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_setspecific.3 | 4 |
3 files changed, 6 insertions, 6 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. diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index fbd707c6e58..a2a41043b4f 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_once.3,v 1.7 1999/11/24 05:35:32 d Exp $ +.\" $OpenBSD: pthread_once.3,v 1.8 2001/06/24 23:46:35 jasoni Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -90,7 +90,7 @@ is undefined if has automatic storage duration or is not initialized by .Dv PTHREAD_ONCE_INIT . .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_once function will return zero. Otherwise an error number will be returned to indicate the error. diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3 index 3bedda09b44..3d949d681ff 100644 --- a/lib/libpthread/man/pthread_setspecific.3 +++ b/lib/libpthread/man/pthread_setspecific.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_setspecific.3,v 1.7 2001/05/31 03:12:27 deraadt Exp $ +.\" $OpenBSD: pthread_setspecific.3,v 1.8 2001/06/24 23:46:35 jasoni Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -66,7 +66,7 @@ is undefined. may be called from a thread-specific data destructor function; however, this may result in lost storage or infinite loops. .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_setspecific function will return zero. Otherwise an error number will be returned to indicate the error. |