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/libc_r/man/pthread_once.3 | |
parent | c7091c3117953678768252c754d761a6fe66a9c3 (diff) |
Fixed a function arg type in the synopsis.
Notes
Notes:
svn path=/head/; revision=34818
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index 9ade42fa48e3..bbd823b8b5c8 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 |