Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- schedutils/chrt.1 | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 5d2057e..51d575b 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -42,41 +42,41 @@ or runs \fIcommand\fR with the given attributes. .SH POLICIES .TP \fB\-o\fR, \fB\-\-other\fR -Set policy scheduling policy to +Set scheduling policy to .BR SCHED_OTHER . This is the default Linux scheduling policy. .TP -\fB\-f\fR, \fB\-\-fifo\fR -Set policy scheduling policy to SCHED_FIFO. +\fB\-f\fR, \fB\-\-fifo\fR +Set scheduling policy to \fBSCHED_FIFO\fR. .TP \fB\-r\fR, \fB\-\-rr\fR Set scheduling policy to .BR SCHED_RR . -When policy is not defined the +When no policy is defined, the .B SCHED_RR -is used as default. +is used as the default. .TP \fB\-b\fR, \fB\-\-batch\fR Set scheduling policy to .B SCHED_BATCH -(Linux-specific, supported since 2.6.16). The priority argument has to be set to zero. +(Linux-specific, supported since 2.6.16). The priority argument has to be set to zero. .TP \fB\-i\fR, \fB\-\-idle\fR Set scheduling policy to .B SCHED_IDLE -(Linux-specific, supported since 2.6.23). The priority argument has to be set to zero. +(Linux-specific, supported since 2.6.23). The priority argument has to be set to zero. .TP .BR -d ,\ --deadline -Set policy scheduling policy to +Set scheduling policy to .BR SCHED_DEADLINE -(Linux-specific, supported since 3.14). The priority argument has to be set to -zero. See also \fB\-\-sched\-runtime\fR, \fB\-\-sched\-deadline\fR and -\fB\-\-sched\-period\fR. The relation between the options required by kernel is +(Linux-specific, supported since 3.14). The priority argument has to be set to zero. +See also \fB\-\-sched\-runtime\fR, \fB\-\-sched\-deadline\fR and +\fB\-\-sched\-period\fR. The relation between the options required by the kernel is runtime <= deadline <= period. .B chrt -copies \fIperiod\fR to \fIdeadline\fR if \fB\-\-sched\-deadline\fR is no specified and -\fIdeadline\fR to \fIruntime\fR if \fB\-\-sched\-runtime\fR is no specified. It means at least -\fB\-\-sched\-period\fR has to be specified. See +copies \fIperiod\fR to \fIdeadline\fR if \fB\-\-sched\-deadline\fR is not specified and +\fIdeadline\fR to \fIruntime\fR if \fB\-\-sched\-runtime\fR is not specified. +It means that at least \fB\-\-sched\-period\fR has to be specified. See .BR sched (7) for more details. @@ -146,10 +146,10 @@ Only .BR SCHED_OTHER and .BR SCHED_RR -are part of POSIX 1003.1b Process Scheduling. The other scheduling attributes +are part of POSIX 1003.1b Process Scheduling. The other scheduling attributes may be ignored on some systems. .P -Linux default scheduling policy is +Linux' default scheduling policy is .BR SCHED_OTHER . .SH SEE ALSO .BR taskset (1), -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html