Typo fixes

This commit is contained in:
James Raynard 1998-05-03 22:59:47 +00:00
parent b92f77cae9
commit c52c933ddd
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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