diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-07-19 16:38:07 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-07-19 16:38:07 +0000 |
commit | c1110eb673f423b19170bfeba0aa303f463cbe70 (patch) | |
tree | 10324fb5d935c015cfe1860ee0cbe445f3881ff6 /lib/libc_r/man/pthread_once.3 | |
parent | 68a02ce10d79480c682babfd03fe97473e04d877 (diff) |
pthread_once --> pthread_once_t.
Notes
Notes:
svn path=/head/; revision=63541
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 af203fc31a2d..e77e18037372 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Fd #include <pthread.h> .Pp -pthread_once +pthread_once_t .Fa once_control = PTHREAD_ONCE_INIT; .Ft int |