diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 20:12:20 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 20:12:20 +0000 |
commit | 3ebcbfa07331d5d37f3482652103c08841ac7311 (patch) | |
tree | 9a4a9d615bdde8b552be59359f6441502a664dcf /lib/libpthread/man/pthread_cond_signal.3 | |
parent | dcc9cb6a78c0b3f1e7a17bb04ae1ad2eac64ec76 (diff) |
Use .St for standards. Random cleanups as well.
Diffstat (limited to 'lib/libpthread/man/pthread_cond_signal.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_signal.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index 3aa39820b2f..23c62192ebd 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/pthread_cond_signal.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: pthread_cond_signal.3,v 1.5 1999/11/24 05:35:31 d Exp $ +.\" $OpenBSD: pthread_cond_signal.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $ +.\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -65,6 +66,5 @@ is invalid. .Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_signal -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 . |