aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1998-05-03 22:59:47 +0000
committerJames Raynard <jraynard@FreeBSD.org>1998-05-03 22:59:47 +0000
commitc52c933ddd1e8f93319bd95337ecda8402fc2a74 (patch)
tree81b41656b7a666452c823530677150bef5876506 /lib/libc_r/man
parentb92f77cae9fc529186cb77b6e3008053c8101cdb (diff)
downloadsrc-c52c933ddd1e8f93319bd95337ecda8402fc2a74.tar.gz
src-c52c933ddd1e8f93319bd95337ecda8402fc2a74.zip
Typo fixes
Notes
Notes: svn path=/head/; revision=35657
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r--lib/libc_r/man/pthread_create.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3
index aa8158802803..4da26cfff3ba 100644
--- a/lib/libc_r/man/pthread_create.3
+++ b/lib/libc_r/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