summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-21 08:37:56 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-21 08:37:56 +0000
commit5354a3e391966f1250c2c9fd79fcc80398d5e588 (patch)
tree93bc8d88f9d6a33854066cb24d1f169418bdc379 /lib/libpthread
parent1e969584d9a580f9e4a323e853604bbfe3fe0eb6 (diff)
Xr pthread_kill; from fries@
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthreads.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index 880d3d3c9ff..c7ec1795c05 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/man/pthreads.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthreads.3,v 1.15 2001/11/02 22:50:12 marc Exp $
+.\" $OpenBSD: pthreads.3,v 1.16 2002/02/21 08:37:55 fgsch Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 17, 1998
.Dt PTHREADS 3
@@ -208,6 +208,7 @@ environment variable.
.Xr pthread_join 3 ,
.Xr pthread_key_create 3 ,
.Xr pthread_key_delete 3 ,
+.Xr pthread_kill 3 ,
.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_init 3 ,
.Xr pthread_mutex_lock 3 ,