docs/scheduler/sched-bwc: formatting fix
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 20 Jan 2021 00:18:15 +0000 (16:18 -0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Jan 2021 18:40:21 +0000 (11:40 -0700)
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>
Documentation/scheduler/sched-bwc.rst

index 9801d6b284b1ecfdd51b7e1ab5ab5f9bc6da3b40..4af4ee1f360019b2f9d25980690a53ada043da31 100644 (file)
@@ -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::