From d1428a72b83aa88ef8560db44ce8c8a6ea8a8b1a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 8 May 2010 22:43:42 +0200 Subject: [PATCH] pthread* manual pages: needs . --- lib/libpthread/pthread_attr_get_np.3 | 1 + lib/libpthread/pthread_attr_setcreatesuspend_np.3 | 1 + lib/libpthread/pthread_main_np.3 | 1 + lib/libpthread/pthread_multi_np.3 | 1 + lib/libpthread/pthread_mutexattr_getkind_np.3 | 1 + lib/libpthread/pthread_resume_all_np.3 | 1 + lib/libpthread/pthread_resume_np.3 | 1 + lib/libpthread/pthread_set_name_np.3 | 1 + lib/libpthread/pthread_suspend_all_np.3 | 1 + lib/libpthread/pthread_suspend_np.3 | 1 + lib/libpthread/pthread_switch_add_np.3 | 1 + 11 files changed, 11 insertions(+) diff --git a/lib/libpthread/pthread_attr_get_np.3 b/lib/libpthread/pthread_attr_get_np.3 index bcb42b33b1..6239cd6336 100644 --- a/lib/libpthread/pthread_attr_get_np.3 +++ b/lib/libpthread/pthread_attr_get_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_attr_get_np "pthread_t pid" "pthread_attr_t *dst" diff --git a/lib/libpthread/pthread_attr_setcreatesuspend_np.3 b/lib/libpthread/pthread_attr_setcreatesuspend_np.3 index 5bce891ed6..c26fb54d91 100644 --- a/lib/libpthread/pthread_attr_setcreatesuspend_np.3 +++ b/lib/libpthread/pthread_attr_setcreatesuspend_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_attr_setcreatesuspend_np "pthread_attr_t *attr" diff --git a/lib/libpthread/pthread_main_np.3 b/lib/libpthread/pthread_main_np.3 index 5ae597c7d3..7e47de91b6 100644 --- a/lib/libpthread/pthread_main_np.3 +++ b/lib/libpthread/pthread_main_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_main_np void diff --git a/lib/libpthread/pthread_multi_np.3 b/lib/libpthread/pthread_multi_np.3 index 7afce1b2e5..87b5f2d291 100644 --- a/lib/libpthread/pthread_multi_np.3 +++ b/lib/libpthread/pthread_multi_np.3 @@ -35,6 +35,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_multi_np void diff --git a/lib/libpthread/pthread_mutexattr_getkind_np.3 b/lib/libpthread/pthread_mutexattr_getkind_np.3 index 6081fbba01..fb2a3228cb 100644 --- a/lib/libpthread/pthread_mutexattr_getkind_np.3 +++ b/lib/libpthread/pthread_mutexattr_getkind_np.3 @@ -35,6 +35,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_mutexattr_getkind_np "pthread_mutexattr_t attr" diff --git a/lib/libpthread/pthread_resume_all_np.3 b/lib/libpthread/pthread_resume_all_np.3 index a105cf42e9..163b267112 100644 --- a/lib/libpthread/pthread_resume_all_np.3 +++ b/lib/libpthread/pthread_resume_all_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft void .Fn pthread_resume_all_np void diff --git a/lib/libpthread/pthread_resume_np.3 b/lib/libpthread/pthread_resume_np.3 index dcf076ff80..48e152828c 100644 --- a/lib/libpthread/pthread_resume_np.3 +++ b/lib/libpthread/pthread_resume_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_resume_np "pthread_t tid" diff --git a/lib/libpthread/pthread_set_name_np.3 b/lib/libpthread/pthread_set_name_np.3 index 4e3a408eda..98597c5528 100644 --- a/lib/libpthread/pthread_set_name_np.3 +++ b/lib/libpthread/pthread_set_name_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft void .Fn pthread_set_name_np "pthread_t tid" "const char *name" diff --git a/lib/libpthread/pthread_suspend_all_np.3 b/lib/libpthread/pthread_suspend_all_np.3 index 067881ae4e..9028468287 100644 --- a/lib/libpthread/pthread_suspend_all_np.3 +++ b/lib/libpthread/pthread_suspend_all_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft void .Fn pthread_suspend_all_np void diff --git a/lib/libpthread/pthread_suspend_np.3 b/lib/libpthread/pthread_suspend_np.3 index 8207acc13f..8e1b9700b4 100644 --- a/lib/libpthread/pthread_suspend_np.3 +++ b/lib/libpthread/pthread_suspend_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_suspend_np "pthread_t tid" diff --git a/lib/libpthread/pthread_switch_add_np.3 b/lib/libpthread/pthread_switch_add_np.3 index 687a585046..df3c17f0d0 100644 --- a/lib/libpthread/pthread_switch_add_np.3 +++ b/lib/libpthread/pthread_switch_add_np.3 @@ -35,6 +35,7 @@ .Sh LIBRARY .Lb libpthread .Sh SYNOPSIS +.In pthread.h .In pthread_np.h .Ft int .Fn pthread_switch_add_np "pthread_switch_routine_t routine" -- 2.41.0