diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-18 00:01:19 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-18 00:01:19 +0000 |
commit | 136a4ee3dab2f69e093af3c9255aa23428cb8183 (patch) | |
tree | ffeecb6b30004b3f187c23350e655ef3733d5cbc | |
parent | 42f17766756680cac1f3c360238ac50b53ca49b1 (diff) |
typo; nice
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 6 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_once.3 | 6 |
2 files changed, 8 insertions, 4 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 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 |