From 5360187e7a2bc575175e94cac0440154b33f9bea Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 14 Jan 2004 21:53:19 +0000 Subject: [PATCH] Spell POSIX threads library as "libpthread", mdoc(7) is smart enough to render it as "-lkse" these days. --- 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 cc53260a17df..b9a9468007c6 100644 --- a/share/man/man3/pthread_mutex_timedlock.3 +++ b/share/man/man3/pthread_mutex_timedlock.3 @@ -53,7 +53,7 @@ is not relative to the current time. The .Fn pthread_mutex_timedlock function is only available in -.Lb libkse +.Lb libpthread and .Lb libthr . This function is not implemented in