diff options
author | 1999-01-18 00:01:18 +0000 | |
---|---|---|
committer | 1999-01-18 00:01:18 +0000 | |
commit | 0ed0e350d55e67272ae6c3932a2c770f2bb31d1b (patch) | |
tree | 2407b78ed1b10316d665c4dcf6903dbabc5f8748 /lib/libc_r | |
parent | add section numbers to Xr (diff) | |
download | wireguard-openbsd-0ed0e350d55e67272ae6c3932a2c770f2bb31d1b.tar.xz wireguard-openbsd-0ed0e350d55e67272ae6c3932a2c770f2bb31d1b.zip |
typo; nice
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index fc50d56bf25..22f57415ed7 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -37,9 +37,11 @@ .Sh SYNOPSIS .Fd #include <pthread.h> .Pp -pthread_once +.Ft pthread_once_t .Fa once_control -= PTHREAD_ONCE_INIT; +\&= +.Dv PTHREAD_ONCE_INIT ; +.Pp .Ft int .Fn pthread_once "pthread_once_t *once_control" "void (*init_routine)(void)" .Sh DESCRIPTION |