diff options
author | Kir Kolyshkin | 2021-01-19 16:18:21 -0800 |
---|---|---|
committer | Jonathan Corbet | 2021-01-21 14:05:59 -0700 |
commit | 0d17d017fd090b3ec434373adb800cfc0cb6e7f6 (patch) | |
tree | f5a87698cba72aa9be234b8120ccaa32e34bf2b6 /Documentation/admin-guide/cgroup-v2.rst | |
parent | a21e7bb3d6d954f1db819b5423b885eb2122bffb (diff) |
docs/admin-guide: cgroup-v2: fix cgroup.type rendering
Due to an extra vertical whitespace, this was not recognised
as a definition list entry, and thus was not rendered like
the rest of cgroupfs files.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20210120001824.385168-8-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/cgroup-v2.rst')
-rw-r--r-- | Documentation/admin-guide/cgroup-v2.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index 073f976d44ea..c1b6ffc286cf 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -788,7 +788,6 @@ Core Interface Files All cgroup core files are prefixed with "cgroup." cgroup.type - A read-write single value file which exists on non-root cgroups. |