diff options
author | ru <ru@FreeBSD.org> | 2004-01-15 15:59:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-15 15:59:00 +0000 |
commit | 301639dadec5c2a7ff66365aa68dfbe96fa8d7f5 (patch) | |
tree | f9367323e7bfe89c2f0a478e7dd6f1bea8e48973 /share/man/man3/pthread_mutex_destroy.3 | |
parent | fd31bea05b30eb17cf7f8c1e537a28bea23ecc1b (diff) | |
download | FreeBSD-src-301639dadec5c2a7ff66365aa68dfbe96fa8d7f5.zip FreeBSD-src-301639dadec5c2a7ff66365aa68dfbe96fa8d7f5.tar.gz |
Document interfaces that are supported by libthr.
Diffstat (limited to 'share/man/man3/pthread_mutex_destroy.3')
-rw-r--r-- | share/man/man3/pthread_mutex_destroy.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/pthread_mutex_destroy.3 b/share/man/man3/pthread_mutex_destroy.3 index fc98d73..6be911d 100644 --- a/share/man/man3/pthread_mutex_destroy.3 +++ b/share/man/man3/pthread_mutex_destroy.3 @@ -36,6 +36,7 @@ .Sh LIBRARY .Lb libc_r .Lb libpthread +.Lb libthr .Sh SYNOPSIS .In pthread.h .Ft int |