summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-17 10:39:10 +0100
committerKarel Zak2016-03-17 12:18:52 +0100
commit8722fc38b1d9f52cb31b41bc16a54adbc27f3ea8 (patch)
tree5acf05b9c27053d2d6b31de4f6b1276524c8f29d /schedutils
parentlscpu: fix memleak because of ambiguous tags (diff)
downloadkernel-qcow2-util-linux-8722fc38b1d9f52cb31b41bc16a54adbc27f3ea8.tar.gz
kernel-qcow2-util-linux-8722fc38b1d9f52cb31b41bc16a54adbc27f3ea8.tar.xz
kernel-qcow2-util-linux-8722fc38b1d9f52cb31b41bc16a54adbc27f3ea8.zip
chrt: remove duplicate words and tweak some phrasings in the man page
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.132
1 files changed, 16 insertions, 16 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1
index 5d2057e27..63972a79a 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),