aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-23 13:07:17 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-23 13:07:17 +0000
commit5c7e14e4fb8d98824eef771b6afef3cd877c0ce0 (patch)
tree9c222377b33ae0994ebf240652dbf00630578418 /share/man
parentc7091c3117953678768252c754d761a6fe66a9c3 (diff)
downloadsrc-5c7e14e4fb8d98824eef771b6afef3cd877c0ce0.tar.gz
src-5c7e14e4fb8d98824eef771b6afef3cd877c0ce0.zip
Fixed a function arg type in the synopsis.
Notes
Notes: svn path=/head/; revision=34818
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/pthread_once.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3
index 9ade42fa48e3..bbd823b8b5c8 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