summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_join.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-31 19:19:00 +0000
committerjmc <jmc@openbsd.org>2007-05-31 19:19:00 +0000
commit9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa (patch)
tree2fddcf9d9e52011f770904571a0d31b7260abbb7 /lib/libpthread/man/pthread_join.3
parentenable all debugging messages by default if the driver is compiled with (diff)
downloadwireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.tar.xz
wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.zip
convert to new .Dd format;
Diffstat (limited to 'lib/libpthread/man/pthread_join.3')
-rw-r--r--lib/libpthread/man/pthread_join.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3
index 5af3f3e28b9..3c0033ea6e0 100644
--- a/lib/libpthread/man/pthread_join.3
+++ b/lib/libpthread/man/pthread_join.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_join.3,v 1.8 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_join.3,v 1.9 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_join.3,v 1.6 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_JOIN 3
.Os
.Sh NAME