summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man3/pthread.34
-rw-r--r--share/man/man3/pthread_attr.31
-rw-r--r--share/man/man3/pthread_attr_get_np.31
-rw-r--r--share/man/man3/pthread_attr_setcreatesuspend_np.31
-rw-r--r--share/man/man3/pthread_cancel.31
-rw-r--r--share/man/man3/pthread_cleanup_pop.31
-rw-r--r--share/man/man3/pthread_cleanup_push.31
-rw-r--r--share/man/man3/pthread_cond_broadcast.31
-rw-r--r--share/man/man3/pthread_cond_destroy.31
-rw-r--r--share/man/man3/pthread_cond_init.31
-rw-r--r--share/man/man3/pthread_cond_signal.31
-rw-r--r--share/man/man3/pthread_cond_timedwait.31
-rw-r--r--share/man/man3/pthread_cond_wait.31
-rw-r--r--share/man/man3/pthread_condattr.31
-rw-r--r--share/man/man3/pthread_create.31
-rw-r--r--share/man/man3/pthread_detach.31
-rw-r--r--share/man/man3/pthread_equal.31
-rw-r--r--share/man/man3/pthread_exit.31
-rw-r--r--share/man/man3/pthread_getconcurrency.31
-rw-r--r--share/man/man3/pthread_getspecific.31
-rw-r--r--share/man/man3/pthread_join.31
-rw-r--r--share/man/man3/pthread_key_create.31
-rw-r--r--share/man/man3/pthread_key_delete.31
-rw-r--r--share/man/man3/pthread_kill.31
-rw-r--r--share/man/man3/pthread_main_np.31
-rw-r--r--share/man/man3/pthread_multi_np.33
-rw-r--r--share/man/man3/pthread_mutex_destroy.31
-rw-r--r--share/man/man3/pthread_mutex_init.31
-rw-r--r--share/man/man3/pthread_mutex_lock.31
-rw-r--r--share/man/man3/pthread_mutex_trylock.31
-rw-r--r--share/man/man3/pthread_mutex_unlock.31
-rw-r--r--share/man/man3/pthread_mutexattr.31
-rw-r--r--share/man/man3/pthread_mutexattr_getkind_np.31
-rw-r--r--share/man/man3/pthread_once.31
-rw-r--r--share/man/man3/pthread_resume_all_np.31
-rw-r--r--share/man/man3/pthread_resume_np.31
-rw-r--r--share/man/man3/pthread_rwlock_destroy.31
-rw-r--r--share/man/man3/pthread_rwlock_init.31
-rw-r--r--share/man/man3/pthread_rwlock_rdlock.31
-rw-r--r--share/man/man3/pthread_rwlock_unlock.31
-rw-r--r--share/man/man3/pthread_rwlock_wrlock.31
-rw-r--r--share/man/man3/pthread_rwlockattr_destroy.31
-rw-r--r--share/man/man3/pthread_rwlockattr_getpshared.31
-rw-r--r--share/man/man3/pthread_rwlockattr_init.31
-rw-r--r--share/man/man3/pthread_rwlockattr_setpshared.31
-rw-r--r--share/man/man3/pthread_schedparam.31
-rw-r--r--share/man/man3/pthread_self.31
-rw-r--r--share/man/man3/pthread_set_name_np.31
-rw-r--r--share/man/man3/pthread_setspecific.31
-rw-r--r--share/man/man3/pthread_sigmask.31
-rw-r--r--share/man/man3/pthread_suspend_all_np.31
-rw-r--r--share/man/man3/pthread_suspend_np.31
-rw-r--r--share/man/man3/pthread_switch_add_np.33
-rw-r--r--share/man/man3/pthread_testcancel.31
54 files changed, 3 insertions, 58 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index 5ebb88d..2460128 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -39,7 +39,6 @@
.Sh LIBRARY
.Lb libpthread
.Lb libthr
-.Lb libc_r
.Sh SYNOPSIS
.In pthread.h
.Sh DESCRIPTION
@@ -471,8 +470,7 @@ cancellation stack.
.Sh INSTALLATION
The current
.Fx
-POSIX thread implementation is built in three libraries,
-.Lb libc_r ,
+POSIX thread implementation is built in two libraries,
.Lb libpthread ,
and
.Lb libthr .
diff --git a/share/man/man3/pthread_attr.3 b/share/man/man3/pthread_attr.3
index a09e790..286ce61 100644
--- a/share/man/man3/pthread_attr.3
+++ b/share/man/man3/pthread_attr.3
@@ -52,7 +52,6 @@
.Nm pthread_attr_getscope
.Nd thread attribute operations
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_attr_get_np.3 b/share/man/man3/pthread_attr_get_np.3
index 479fa42..53db4d0 100644
--- a/share/man/man3/pthread_attr_get_np.3
+++ b/share/man/man3/pthread_attr_get_np.3
@@ -31,7 +31,6 @@
.Nm pthread_attr_get_np
.Nd get attributes of existent thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_attr_setcreatesuspend_np.3 b/share/man/man3/pthread_attr_setcreatesuspend_np.3
index 9adcb55..2e9d948 100644
--- a/share/man/man3/pthread_attr_setcreatesuspend_np.3
+++ b/share/man/man3/pthread_attr_setcreatesuspend_np.3
@@ -31,7 +31,6 @@
.Nm pthread_attr_setcreatesuspend_np
.Nd prepare attribute for creation of suspended thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cancel.3 b/share/man/man3/pthread_cancel.3
index 3674813..6b8c607 100644
--- a/share/man/man3/pthread_cancel.3
+++ b/share/man/man3/pthread_cancel.3
@@ -6,7 +6,6 @@
.Nm pthread_cancel
.Nd cancel execution of a thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cleanup_pop.3 b/share/man/man3/pthread_cleanup_pop.3
index 92b6730..4cdb56f 100644
--- a/share/man/man3/pthread_cleanup_pop.3
+++ b/share/man/man3/pthread_cleanup_pop.3
@@ -34,7 +34,6 @@
.Nm pthread_cleanup_pop
.Nd call the first cleanup routine
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cleanup_push.3 b/share/man/man3/pthread_cleanup_push.3
index b61f58d..a125997 100644
--- a/share/man/man3/pthread_cleanup_push.3
+++ b/share/man/man3/pthread_cleanup_push.3
@@ -34,7 +34,6 @@
.Nm pthread_cleanup_push
.Nd add a cleanup function for thread exit
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cond_broadcast.3 b/share/man/man3/pthread_cond_broadcast.3
index 16c7888..ee4a0c3 100644
--- a/share/man/man3/pthread_cond_broadcast.3
+++ b/share/man/man3/pthread_cond_broadcast.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_broadcast
.Nd unblock all threads waiting for a condition variable
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3
index ed6758f..40daf35 100644
--- a/share/man/man3/pthread_cond_destroy.3
+++ b/share/man/man3/pthread_cond_destroy.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_destroy
.Nd destroy a condition variable
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cond_init.3 b/share/man/man3/pthread_cond_init.3
index 835f22f..81f0f11 100644
--- a/share/man/man3/pthread_cond_init.3
+++ b/share/man/man3/pthread_cond_init.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_init
.Nd create a condition variable
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cond_signal.3 b/share/man/man3/pthread_cond_signal.3
index f58f783..7dd3167 100644
--- a/share/man/man3/pthread_cond_signal.3
+++ b/share/man/man3/pthread_cond_signal.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_signal
.Nd unblock a thread waiting for a condition variable
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3
index 68a25e4..46b1951 100644
--- a/share/man/man3/pthread_cond_timedwait.3
+++ b/share/man/man3/pthread_cond_timedwait.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_timedwait
.Nd "wait on a condition variable for a specific amount of time"
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_cond_wait.3 b/share/man/man3/pthread_cond_wait.3
index 773acfd..89e4bea 100644
--- a/share/man/man3/pthread_cond_wait.3
+++ b/share/man/man3/pthread_cond_wait.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_wait
.Nd wait on a condition variable
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3
index 443a58b..2b05eb6 100644
--- a/share/man/man3/pthread_condattr.3
+++ b/share/man/man3/pthread_condattr.3
@@ -34,7 +34,6 @@
.Nm pthread_condattr_destroy
.Nd condition attribute operations
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3
index 9c331ee..a8ef2d0 100644
--- a/share/man/man3/pthread_create.3
+++ b/share/man/man3/pthread_create.3
@@ -37,7 +37,6 @@
.Nm pthread_create
.Nd create a new thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_detach.3 b/share/man/man3/pthread_detach.3
index 5893934..2943d6e 100644
--- a/share/man/man3/pthread_detach.3
+++ b/share/man/man3/pthread_detach.3
@@ -37,7 +37,6 @@
.Nm pthread_detach
.Nd detach a thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_equal.3 b/share/man/man3/pthread_equal.3
index b48190d..cd478f6 100644
--- a/share/man/man3/pthread_equal.3
+++ b/share/man/man3/pthread_equal.3
@@ -37,7 +37,6 @@
.Nm pthread_equal
.Nd compare thread IDs
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_exit.3 b/share/man/man3/pthread_exit.3
index dbc451e..fb5b2d6 100644
--- a/share/man/man3/pthread_exit.3
+++ b/share/man/man3/pthread_exit.3
@@ -37,7 +37,6 @@
.Nm pthread_exit
.Nd terminate the calling thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_getconcurrency.3 b/share/man/man3/pthread_getconcurrency.3
index 94fdb71..a7582dd 100644
--- a/share/man/man3/pthread_getconcurrency.3
+++ b/share/man/man3/pthread_getconcurrency.3
@@ -31,7 +31,6 @@
.Nm pthread_setconcurrency
.Nd get or set level of concurrency
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_getspecific.3 b/share/man/man3/pthread_getspecific.3
index 7d577e2..fa435e3 100644
--- a/share/man/man3/pthread_getspecific.3
+++ b/share/man/man3/pthread_getspecific.3
@@ -37,7 +37,6 @@
.Nm pthread_getspecific
.Nd get a thread-specific data value
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3
index dfeffb9..5727e41 100644
--- a/share/man/man3/pthread_join.3
+++ b/share/man/man3/pthread_join.3
@@ -37,7 +37,6 @@
.Nm pthread_join
.Nd wait for thread termination
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_key_create.3 b/share/man/man3/pthread_key_create.3
index 7d19021..380baab 100644
--- a/share/man/man3/pthread_key_create.3
+++ b/share/man/man3/pthread_key_create.3
@@ -37,7 +37,6 @@
.Nm pthread_key_create
.Nd thread-specific data key creation
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_key_delete.3 b/share/man/man3/pthread_key_delete.3
index f26db3a..52af306 100644
--- a/share/man/man3/pthread_key_delete.3
+++ b/share/man/man3/pthread_key_delete.3
@@ -37,7 +37,6 @@
.Nm pthread_key_delete
.Nd delete a thread-specific data key
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_kill.3 b/share/man/man3/pthread_kill.3
index 3368cc9..9bc4bda 100644
--- a/share/man/man3/pthread_kill.3
+++ b/share/man/man3/pthread_kill.3
@@ -33,7 +33,6 @@
.Nm pthread_kill
.Nd send a signal to a specified thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_main_np.3 b/share/man/man3/pthread_main_np.3
index df879b8..07c74b8 100644
--- a/share/man/man3/pthread_main_np.3
+++ b/share/man/man3/pthread_main_np.3
@@ -31,7 +31,6 @@
.Nm pthread_main_np
.Nd identify the initial thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_multi_np.3 b/share/man/man3/pthread_multi_np.3
index f3b8f3e..ae513fa 100644
--- a/share/man/man3/pthread_multi_np.3
+++ b/share/man/man3/pthread_multi_np.3
@@ -32,7 +32,6 @@
.Nm pthread_single_np
.Nd "switch between multi- and single-threaded scheduling modes"
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
@@ -58,8 +57,6 @@ The semantics of this function is similar to
The
.Fn pthread_single_np
function is only available in
-.Lb libc_r
-and
.Lb libpthread .
This function is not implemented in
.Lb libthr .
diff --git a/share/man/man3/pthread_mutex_destroy.3 b/share/man/man3/pthread_mutex_destroy.3
index 6be911d..7a1e7f5 100644
--- a/share/man/man3/pthread_mutex_destroy.3
+++ b/share/man/man3/pthread_mutex_destroy.3
@@ -34,7 +34,6 @@
.Nm pthread_mutex_destroy
.Nd free resources allocated for a mutex
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_mutex_init.3 b/share/man/man3/pthread_mutex_init.3
index 641e7f1..1211ea6 100644
--- a/share/man/man3/pthread_mutex_init.3
+++ b/share/man/man3/pthread_mutex_init.3
@@ -34,7 +34,6 @@
.Nm pthread_mutex_init
.Nd create a mutex
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3
index c20b1bc..208e187 100644
--- a/share/man/man3/pthread_mutex_lock.3
+++ b/share/man/man3/pthread_mutex_lock.3
@@ -34,7 +34,6 @@
.Nm pthread_mutex_lock
.Nd lock a mutex
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_mutex_trylock.3 b/share/man/man3/pthread_mutex_trylock.3
index 5fc4590..eaff63a 100644
--- a/share/man/man3/pthread_mutex_trylock.3
+++ b/share/man/man3/pthread_mutex_trylock.3
@@ -34,7 +34,6 @@
.Nm pthread_mutex_trylock
.Nd attempt to lock a mutex without blocking
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_mutex_unlock.3 b/share/man/man3/pthread_mutex_unlock.3
index 6842997..ae6944c 100644
--- a/share/man/man3/pthread_mutex_unlock.3
+++ b/share/man/man3/pthread_mutex_unlock.3
@@ -34,7 +34,6 @@
.Nm pthread_mutex_unlock
.Nd unlock a mutex
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_mutexattr.3 b/share/man/man3/pthread_mutexattr.3
index 700f1d2..786fabd 100644
--- a/share/man/man3/pthread_mutexattr.3
+++ b/share/man/man3/pthread_mutexattr.3
@@ -40,7 +40,6 @@
.Nm pthread_mutexattr_gettype
.Nd mutex attribute operations
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_mutexattr_getkind_np.3 b/share/man/man3/pthread_mutexattr_getkind_np.3
index 57c19b8..a7e63a5 100644
--- a/share/man/man3/pthread_mutexattr_getkind_np.3
+++ b/share/man/man3/pthread_mutexattr_getkind_np.3
@@ -32,7 +32,6 @@
.Nm pthread_mutexattr_setkind_np
.Nd mutex attribute operations (legacy)
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3
index 3e47182..056daab 100644
--- a/share/man/man3/pthread_once.3
+++ b/share/man/man3/pthread_once.3
@@ -37,7 +37,6 @@
.Nm pthread_once
.Nd dynamic package initialization
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_resume_all_np.3 b/share/man/man3/pthread_resume_all_np.3
index 9e3513a..2a477af 100644
--- a/share/man/man3/pthread_resume_all_np.3
+++ b/share/man/man3/pthread_resume_all_np.3
@@ -31,7 +31,6 @@
.Nm pthread_resume_all_np
.Nd resume all suspended threads
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_resume_np.3 b/share/man/man3/pthread_resume_np.3
index dcfe184..f0ed759 100644
--- a/share/man/man3/pthread_resume_np.3
+++ b/share/man/man3/pthread_resume_np.3
@@ -31,7 +31,6 @@
.Nm pthread_resume_np
.Nd resume suspended thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlock_destroy.3 b/share/man/man3/pthread_rwlock_destroy.3
index 5d7eafa..1da04ee 100644
--- a/share/man/man3/pthread_rwlock_destroy.3
+++ b/share/man/man3/pthread_rwlock_destroy.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlock_destroy
.Nd destroy a read/write lock
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlock_init.3 b/share/man/man3/pthread_rwlock_init.3
index b4f8f7f..51dba46 100644
--- a/share/man/man3/pthread_rwlock_init.3
+++ b/share/man/man3/pthread_rwlock_init.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlock_init
.Nd initialize a read/write lock
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlock_rdlock.3 b/share/man/man3/pthread_rwlock_rdlock.3
index e4c0b73..a9475a2 100644
--- a/share/man/man3/pthread_rwlock_rdlock.3
+++ b/share/man/man3/pthread_rwlock_rdlock.3
@@ -32,7 +32,6 @@
.Nm pthread_rwlock_tryrdlock
.Nd acquire a read/write lock for reading
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlock_unlock.3 b/share/man/man3/pthread_rwlock_unlock.3
index 652ad22..38d386b 100644
--- a/share/man/man3/pthread_rwlock_unlock.3
+++ b/share/man/man3/pthread_rwlock_unlock.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlock_unlock
.Nd release a read/write lock
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlock_wrlock.3 b/share/man/man3/pthread_rwlock_wrlock.3
index c4fa422..12d043f 100644
--- a/share/man/man3/pthread_rwlock_wrlock.3
+++ b/share/man/man3/pthread_rwlock_wrlock.3
@@ -32,7 +32,6 @@
.Nm pthread_rwlock_trywrlock
.Nd acquire a read/write lock for writing
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlockattr_destroy.3 b/share/man/man3/pthread_rwlockattr_destroy.3
index f798939..090463f 100644
--- a/share/man/man3/pthread_rwlockattr_destroy.3
+++ b/share/man/man3/pthread_rwlockattr_destroy.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_destroy
.Nd destroy a read/write lock
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlockattr_getpshared.3 b/share/man/man3/pthread_rwlockattr_getpshared.3
index f23406c..a341d90 100644
--- a/share/man/man3/pthread_rwlockattr_getpshared.3
+++ b/share/man/man3/pthread_rwlockattr_getpshared.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_getpshared
.Nd get the process shared attribute
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlockattr_init.3 b/share/man/man3/pthread_rwlockattr_init.3
index 8869993..ab059bd 100644
--- a/share/man/man3/pthread_rwlockattr_init.3
+++ b/share/man/man3/pthread_rwlockattr_init.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_init
.Nd initialize a read/write lock
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_rwlockattr_setpshared.3 b/share/man/man3/pthread_rwlockattr_setpshared.3
index a8e99b3..83ab1da 100644
--- a/share/man/man3/pthread_rwlockattr_setpshared.3
+++ b/share/man/man3/pthread_rwlockattr_setpshared.3
@@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_setpshared
.Nd set the process shared attribute
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_schedparam.3 b/share/man/man3/pthread_schedparam.3
index 5bf0ddf..c248f69 100644
--- a/share/man/man3/pthread_schedparam.3
+++ b/share/man/man3/pthread_schedparam.3
@@ -34,7 +34,6 @@
.Nm pthread_getschedparam
.Nd thread scheduling parameter manipulation
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_self.3 b/share/man/man3/pthread_self.3
index f404c9d..30de98b 100644
--- a/share/man/man3/pthread_self.3
+++ b/share/man/man3/pthread_self.3
@@ -37,7 +37,6 @@
.Nm pthread_self
.Nd get the calling thread's ID
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_set_name_np.3 b/share/man/man3/pthread_set_name_np.3
index e69d4eb..d50a0b1 100644
--- a/share/man/man3/pthread_set_name_np.3
+++ b/share/man/man3/pthread_set_name_np.3
@@ -31,7 +31,6 @@
.Nm pthread_set_name_np
.Nd set the thread name
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_setspecific.3 b/share/man/man3/pthread_setspecific.3
index 40a0502..ae66ae1 100644
--- a/share/man/man3/pthread_setspecific.3
+++ b/share/man/man3/pthread_setspecific.3
@@ -37,7 +37,6 @@
.Nm pthread_setspecific
.Nd set a thread-specific data value
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_sigmask.3 b/share/man/man3/pthread_sigmask.3
index 282bd07..b486dc0 100644
--- a/share/man/man3/pthread_sigmask.3
+++ b/share/man/man3/pthread_sigmask.3
@@ -33,7 +33,6 @@
.Nm pthread_sigmask
.Nd examine and/or change a thread's signal mask
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
diff --git a/share/man/man3/pthread_suspend_all_np.3 b/share/man/man3/pthread_suspend_all_np.3
index 98e8983..fdeab19 100644
--- a/share/man/man3/pthread_suspend_all_np.3
+++ b/share/man/man3/pthread_suspend_all_np.3
@@ -31,7 +31,6 @@
.Nm pthread_suspend_all_np
.Nd suspend all active threads
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Sh SYNOPSIS
.In pthread_np.h
diff --git a/share/man/man3/pthread_suspend_np.3 b/share/man/man3/pthread_suspend_np.3
index 2d6b72b..43d2b7d 100644
--- a/share/man/man3/pthread_suspend_np.3
+++ b/share/man/man3/pthread_suspend_np.3
@@ -31,7 +31,6 @@
.Nm pthread_suspend_np
.Nd suspend a thread
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Sh SYNOPSIS
.In pthread_np.h
diff --git a/share/man/man3/pthread_switch_add_np.3 b/share/man/man3/pthread_switch_add_np.3
index 6a120d7..3687ab9 100644
--- a/share/man/man3/pthread_switch_add_np.3
+++ b/share/man/man3/pthread_switch_add_np.3
@@ -32,7 +32,8 @@
.Nm pthread_switch_delete_np
.Nd thread context switches debugging primitives
.Sh LIBRARY
-.Lb libc_r
+.Lb libpthread
+.Lb libthr
.Sh SYNOPSIS
.In pthread_np.h
.Ft int
diff --git a/share/man/man3/pthread_testcancel.3 b/share/man/man3/pthread_testcancel.3
index 307488f..4907e6b 100644
--- a/share/man/man3/pthread_testcancel.3
+++ b/share/man/man3/pthread_testcancel.3
@@ -8,7 +8,6 @@
.Nm pthread_testcancel
.Nd set cancelability state
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
OpenPOWER on IntegriCloud