diff options
Diffstat (limited to 'lib/libc_r/man/pthread_cond_destroy.3')
-rw-r--r-- | lib/libc_r/man/pthread_cond_destroy.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3 index 18404d26b3f..3ec164b6ee3 100644 --- a/lib/libc_r/man/pthread_cond_destroy.3 +++ b/lib/libc_r/man/pthread_cond_destroy.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: pthread_cond_destroy.3,v 1.6 2002/01/28 19:27:29 fgsch Exp $ +.\" $OpenBSD: pthread_cond_destroy.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $ +.\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -69,6 +70,5 @@ is locked by another thread. .Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_destroy -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-07-12. +conforms to +.St -p1003.1-96 . |