summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2004-06-21 14:54:43 +0000
committermpp <mpp@FreeBSD.org>2004-06-21 14:54:43 +0000
commitfb259505ce64358054049fb2222576ba2d60bc22 (patch)
tree9ee2c9a62062e9fe926e522c6a4ed7e9dd7bc4ea /share/man/man3
parent747f331358555b932b9b61ba8121c7e9b02e5283 (diff)
downloadFreeBSD-src-fb259505ce64358054049fb2222576ba2d60bc22.zip
FreeBSD-src-fb259505ce64358054049fb2222576ba2d60bc22.tar.gz
Spelling fixes.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_attr_setcreatesuspend_np.32
-rw-r--r--share/man/man3/pthread_barrier_destroy.32
-rw-r--r--share/man/man3/queue.32
-rw-r--r--share/man/man3/tree.32
4 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/pthread_attr_setcreatesuspend_np.3 b/share/man/man3/pthread_attr_setcreatesuspend_np.3
index ded49cd..9adcb55 100644
--- a/share/man/man3/pthread_attr_setcreatesuspend_np.3
+++ b/share/man/man3/pthread_attr_setcreatesuspend_np.3
@@ -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
diff --git a/share/man/man3/pthread_barrier_destroy.3 b/share/man/man3/pthread_barrier_destroy.3
index cc349ec..c579e7d 100644
--- a/share/man/man3/pthread_barrier_destroy.3
+++ b/share/man/man3/pthread_barrier_destroy.3
@@ -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
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index b13c35c..692bccc 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -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
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3
index 1cd6b2b..c01aa8a 100644
--- a/share/man/man3/tree.3
+++ b/share/man/man3/tree.3
@@ -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
OpenPOWER on IntegriCloud