summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_create.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-07-05 10:43:07 +0000
committerjmc <jmc@openbsd.org>2008-07-05 10:43:07 +0000
commit30fcf885d6b3957514be11856c7b0e009fe7ad7a (patch)
treeed51cf1783bb0f8934ae205cf1ea8b41cc9ba7bf /lib/libpthread/man/pthread_create.3
parentAdd manpage for pthread_attr_[sg]etstack(3) (diff)
downloadwireguard-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.35
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