Spelling fixes.

This commit is contained in:
Mike Pritchard 2004-06-21 14:54:43 +00:00
parent 40a3fa2d59
commit 3b96c71f73
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm pthread_attr_setcreatesuspend_np
.Nd prepare attribute for creattion of suspended thread
.Nd prepare attribute for creation of suspended thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread

View File

@ -92,7 +92,7 @@ Otherwise, an error number will be returned to indicate the error.
.Pp
None of these functions will return
.Er EINTR .
.Sh IMPLIMENTATION NOTES
.Sh IMPLEMENTATION NOTES
In both
.Lb libpthread
and

View File

@ -856,7 +856,7 @@ traverse the list referenced by
in the forward or reverse direction respectively,
assigning each element in turn to
.Fa var .
However, unlike their unsafe conterparts,
However, unlike their unsafe counterparts,
.Nm TAILQ_FOREACH
and
.Nm TAILQ_FOREACH_REVERSE

View File

@ -380,7 +380,7 @@ The
macro initializes the tree referenced by
.Fa head .
.Pp
The redblack tree can also be initialized statically by using the
The red-black tree can also be initialized statically by using the
.Fn RB_INITIALIZER
macro like this:
.Bd -ragged -offset indent