diff options
Diffstat (limited to 'share/man/man3/pthread_setspecific.3')
-rw-r--r-- | share/man/man3/pthread_setspecific.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_setspecific.3 b/share/man/man3/pthread_setspecific.3 index 48bcbdf..40a0502 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. |