diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 21:13:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 21:13:10 +0000 |
commit | 76e7480783441f244936819623ce0b6fe5defca6 (patch) | |
tree | 43611f4943d1fe33d6688f223a83d4f9701d11a9 /lib/libc_r/man/pthread_once.3 | |
parent | 29e5383f53d6c31513512511f4ef639c1140c6bc (diff) |
remove redundant .Pp macros
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index 3c786eb201d..f33a6901f6b 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -76,7 +76,7 @@ is a cancellation point and is cancelled, the effect on was never called. .Pp The constant -.Fa PTHREAD_ONCE_INIT +.Dv PTHREAD_ONCE_INIT is defined by header .Aq Pa pthread.h . .Pp @@ -85,8 +85,7 @@ The behavior of is undefined if .Fa once_control has automatic storage duration or is not initialized by -.Fa PTHREAD_ONCE_INIT . -.Pp +.Dv PTHREAD_ONCE_INIT . .Sh RETURN VALUES If successful, the .Fn pthread_once @@ -94,7 +93,6 @@ function will return zero. Otherwise an error number will be returned to indicate the error. .Sh ERRORS None. -.Pp .Sh STANDARDS .Fn pthread_once conforms to ISO/IEC 9945-1 ANSI/IEEE |