OSDN Git Service

doc/admin-guide/cgroup-v2: use tables
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 20 Jan 2021 00:18:22 +0000 (16:18 -0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Jan 2021 21:05:59 +0000 (14:05 -0700)
commit8a32d0fee43d9f4bcaacb3234301a8f1fea8925b
tree649e97c750721dcecc8beb18912c3256a49858e1
parent0d17d017fd090b3ec434373adb800cfc0cb6e7f6
doc/admin-guide/cgroup-v2: use tables

These two places are rendered like a table in the source (rst) code,
but they are seen as plain text by formatters, and thus are joined
together into a single line, e.g.:

> “root” - a partition root “member” - a non-root member of a partition

This is definitely not what was intended.

To fix, use table formatting, like in other places.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20210120001824.385168-9-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/cgroup-v2.rst