From 3b96c71f73a8ec06d22c3fee1a265b4c2715638e Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Mon, 21 Jun 2004 14:54:43 +0000 Subject: [PATCH] Spelling fixes. --- share/man/man3/pthread_attr_setcreatesuspend_np.3 | 2 +- share/man/man3/pthread_barrier_destroy.3 | 2 +- share/man/man3/queue.3 | 2 +- share/man/man3/tree.3 | 2 +- 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 ded49cdc58b..9adcb5505ec 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 cc349ec183a..c579e7d4ae3 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 b13c35c820b..692bccc5907 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 1cd6b2b0fcf..c01aa8accf4 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