mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Spelling fixes.
This commit is contained in:
parent
40a3fa2d59
commit
3b96c71f73
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue