From 0d6b65bc1702b384c8e63fabc607e5ac879f872d Mon Sep 17 00:00:00 2001 From: jasoni Date: Sun, 24 Jun 2001 23:46:36 +0000 Subject: remove double space after comma --- lib/libc_r/man/pthread_join.3 | 4 ++-- lib/libc_r/man/pthread_once.3 | 4 ++-- lib/libc_r/man/pthread_setspecific.3 | 4 ++-- lib/libpthread/man/pthread_join.3 | 4 ++-- lib/libpthread/man/pthread_once.3 | 4 ++-- lib/libpthread/man/pthread_setspecific.3 | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'lib') diff --git a/lib/libc_r/man/pthread_join.3 b/lib/libc_r/man/pthread_join.3 index d8ee9fc5e71..53992e1117c 100644 --- a/lib/libc_r/man/pthread_join.3 +++ b/lib/libc_r/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 . .\" 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/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index fbd707c6e58..a2a41043b4f 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/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 . .\" 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/libc_r/man/pthread_setspecific.3 b/lib/libc_r/man/pthread_setspecific.3 index 3bedda09b44..3d949d681ff 100644 --- a/lib/libc_r/man/pthread_setspecific.3 +++ b/lib/libc_r/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 . .\" 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. 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 . .\" 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 . .\" 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 . .\" 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. -- cgit v1.2.3