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_exit.3 | |
parent | dcc9cb6a78c0b3f1e7a17bb04ae1ad2eac64ec76 (diff) |
Use .St for standards. Random cleanups as well.
Diffstat (limited to 'lib/libpthread/man/pthread_exit.3')
-rw-r--r-- | lib/libpthread/man/pthread_exit.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index eba7cbba253..db1b4fbf03f 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: pthread_exit.3,v 1.8 2001/08/03 21:10:23 deraadt Exp $ +.\" $OpenBSD: pthread_exit.3,v 1.9 2002/02/21 20:12:19 fgsch Exp $ +.\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -95,6 +96,5 @@ None. .Xr pthread_join 3 .Sh STANDARDS .Fn pthread_exit -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 . |