diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2001-06-24 18:17:31 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2001-06-24 18:17:31 +0000 |
commit | f3cfab461325dc870b61dc84b0d67c767624c749 (patch) | |
tree | 8fb6c82886f9e02bcef1943b5f6518a40e5fe6c8 /lib | |
parent | 776fc96d2a911d9b103114c2db4c5b0bdb47116f (diff) |
grammar
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pthread_attr_setstacksize.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_cancel.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_cleanup_pop.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_create.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_detach.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_attr_setstacksize.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_cancel.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_cleanup_pop.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_create.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_detach.3 | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/lib/libc_r/man/pthread_attr_setstacksize.3 b/lib/libc_r/man/pthread_attr_setstacksize.3 index f5c0b343af1..4b3edc8818a 100644 --- a/lib/libc_r/man/pthread_attr_setstacksize.3 +++ b/lib/libc_r/man/pthread_attr_setstacksize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ +.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.3 2001/06/24 18:17:30 jasoni Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKSIZE 3 @@ -28,7 +28,7 @@ object. The .Va stacksize attribute defines the minimum stack size (in bytes) -allocated for the created threads stack. +allocated for the created thread's stack. .Sh RETURN VALUE Upon successful completion, .Fn pthread_attr_setstacksize diff --git a/lib/libc_r/man/pthread_cancel.3 b/lib/libc_r/man/pthread_cancel.3 index a7b95eb5beb..e7f1a3db4f3 100644 --- a/lib/libc_r/man/pthread_cancel.3 +++ b/lib/libc_r/man/pthread_cancel.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cancel.3,v 1.6 2000/02/10 11:45:35 d Exp $ +.\" $OpenBSD: pthread_cancel.3,v 1.7 2001/06/24 18:17:30 jasoni Exp $ .Dd January 17, 1999 .Dt PTHREAD_CANCEL 3 .Os @@ -45,7 +45,7 @@ expands to a constant expression of type whose value matches no pointer to an object in memory nor the value .Dv NULL . .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_cancel functions will return zero. Otherwise an error number will be returned to indicate the error. diff --git a/lib/libc_r/man/pthread_cleanup_pop.3 b/lib/libc_r/man/pthread_cleanup_pop.3 index 4bf2a6a63ee..9ca21a90bb8 100644 --- a/lib/libc_r/man/pthread_cleanup_pop.3 +++ b/lib/libc_r/man/pthread_cleanup_pop.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cleanup_pop.3,v 1.4 1999/11/24 05:35:31 d Exp $ +.\" $OpenBSD: pthread_cleanup_pop.3,v 1.5 2001/06/24 18:17:30 jasoni Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -41,7 +41,7 @@ .Sh DESCRIPTION The .Fn pthread_cleanup_pop -function pops the top cleanup routine off of the current threads cleanup +function pops the top cleanup routine off of the current thread's cleanup routine stack, and, if .Fa execute is non-zero, it will execute the function. If there is no cleanup routine diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3 index 20903da05bb..800c784ed8c 100644 --- a/lib/libc_r/man/pthread_create.3 +++ b/lib/libc_r/man/pthread_create.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_create.3,v 1.6 2000/01/06 06:19:18 d Exp $ +.\" $OpenBSD: pthread_create.3,v 1.7 2001/06/24 18:17:30 jasoni Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -84,7 +84,7 @@ The signal mask is inherited from the creating thread. The set of signals pending for the new thread is empty. .El .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_create function will return zero. Otherwise an error number will be returned to indicate the error. diff --git a/lib/libc_r/man/pthread_detach.3 b/lib/libc_r/man/pthread_detach.3 index 655b5252676..c1b62a5d5d1 100644 --- a/lib/libc_r/man/pthread_detach.3 +++ b/lib/libc_r/man/pthread_detach.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_detach.3,v 1.7 2000/03/04 15:39:43 aaron Exp $ +.\" $OpenBSD: pthread_detach.3,v 1.8 2001/06/24 18:17:30 jasoni Exp $ .\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -55,7 +55,7 @@ will not cause it to terminate. The effect of multiple .Fn pthread_detach calls on the same target thread is unspecified. .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_detach function will return zero. Otherwise an error number will be returned to indicate the error. Note that the function does not change the value diff --git a/lib/libpthread/man/pthread_attr_setstacksize.3 b/lib/libpthread/man/pthread_attr_setstacksize.3 index f5c0b343af1..4b3edc8818a 100644 --- a/lib/libpthread/man/pthread_attr_setstacksize.3 +++ b/lib/libpthread/man/pthread_attr_setstacksize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ +.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.3 2001/06/24 18:17:30 jasoni Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKSIZE 3 @@ -28,7 +28,7 @@ object. The .Va stacksize attribute defines the minimum stack size (in bytes) -allocated for the created threads stack. +allocated for the created thread's stack. .Sh RETURN VALUE Upon successful completion, .Fn pthread_attr_setstacksize diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3 index a7b95eb5beb..e7f1a3db4f3 100644 --- a/lib/libpthread/man/pthread_cancel.3 +++ b/lib/libpthread/man/pthread_cancel.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cancel.3,v 1.6 2000/02/10 11:45:35 d Exp $ +.\" $OpenBSD: pthread_cancel.3,v 1.7 2001/06/24 18:17:30 jasoni Exp $ .Dd January 17, 1999 .Dt PTHREAD_CANCEL 3 .Os @@ -45,7 +45,7 @@ expands to a constant expression of type whose value matches no pointer to an object in memory nor the value .Dv NULL . .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_cancel functions will return zero. Otherwise an error number will be returned to indicate the error. diff --git a/lib/libpthread/man/pthread_cleanup_pop.3 b/lib/libpthread/man/pthread_cleanup_pop.3 index 4bf2a6a63ee..9ca21a90bb8 100644 --- a/lib/libpthread/man/pthread_cleanup_pop.3 +++ b/lib/libpthread/man/pthread_cleanup_pop.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cleanup_pop.3,v 1.4 1999/11/24 05:35:31 d Exp $ +.\" $OpenBSD: pthread_cleanup_pop.3,v 1.5 2001/06/24 18:17:30 jasoni Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -41,7 +41,7 @@ .Sh DESCRIPTION The .Fn pthread_cleanup_pop -function pops the top cleanup routine off of the current threads cleanup +function pops the top cleanup routine off of the current thread's cleanup routine stack, and, if .Fa execute is non-zero, it will execute the function. If there is no cleanup routine diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 20903da05bb..800c784ed8c 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_create.3,v 1.6 2000/01/06 06:19:18 d Exp $ +.\" $OpenBSD: pthread_create.3,v 1.7 2001/06/24 18:17:30 jasoni Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -84,7 +84,7 @@ The signal mask is inherited from the creating thread. The set of signals pending for the new thread is empty. .El .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_create function will return zero. Otherwise an error number will be returned to indicate the error. diff --git a/lib/libpthread/man/pthread_detach.3 b/lib/libpthread/man/pthread_detach.3 index 655b5252676..c1b62a5d5d1 100644 --- a/lib/libpthread/man/pthread_detach.3 +++ b/lib/libpthread/man/pthread_detach.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_detach.3,v 1.7 2000/03/04 15:39:43 aaron Exp $ +.\" $OpenBSD: pthread_detach.3,v 1.8 2001/06/24 18:17:30 jasoni Exp $ .\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -55,7 +55,7 @@ will not cause it to terminate. The effect of multiple .Fn pthread_detach calls on the same target thread is unspecified. .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_detach function will return zero. Otherwise an error number will be returned to indicate the error. Note that the function does not change the value |