diff options
author | jasone <jasone@FreeBSD.org> | 2000-07-19 16:38:07 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-07-19 16:38:07 +0000 |
commit | 531e62c8255139cef292d60156add4218c11eb75 (patch) | |
tree | c31f5a40d32d4209b14a06ad21d0893a758108d5 /lib/libc_r/man | |
parent | b055a8a6697d7f057d83fc9c2c2e7c64573bef66 (diff) | |
download | FreeBSD-src-531e62c8255139cef292d60156add4218c11eb75.zip FreeBSD-src-531e62c8255139cef292d60156add4218c11eb75.tar.gz |
pthread_once --> pthread_once_t.
Diffstat (limited to 'lib/libc_r/man')
-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 af203fc..e77e180 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 |