sched_setparam.2, pthread_mutexattr_init.3, pthread_mutexattr_setrobust.3, pthread_mutex_consistent.3, strtol.3, sched.7, uts_namespaces.7: SEE ALSO: correct list order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-27 14:12:01 +02:00
parent 1c6f266407
commit 27f942adbc
7 changed files with 7 additions and 7 deletions

View File

@ -121,8 +121,8 @@ POSIX.1-2001, POSIX.1-2008.
.SH SEE ALSO
.ad l
.nh
.BR gettid (2),
.BR getpriority (2),
.BR gettid (2),
.BR nice (2),
.BR sched_get_priority_max (2),
.BR sched_get_priority_min (2),

View File

@ -101,6 +101,6 @@ See
.nh
.BR pthread_mutexattr_init (3),
.BR pthread_mutex_lock (3),
.BR pthread_mutexattr_setrobust (3),
.BR pthread_mutexattr_getrobust (3),
.BR pthread_mutexattr_setrobust (3),
.BR pthreads (7)

View File

@ -65,6 +65,6 @@ have already been initialized using that object.
.ad l
.nh
.BR pthread_mutex_init (3),
.BR pthread_mutexattr_getrobust (3),
.BR pthread_mutexattr_getpshared (3),
.BR pthread_mutexattr_getrobust (3),
.BR pthreads (7)

View File

@ -279,7 +279,7 @@ main(int argc, char *argv[])
.nh
.BR get_robust_list (2),
.BR set_robust_list (2),
.BR pthread_mutex_init (3),
.BR pthread_mutex_consistent (3),
.BR pthread_mutex_init (3),
.BR pthread_mutex_lock (3),
.BR pthreads (7)

View File

@ -299,5 +299,5 @@ main(int argc, char *argv[])
.BR atoi (3),
.BR atol (3),
.BR strtod (3),
.BR strtoul (3),
.BR strtoimax (3)
.BR strtoul (3),

View File

@ -989,8 +989,8 @@ was not possible up to kernel version 2.6.17.
.BR sched_setscheduler (2),
.BR sched_yield (2),
.BR setpriority (2),
.BR pthread_getschedparam (3),
.BR pthread_getaffinity_np (3),
.BR pthread_getschedparam (3),
.BR pthread_setaffinity_np (3),
.BR sched_getcpu (3),
.BR capabilities (7),

View File

@ -56,8 +56,8 @@ option.
.BR nsenter (1),
.BR unshare (1),
.BR clone (2),
.BR gethostname (2),
.BR getdomainname (2),
.BR gethostname (2),
.BR setns (2),
.BR uname (2),
.BR unshare (2),