Some grammar, spelling, and mdoc(7) fixes. No content changes.

PR:		75581
Submitted by:	Nobuyuki Koganemaru n-kogane@syd.odn.ne.jp (original version)
This commit is contained in:
Tom Rhodes 2004-12-29 00:11:34 +00:00
parent f56bb70ae6
commit ddbb94ad96
3 changed files with 4 additions and 3 deletions

View File

@ -78,7 +78,8 @@ is not a cancellation point.
However, if
.Fn init_routine
is a cancellation point and is cancelled, the effect on
.Fa once_control is as if
.Fa once_control
is as if
.Fn pthread_once
was never called.
.Pp

View File

@ -51,7 +51,7 @@ function associates a thread-specific value with a
.Fa key
obtained via a previous call to
.Fn pthread_key_create .
Different threads man bind different values to the same key.
Different threads can bind different values to the same key.
These values are
typically pointers to blocks of dynamically allocated memory that have been
reserved for use by the calling thread.

View File

@ -651,7 +651,7 @@ evaluates to an initializer for the list
.Pp
The macro
.Nm LIST_EMPTY
evaluates to true if their are no elements in the list.
evaluates to true if there are no elements in the list.
.Pp
The macro
.Nm LIST_ENTRY