summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-23 13:07:17 +0000
committerbde <bde@FreeBSD.org>1998-03-23 13:07:17 +0000
commitad583a718772d3e9c2e231544e13fdec07f0032a (patch)
treeb4e8f0961767123ec464b03c45586cdb4a0b6878 /lib
parent57517b42e5107bad4ffedfa65b82b880fac1c21e (diff)
downloadFreeBSD-src-ad583a718772d3e9c2e231544e13fdec07f0032a.zip
FreeBSD-src-ad583a718772d3e9c2e231544e13fdec07f0032a.tar.gz
Fixed a function arg type in the synopsis.
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 9ade42f..bbd823b 100644
--- a/lib/libc_r/man/pthread_once.3
+++ b/lib/libc_r/man/pthread_once.3
@@ -41,7 +41,7 @@ pthread_once
.Fa once_control
= PTHREAD_ONCE_INIT;
.Ft int
-.Fn pthread_once "pthread_once_t *once_control" "void *(*init_routine)(void)"
+.Fn pthread_once "pthread_once_t *once_control" "void (*init_routine)(void)"
.Sh DESCRIPTION
The first call to
.Fn pthread_once
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index 9ade42f..bbd823b 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/man/pthread_once.3
@@ -41,7 +41,7 @@ pthread_once
.Fa once_control
= PTHREAD_ONCE_INIT;
.Ft int
-.Fn pthread_once "pthread_once_t *once_control" "void *(*init_routine)(void)"
+.Fn pthread_once "pthread_once_t *once_control" "void (*init_routine)(void)"
.Sh DESCRIPTION
The first call to
.Fn pthread_once
OpenPOWER on IntegriCloud