summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-01-18 00:01:19 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-01-18 00:01:19 +0000
commit136a4ee3dab2f69e093af3c9255aa23428cb8183 (patch)
treeffeecb6b30004b3f187c23350e655ef3733d5cbc /lib/libpthread/man
parent42f17766756680cac1f3c360238ac50b53ca49b1 (diff)
typo; nice
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_once.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index fc50d56bf25..22f57415ed7 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/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