diff options
author | Kir Kolyshkin <kolyshkin@gmail.com> | 2021-01-20 03:18:15 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-01-21 21:40:21 +0300 |
commit | 7ebc7dc87103652c552ecd973b9e7bf24ee7c7c2 (patch) | |
tree | d0cb7c3fbf6d7d9d3ccac3dc6b4461f8b4c59a38 /Documentation/scheduler | |
parent | 52042e2db45290f6a512d525518488b7bf143531 (diff) | |
download | linux-7ebc7dc87103652c552ecd973b9e7bf24ee7c7c2.tar.xz |
docs/scheduler/sched-bwc: formatting fix
Since commit d6a3b247627a3 these three lines are merged into one by the
RST processor, making it hard to read. Use bullet points to separate
the entries, like it's done in other similar places.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20210120001824.385168-2-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/scheduler')
-rw-r--r-- | Documentation/scheduler/sched-bwc.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/scheduler/sched-bwc.rst b/Documentation/scheduler/sched-bwc.rst index 9801d6b284b1..4af4ee1f3600 100644 --- a/Documentation/scheduler/sched-bwc.rst +++ b/Documentation/scheduler/sched-bwc.rst @@ -25,9 +25,10 @@ Management ---------- Quota and period are managed within the cpu subsystem via cgroupfs. -cpu.cfs_quota_us: the total available run-time within a period (in microseconds) -cpu.cfs_period_us: the length of a period (in microseconds) -cpu.stat: exports throttling statistics [explained further below] +- cpu.cfs_quota_us: the total available run-time within a period (in + microseconds) +- cpu.cfs_period_us: the length of a period (in microseconds) +- cpu.stat: exports throttling statistics [explained further below] The default values are:: |