summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1998-05-03 22:59:47 +0000
committerjraynard <jraynard@FreeBSD.org>1998-05-03 22:59:47 +0000
commit0db69331c51aa79fdb44d8972c72df545f021f1d (patch)
treea9bb6bf3addb45d0e49efbd0d1b6d5fd91c5189b /lib/libpthread
parentb887402c0fbe7e7e29b1b2872a0f77e93f9d1cbf (diff)
downloadFreeBSD-src-0db69331c51aa79fdb44d8972c72df545f021f1d.zip
FreeBSD-src-0db69331c51aa79fdb44d8972c72df545f021f1d.tar.gz
Typo fixes
Diffstat (limited to 'lib/libpthread')
-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 aa81588..4da26cf 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -62,13 +62,14 @@ as its sole argument. If the
returns, the effect is as if there was an implicit call to
.Fn pthread_exit
using the return value of
-.Fa start_toutine
+.Fa start_routine
as the exit status. Note that the thread in which
.Fn main
was originally invoked differs from this. When it returns from
.Fn main ,
the effect is as if there was an implicit call to
-.Fn exit using the return value of
+.Fn exit
+using the return value of
.Fn main
as the exit status.
.Pp
OpenPOWER on IntegriCloud