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 5265def..5bc274c 100644 --- a/share/man/man3/pthread_setspecific.3 +++ b/share/man/man3/pthread_setspecific.3 @@ -39,7 +39,7 @@ .Sh LIBRARY .Lb libc_r .Sh SYNOPSIS -.Fd #include <pthread.h> +.In pthread.h .Ft int .Fn pthread_setspecific "pthread_key_t key" "const void *value" .Sh DESCRIPTION |