From c1110eb673f423b19170bfeba0aa303f463cbe70 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 19 Jul 2000 16:38:07 +0000 Subject: [PATCH] pthread_once --> pthread_once_t. --- lib/libc_r/man/pthread_once.3 | 2 +- lib/libpthread/man/pthread_once.3 | 2 +- share/man/man3/pthread_once.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index af203fc31a2d..e77e18037372 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 .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 af203fc31a2d..e77e18037372 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Fd #include .Pp -pthread_once +pthread_once_t .Fa once_control = PTHREAD_ONCE_INIT; .Ft int diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3 index af203fc31a2d..e77e18037372 100644 --- a/share/man/man3/pthread_once.3 +++ b/share/man/man3/pthread_once.3 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Fd #include .Pp -pthread_once +pthread_once_t .Fa once_control = PTHREAD_ONCE_INIT; .Ft int