aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/malloc.32
-rw-r--r--man3/pthread_attr_init.32
-rw-r--r--man3/pthread_attr_setinheritsched.32
-rw-r--r--man3/pthread_attr_setschedparam.32
-rw-r--r--man3/pthread_attr_setschedpolicy.32
-rw-r--r--man3/pthread_attr_setscope.32
-rw-r--r--man3/pthread_attr_setstack.32
-rw-r--r--man3/pthread_cancel.32
-rw-r--r--man3/pthread_create.32
-rw-r--r--man3/pthread_getattr_np.32
-rw-r--r--man3/pthread_setschedparam.32
-rw-r--r--man3/pthread_setschedprio.32
12 files changed, 24 insertions, 0 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index d39804b6be..da072a723a 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -265,6 +265,8 @@ For details, see
.\" malloc() Performance in a Multithreaded Linux Environment -
.\" Check Lever, David Boreham
.\"
+.ad l
+.nh
.BR brk (2),
.BR mmap (2),
.BR alloca (3),
diff --git a/man3/pthread_attr_init.3 b/man3/pthread_attr_init.3
index e26aa4c15a..b7e29b8c3c 100644
--- a/man3/pthread_attr_init.3
+++ b/man3/pthread_attr_init.3
@@ -293,6 +293,8 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
+.ad l
+.nh
.BR pthread_attr_setaffinity_np (3),
.BR pthread_attr_setdetachstate (3),
.BR pthread_attr_setguardsize (3),
diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3
index 260bf01c01..1962a9cc32 100644
--- a/man3/pthread_attr_setinheritsched.3
+++ b/man3/pthread_attr_setinheritsched.3
@@ -118,6 +118,8 @@ in the thread attributes object before calling
See
.BR pthread_setschedparam (3).
.SH SEE ALSO
+.ad l
+.nh
.BR sched_setscheduler (2),
.BR pthread_attr_init (3),
.BR pthread_attr_setschedparam (3),
diff --git a/man3/pthread_attr_setschedparam.3 b/man3/pthread_attr_setschedparam.3
index fea1f5dad1..6a53ff28b5 100644
--- a/man3/pthread_attr_setschedparam.3
+++ b/man3/pthread_attr_setschedparam.3
@@ -94,6 +94,8 @@ for a list of the thread scheduling policies supported on Linux.
See
.BR pthread_setschedparam (3).
.SH SEE ALSO
+.ad l
+.nh
.BR sched_get_priority_min (2),
.BR sched_setscheduler (2),
.BR pthread_attr_init (3),
diff --git a/man3/pthread_attr_setschedpolicy.3 b/man3/pthread_attr_setschedpolicy.3
index ecbe342067..ea860631bd 100644
--- a/man3/pthread_attr_setschedpolicy.3
+++ b/man3/pthread_attr_setschedpolicy.3
@@ -90,6 +90,8 @@ POSIX.1-2001.
See
.BR pthread_setschedparam (3).
.SH SEE ALSO
+.ad l
+.nh
.BR sched_setscheduler (2),
.BR pthread_attr_init (3),
.BR pthread_attr_setinheritsched (3),
diff --git a/man3/pthread_attr_setscope.3 b/man3/pthread_attr_setscope.3
index 65b9469d08..393bb53c6e 100644
--- a/man3/pthread_attr_setscope.3
+++ b/man3/pthread_attr_setscope.3
@@ -116,6 +116,8 @@ which are both 1:1 threading implementations.
POSIX.1-2001 specifies that the default contention scope is
implementation-defined.
.SH SEE ALSO
+.ad l
+.nh
.BR pthread_attr_init (3),
.BR pthread_attr_setaffinity_np (3),
.BR pthread_attr_setinheritsched (3),
diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3
index 826482d4df..de74f8afe7 100644
--- a/man3/pthread_attr_setstack.3
+++ b/man3/pthread_attr_setstack.3
@@ -152,6 +152,8 @@ for their stacks, and chaos will ensue.
See
.BR pthread_attr_init (3).
.SH SEE ALSO
+.ad l
+.nh
.BR mmap (2),
.BR mprotect (2),
.BR posix_memalign (3),
diff --git a/man3/pthread_cancel.3 b/man3/pthread_cancel.3
index f8e4498101..114b342cea 100644
--- a/man3/pthread_cancel.3
+++ b/man3/pthread_cancel.3
@@ -219,6 +219,8 @@ main(void)
}
.fi
.SH SEE ALSO
+.ad l
+.nh
.BR pthread_cleanup_push (3),
.BR pthread_create (3),
.BR pthread_exit (3),
diff --git a/man3/pthread_create.3 b/man3/pthread_create.3
index 602188a4d6..8c6e7bbb97 100644
--- a/man3/pthread_create.3
+++ b/man3/pthread_create.3
@@ -365,6 +365,8 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
+.ad l
+.nh
.BR getrlimit (2),
.BR pthread_attr_init (3),
.BR pthread_cancel (3),
diff --git a/man3/pthread_getattr_np.3 b/man3/pthread_getattr_np.3
index 3a9d324fb1..75522c0443 100644
--- a/man3/pthread_getattr_np.3
+++ b/man3/pthread_getattr_np.3
@@ -341,6 +341,8 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
+.ad l
+.nh
.BR pthread_attr_getaffinity_np (3),
.BR pthread_attr_getdetachstate (3),
.BR pthread_attr_getguardsize (3),
diff --git a/man3/pthread_setschedparam.3 b/man3/pthread_setschedparam.3
index 3242c1fa6f..6a99920306 100644
--- a/man3/pthread_setschedparam.3
+++ b/man3/pthread_setschedparam.3
@@ -427,6 +427,8 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
+.ad l
+.nh
.BR getrlimit (2),
.BR sched_get_priority_min (2),
.BR sched_setscheduler (2),
diff --git a/man3/pthread_setschedprio.3 b/man3/pthread_setschedprio.3
index 6c1c6852f5..03b9936725 100644
--- a/man3/pthread_setschedprio.3
+++ b/man3/pthread_setschedprio.3
@@ -87,6 +87,8 @@ and details of the permitted ranges for priorities
in each scheduling policy, see
.BR sched_setscheduler (2).
.SH SEE ALSO
+.ad l
+.nh
.BR getrlimit (2),
.BR sched_get_priority_min (2),
.BR sched_setscheduler (2),