diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
commit | 4262f4dc0baae89ce7ee4645c60b1063ceb0807c (patch) | |
tree | 83e8076f21d6f2b9329358d9e83af47288b0dcae /lib/librthread | |
parent | a6e43824140cebc291b59e52fdd6b4371657e2a9 (diff) |
formatting errors, found using freebsd's "igor";
Diffstat (limited to 'lib/librthread')
-rw-r--r-- | lib/librthread/__tfork_thread.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/librthread/__tfork_thread.3 b/lib/librthread/__tfork_thread.3 index 1f8ee967431..d30eba1f26e 100644 --- a/lib/librthread/__tfork_thread.3 +++ b/lib/librthread/__tfork_thread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __tfork_thread.3,v 1.1 2011/10/17 06:39:20 guenther Exp $ +.\" $OpenBSD: __tfork_thread.3,v 1.2 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 17 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt __TFORK_THREAD 3 .Os .Sh NAME @@ -53,11 +53,11 @@ returns, the thread will exit. The .Fa params argument provides parameters used by the kernel during thread creation. -The new thread's thread control block (TCB) address is set to +The new thread's thread control block (TCB) address is set to .Em tf_tcb . -If +If .Em tf_tid -is not NULL, the new thread's PID is returned to the user at that +is not NULL, the new thread's PID is returned to the user at that address, with the guarantee that this is done before returning to userspace in either the current thread or the new thread. Currently, |