diff options
author | 1999-07-02 21:12:58 +0000 | |
---|---|---|
committer | 1999-07-02 21:12:58 +0000 | |
commit | 02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5 (patch) | |
tree | 661cc1633e6999f77ae350c413c971f7c2ae2a59 /lib/libpthread/man/pthread_once.3 | |
parent | remove redundant .Pp macros (diff) | |
download | wireguard-openbsd-02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5.tar.xz wireguard-openbsd-02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5.zip |
remove redundant .Pp macros
Diffstat (limited to 'lib/libpthread/man/pthread_once.3')
-rw-r--r-- | lib/libpthread/man/pthread_once.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 3c786eb201d..f33a6901f6b 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/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 |