summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_key_create.3
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:44:51 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:44:51 +0000
commit2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch)
tree59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libpthread/man/pthread_key_create.3
parenta14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff)
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_key_create.3')
-rw-r--r--lib/libpthread/man/pthread_key_create.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_key_create.3 b/lib/libpthread/man/pthread_key_create.3
index bfcbaa072af..ea76d2daede 100644
--- a/lib/libpthread/man/pthread_key_create.3
+++ b/lib/libpthread/man/pthread_key_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_key_create.3,v 1.8 2007/05/31 19:19:36 jmc Exp $
+.\" $OpenBSD: pthread_key_create.3,v 1.9 2013/06/05 03:44:50 tedu Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,14 +32,14 @@
.\"
.\" $FreeBSD: pthread_key_create.3,v 1.5 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 5 2013 $
.Dt PTHREAD_KEY_CREATE 3
.Os
.Sh NAME
.Nm pthread_key_create
.Nd thread-specific data key creation
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_key_create "pthread_key_t *key" "void (*destructor)(void *)"
.Sh DESCRIPTION