summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_getspecific.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_getspecific.3')
-rw-r--r--lib/libpthread/man/pthread_getspecific.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3
index 9d96901c7fb..e2b166e9cb4 100644
--- a/lib/libpthread/man/pthread_getspecific.3
+++ b/lib/libpthread/man/pthread_getspecific.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: pthread_getspecific.3,v 1.4 1999/11/24 05:35:32 d Exp $
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -28,8 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD: pthread_getspecific.3,v 1.5 1998/08/03 00:58:36 alex Exp $
-.\" $OpenBSD: pthread_getspecific.3,v 1.3 1999/03/10 10:04:42 d Exp $
+.\" $FreeBSD: pthread_getspecific.3,v 1.6 1999/08/28 00:03:06 peter Exp $
.\"
.Dd April 4, 1996
.Dt PTHREAD_GETSPECIFIC 3