summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutex_init.3
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-02-21 20:12:19 +0000
committerfgsch <fgsch@openbsd.org>2002-02-21 20:12:19 +0000
commit82d2d131d987fdc7b20a58ee15108d738f5e997e (patch)
tree57ab927edb0b8e7af550de9005aacab17ea0aa61 /lib/libpthread/man/pthread_mutex_init.3
parentSet the source port correctly, shifflett@nps.navy.mil (diff)
downloadwireguard-openbsd-82d2d131d987fdc7b20a58ee15108d738f5e997e.tar.xz
wireguard-openbsd-82d2d131d987fdc7b20a58ee15108d738f5e997e.zip
Use .St for standards. Random cleanups as well.
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_init.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3
index a8c5d937dba..55cb09bdf62 100644
--- a/lib/libpthread/man/pthread_mutex_init.3
+++ b/lib/libpthread/man/pthread_mutex_init.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: pthread_mutex_init.3,v 1.6 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_mutex_init.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $
+.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
.\"
@@ -74,6 +75,5 @@ The temporarily lacks the resources to create another mutex.
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_init
-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 .