diff options
author | 2002-02-21 08:37:55 +0000 | |
---|---|---|
committer | 2002-02-21 08:37:55 +0000 | |
commit | 325c942fdf7209ab270c28aeedb757db06dc7203 (patch) | |
tree | cb67b3e8046c06f1b73d859a19302388245fca89 /lib/libpthread/man/pthreads.3 | |
parent | use sizeof w/ defines; niklas@ millert@ ok. (diff) | |
download | wireguard-openbsd-325c942fdf7209ab270c28aeedb757db06dc7203.tar.xz wireguard-openbsd-325c942fdf7209ab270c28aeedb757db06dc7203.zip |
Xr pthread_kill; from fries@
Diffstat (limited to 'lib/libpthread/man/pthreads.3')
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 3 |
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 , |