From 0db69331c51aa79fdb44d8972c72df545f021f1d Mon Sep 17 00:00:00 2001 From: jraynard Date: Sun, 3 May 1998 22:59:47 +0000 Subject: Typo fixes --- lib/libpthread/man/pthread_create.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libpthread') 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 -- cgit v1.1