diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index 36c85a231..936e6fcc3 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -101,6 +101,8 @@ The argument \fIpolicy\fP does not identify a defined scheduling policy. .SH "CONFORMING TO" POSIX.1-2001. .SH "SEE ALSO" +.ad l +.nh .BR sched_getaffinity (2), .BR sched_getparam (2), .BR sched_getscheduler (2), diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index c38d4ede3..303870a11 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -213,6 +213,8 @@ system call returns the size (in bytes) of the data type that is used internally by the kernel to represent the CPU set bit mask. .SH "SEE ALSO" +.ad l +.nh .BR clone (2), .BR getcpu (2), .BR getpriority (2), diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2 index 1921c1b8c..9c5913acf 100644 --- a/man2/sched_setparam.2 +++ b/man2/sched_setparam.2 @@ -111,6 +111,8 @@ The process whose ID is \fIpid\fP could not be found. .SH "CONFORMING TO" POSIX.1-2001. .SH "SEE ALSO" +.ad l +.nh .BR getpriority (2), .BR nice (2), .BR sched_get_priority_max (2), diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index b5ba95a85..5fef9a3ea 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -516,6 +516,8 @@ Linux does not conform to this requirement, since it always returns 0 on success. .SH "SEE ALSO" +.ad l +.nh .BR getpriority (2), .BR mlock (2), .BR mlockall (2), @@ -533,6 +535,7 @@ since it always returns 0 on success. .BR setpriority (2), .BR capabilities (7), .BR cpuset (7) +.ad j .PP .I Programming for the real world \- POSIX.4 by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0. diff --git a/man2/timer_create.2 b/man2/timer_create.2 index ae121f3ce..7e08911b9 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -395,6 +395,8 @@ main(int argc, char *argv[]) } .fi .SH SEE ALSO +.ad l +.nh .BR clock_gettime (2), .BR setitimer (2), .BR timer_delete (2), diff --git a/man3/malloc.3 b/man3/malloc.3 index d39804b6b..da072a723 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 e26aa4c15..b7e29b8c3 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 260bf01c0..1962a9cc3 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 fea1f5dad..6a53ff28b 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 ecbe34206..ea860631b 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 65b9469d0..393bb53c6 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 826482d4d..de74f8afe 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 f8e449810..114b342ce 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 602188a4d..8c6e7bbb9 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 3a9d324fb..75522c044 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 3242c1fa6..6a9992030 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 6c1c6852f..03b993672 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), diff --git a/man7/aio.7 b/man7/aio.7 index 2b17c8cda..13202a1d1 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -444,6 +444,7 @@ main(int argc, char *argv[]) .fi .SH SEE ALSO .ad l +.nh .BR io_cancel (2), .BR io_destroy (2), .BR io_getevents (2), diff --git a/man7/time.7 b/man7/time.7 index bab561def..5f08213ee 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -172,6 +172,8 @@ see and .BR timer_create (2). .SH "SEE ALSO" +.ad l +.nh .BR date (1), .BR time (1), .BR adjtimex (2),