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/libc_r/man/pthread_detach.3 | |
parent | 776fc96d2a911d9b103114c2db4c5b0bdb47116f (diff) |
grammar
Diffstat (limited to 'lib/libc_r/man/pthread_detach.3')
-rw-r--r-- | lib/libc_r/man/pthread_detach.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |