diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
commit | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch) | |
tree | 1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libpthread/man/pthread_attr_setdetachstate.3 | |
parent | 04e9f1abe6384e852ca0207d882814dab9237dd4 (diff) |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setdetachstate.3')
-rw-r--r-- | lib/libpthread/man/pthread_attr_setdetachstate.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_attr_setdetachstate.3 b/lib/libpthread/man/pthread_attr_setdetachstate.3 index 408383879f0..1f0dfa45ef8 100644 --- a/lib/libpthread/man/pthread_attr_setdetachstate.3 +++ b/lib/libpthread/man/pthread_attr_setdetachstate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.3 2001/08/06 10:42:26 mpech Exp $ +.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.4 2002/05/01 08:03:30 mpech Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETDETACHSTATE 3 @@ -17,7 +17,8 @@ The .Va detachstate attribute controls whether the thread is created in -a detached state. If the thread is created detached, then use of +a detached state. +If the thread is created detached, then use of the ID of the newly created thread by the .Xr pthread_detach 3 or @@ -51,7 +52,8 @@ using a value of causes all threads created with .Fa attr -to be in the joinable state. The default value of the +to be in the joinable state. +The default value of the .Va detachstate attribute is .Dv PTHREAD_CREATE_JOINABLE . |