From e2d68ddc6e5e0c812d118d02c187ab72f913995b Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 14 Jan 2004 21:12:39 +0000 Subject: [PATCH] This interface is not provided by libc_r. It is, on the other hand, is also provided by libthr, but this will be addressed later. --- share/man/man3/pthread_mutex_timedlock.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/pthread_mutex_timedlock.3 b/share/man/man3/pthread_mutex_timedlock.3 index e4d69dc1cda9..cc53260a17df 100644 --- a/share/man/man3/pthread_mutex_timedlock.3 +++ b/share/man/man3/pthread_mutex_timedlock.3 @@ -31,7 +31,7 @@ .Nm pthread_mutex_timedlock .Nd lock a mutex without blocking indefinitely .Sh LIBRARY -.Lb libc_r +.Lb libpthread .Sh SYNOPSIS .In pthread.h .In time.h