diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 5ebb88d9a6aa..2460128dc77f 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 a09e79039521..286ce6127e74 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 479fa429c1c5..53db4d06e931 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 9adcb5505ec7..2e9d948c9723 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 36748134daba..6b8c60765ffa 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 92b67306de55..4cdb56f56f7c 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 b61f58d4dc69..a1259972b8f2 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 16c7888dd905..ee4a0c37cfaa 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 ed6758f95f5a..40daf35c1dd3 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 835f22f3e602..81f0f1123b4a 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 f58f783d4470..7dd3167a6f4a 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 68a25e45ec03..46b195166284 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 773acfdfc30a..89e4bea2bc34 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 443a58bf4f45..2b05eb6b7e17 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 9c331eedfa82..a8ef2d0a546e 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 5893934fac4e..2943d6e0374c 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 b48190d5d4b6..cd478f61ec73 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 dbc451efda93..fb5b2d6fe0de 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 94fdb71c88fa..a7582dd96824 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 7d577e25805f..fa435e39f109 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 dfeffb9267b9..5727e4193b6b 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 7d1902117cfb..380baabb855d 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 f26db3ae8dc5..52af306ba69a 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 3368cc977322..9bc4bdae0e96 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 df879b877a17..07c74b8b2124 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 f3b8f3e25db5..ae513fa8667b 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 6be911de5486..7a1e7f5d9d6b 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 641e7f155a68..1211ea6fe2a6 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 c20b1bc53996..208e18711dc3 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 5fc4590c2c8f..eaff63a476fd 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 6842997713f3..ae6944c1a7e6 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 700f1d2783f9..786fabdae9f5 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 57c19b852890..a7e63a56d339 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 3e471827957e..056daababd36 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 9e3513a7915c..2a477af71c08 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 dcfe184b482d..f0ed759ee6f8 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 5d7eafaa42a4..1da04eef35e4 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 b4f8f7f44ab0..51dba4657c5d 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 e4c0b735eecd..a9475a2dd434 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 652ad2271015..38d386b7eac7 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 c4fa42230dc6..12d043fc796c 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 f798939b6f0a..090463f7b318 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 f23406c4d622..a341d90ec578 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 8869993ed21f..ab059bd63323 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 a8e99b3a184a..83ab1da7ffbb 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 5bf0ddf0cfd5..c248f6900e35 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 f404c9deae71..30de98bcbe7f 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 e69d4eb2471a..d50a0b18369e 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 40a0502c71e6..ae66ae10be96 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 282bd07e7dec..b486dc007790 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 98e8983daebc..fdeab1970fc9 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 2d6b72bce3b4..43d2b7ddea97 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 6a120d7e3f3d..3687ab9083b9 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 307488fde36c..4907e6b72d47 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