Spelling fixes.
This commit is contained in:
parent
40a3fa2d59
commit
3b96c71f73
@ -29,7 +29,7 @@
|
|||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm pthread_attr_setcreatesuspend_np
|
.Nm pthread_attr_setcreatesuspend_np
|
||||||
.Nd prepare attribute for creattion of suspended thread
|
.Nd prepare attribute for creation of suspended thread
|
||||||
.Sh LIBRARY
|
.Sh LIBRARY
|
||||||
.Lb libc_r
|
.Lb libc_r
|
||||||
.Lb libpthread
|
.Lb libpthread
|
||||||
|
@ -92,7 +92,7 @@ Otherwise, an error number will be returned to indicate the error.
|
|||||||
.Pp
|
.Pp
|
||||||
None of these functions will return
|
None of these functions will return
|
||||||
.Er EINTR .
|
.Er EINTR .
|
||||||
.Sh IMPLIMENTATION NOTES
|
.Sh IMPLEMENTATION NOTES
|
||||||
In both
|
In both
|
||||||
.Lb libpthread
|
.Lb libpthread
|
||||||
and
|
and
|
||||||
|
@ -856,7 +856,7 @@ traverse the list referenced by
|
|||||||
in the forward or reverse direction respectively,
|
in the forward or reverse direction respectively,
|
||||||
assigning each element in turn to
|
assigning each element in turn to
|
||||||
.Fa var .
|
.Fa var .
|
||||||
However, unlike their unsafe conterparts,
|
However, unlike their unsafe counterparts,
|
||||||
.Nm TAILQ_FOREACH
|
.Nm TAILQ_FOREACH
|
||||||
and
|
and
|
||||||
.Nm TAILQ_FOREACH_REVERSE
|
.Nm TAILQ_FOREACH_REVERSE
|
||||||
|
@ -380,7 +380,7 @@ The
|
|||||||
macro initializes the tree referenced by
|
macro initializes the tree referenced by
|
||||||
.Fa head .
|
.Fa head .
|
||||||
.Pp
|
.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
|
.Fn RB_INITIALIZER
|
||||||
macro like this:
|
macro like this:
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
|
Loading…
Reference in New Issue
Block a user