From 5c7e14e4fb8d98824eef771b6afef3cd877c0ce0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 23 Mar 1998 13:07:17 +0000 Subject: [PATCH] Fixed a function arg type in the synopsis. --- 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 9ade42fa48e..bbd823b8b5c 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 9ade42fa48e..bbd823b8b5c 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 diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3 index 9ade42fa48e..bbd823b8b5c 100644 --- a/share/man/man3/pthread_once.3 +++ b/share/man/man3/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