From fb259505ce64358054049fb2222576ba2d60bc22 Mon Sep 17 00:00:00 2001 From: mpp Date: Mon, 21 Jun 2004 14:54:43 +0000 Subject: 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(-) (limited to 'share/man/man3') 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 -- cgit v1.1