summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_key_delete.3
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-21 20:12:20 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-21 20:12:20 +0000
commit3ebcbfa07331d5d37f3482652103c08841ac7311 (patch)
tree9a4a9d615bdde8b552be59359f6441502a664dcf /lib/libpthread/man/pthread_key_delete.3
parentdcc9cb6a78c0b3f1e7a17bb04ae1ad2eac64ec76 (diff)
Use .St for standards. Random cleanups as well.
Diffstat (limited to 'lib/libpthread/man/pthread_key_delete.3')
-rw-r--r--lib/libpthread/man/pthread_key_delete.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_key_delete.3 b/lib/libpthread/man/pthread_key_delete.3
index ce95dbf6e5e..0135abd7357 100644
--- a/lib/libpthread/man/pthread_key_delete.3
+++ b/lib/libpthread/man/pthread_key_delete.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: pthread_key_delete.3,v 1.5 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_key_delete.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $
+.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -89,6 +90,5 @@ value is invalid.
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_key_delete
-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 .