summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/pthread_once.32
-rw-r--r--lib/libpthread/man/pthread_once.32
2 files changed, 2 insertions, 2 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
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index af203fc..e77e180 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/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
OpenPOWER on IntegriCloud