diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-28 12:07:09 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-28 12:07:09 +0000 |
commit | 973a928ae1fc9aba0f064d8b52a6f6e8d574d116 (patch) | |
tree | 33a2e1de4c97e1c22b5b01981184361a51a2af9b /man2 | |
parent | bc7ff20e70ef9bfcca0bcb4b89d83bc75fbaae31 (diff) |
Modified .TH line
Diffstat (limited to 'man2')
-rw-r--r-- | man2/sched_get_priority_max.2 | 2 | ||||
-rw-r--r-- | man2/sched_rr_get_interval.2 | 2 | ||||
-rw-r--r-- | man2/sched_setscheduler.2 | 2 | ||||
-rw-r--r-- | man2/sched_yield.2 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index 822af108..cf2993cb 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -27,7 +27,7 @@ .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de> .\" revision .\" -.TH GET_PRIORITY_MAX 2 2006-03-23 "Linux 2.6.16" "Linux Programmer's Manual" +.TH SCHED_GET_PRIORITY_MAX 2 2006-03-23 "Linux" "Linux Programmer's Manual" .SH NAME sched_get_priority_max, sched_get_priority_min \- get static priority range .SH SYNOPSIS diff --git a/man2/sched_rr_get_interval.2 b/man2/sched_rr_get_interval.2 index 46c4ce71..aee0d082 100644 --- a/man2/sched_rr_get_interval.2 +++ b/man2/sched_rr_get_interval.2 @@ -27,7 +27,7 @@ .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de> .\" revision .\" -.TH SCHED_RR_GET_INTERVAL 2 2007-04-06 "Linux 2.6.19" "Linux Programmer's Manual" +.TH SCHED_RR_GET_INTERVAL 2 2007-04-06 "Linux" "Linux Programmer's Manual" .SH NAME sched_rr_get_interval \- get the SCHED_RR interval for the named process .SH SYNOPSIS diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 317544ca..4497110f 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -34,7 +34,7 @@ .\" Modified 2004-05-27 by Michael Kerrisk <mtk-manpages@gmx.net> .\" 2005-03-23, mtk, Added description of SCHED_BATCH. .\" -.TH SETSCHEDULER 2 2006-03-23 "Linux 2.6.16" "Linux Programmer's Manual" +.TH SCHED_SETSCHEDULER 2 2006-03-23 "Linux" "Linux Programmer's Manual" .SH NAME sched_setscheduler, sched_getscheduler \- set and get scheduling algorithm/parameters diff --git a/man2/sched_yield.2 b/man2/sched_yield.2 index 5e25ed0d..752c28d8 100644 --- a/man2/sched_yield.2 +++ b/man2/sched_yield.2 @@ -27,7 +27,7 @@ .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de> .\" revision .\" -.TH SCHED_YIELD 2 1996-04-10 "Linux 1.3.81" "Linux Programmer's Manual" +.TH SCHED_YIELD 2 1996-04-10 "Linux" "Linux Programmer's Manual" .SH NAME sched_yield \- yield the processor .SH SYNOPSIS |