aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_key_create.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread_key_create.3')
-rw-r--r--share/man/man3/pthread_key_create.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_key_create.3 b/share/man/man3/pthread_key_create.3
index d1fb92216949..7075dcc53d8a 100644
--- a/share/man/man3/pthread_key_create.3
+++ b/share/man/man3/pthread_key_create.3
@@ -39,7 +39,7 @@
.Sh LIBRARY
.Lb libc_r
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_key_create "pthread_key_t *key" "void (*destructor)(void *)"
.Sh DESCRIPTION