summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-01-18 00:01:18 +0000
committerd <d@openbsd.org>1999-01-18 00:01:18 +0000
commit0ed0e350d55e67272ae6c3932a2c770f2bb31d1b (patch)
tree2407b78ed1b10316d665c4dcf6903dbabc5f8748 /lib/libc_r
parentadd section numbers to Xr (diff)
downloadwireguard-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.36
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