From ad583a718772d3e9c2e231544e13fdec07f0032a Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 23 Mar 1998 13:07:17 +0000 Subject: Fixed a function arg type in the synopsis. --- lib/libpthread/man/pthread_once.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread') 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 -- cgit v1.1