diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-12-29 00:11:34 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-12-29 00:11:34 +0000 |
| commit | ddbb94ad969a7574d6fedadcabf041688cb6e81d (patch) | |
| tree | f5201802dde57a66e14a93b618a81c96e54c138b | |
| parent | f56bb70ae689f2af16572dd559e6dc228b404d52 (diff) | |
Notes
| -rw-r--r-- | share/man/man3/pthread_once.3 | 3 | ||||
| -rw-r--r-- | share/man/man3/pthread_setspecific.3 | 2 | ||||
| -rw-r--r-- | share/man/man3/queue.3 | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3 index 00c5bdb99a303..3e471827957eb 100644 --- a/share/man/man3/pthread_once.3 +++ b/share/man/man3/pthread_once.3 @@ -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 diff --git a/share/man/man3/pthread_setspecific.3 b/share/man/man3/pthread_setspecific.3 index 48bcbdf990385..40a0502c71e61 100644 --- a/share/man/man3/pthread_setspecific.3 +++ b/share/man/man3/pthread_setspecific.3 @@ -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. diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 6b689ac14030b..52c840ac58a22 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -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 |
