diff options
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index af203fc..e77e180 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Fd #include <pthread.h> .Pp -pthread_once +pthread_once_t .Fa once_control = PTHREAD_ONCE_INIT; .Ft int |