diff options
author | 2008-07-05 10:43:07 +0000 | |
---|---|---|
committer | 2008-07-05 10:43:07 +0000 | |
commit | 30fcf885d6b3957514be11856c7b0e009fe7ad7a (patch) | |
tree | ed51cf1783bb0f8934ae205cf1ea8b41cc9ba7bf /lib/libpthread/man/pthread_create.3 | |
parent | Add manpage for pthread_attr_[sg]etstack(3) (diff) | |
download | wireguard-openbsd-30fcf885d6b3957514be11856c7b0e009fe7ad7a.tar.xz wireguard-openbsd-30fcf885d6b3957514be11856c7b0e009fe7ad7a.zip |
- correct .Dt for pthread_attr_setstack.3
- new sentence, new line
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
-rw-r--r-- | lib/libpthread/man/pthread_create.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index d3f5e0a82de..87833f5c736 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.11 2008/07/05 08:03:57 guenther Exp $ +.\" $OpenBSD: pthread_create.3,v 1.12 2008/07/05 10:43:07 jmc Exp $ .\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. @@ -50,7 +50,8 @@ function is used to create a new thread, with attributes specified by within a process. If .Fa attr -is NULL, the default attributes are used. If the attributes specified by +is NULL, the default attributes are used. +If the attributes specified by .Fa attr are modified later, the thread's attributes are not affected. Upon successful completion |