diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-23 13:07:17 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-23 13:07:17 +0000 |
| commit | 5c7e14e4fb8d98824eef771b6afef3cd877c0ce0 (patch) | |
| tree | 9c222377b33ae0994ebf240652dbf00630578418 /lib/libpthread/man | |
| parent | c7091c3117953678768252c754d761a6fe66a9c3 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/man')
| -rw-r--r-- | lib/libpthread/man/pthread_once.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 9ade42fa48e3..bbd823b8b5c8 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 |
