diff options
author | Kir Kolyshkin <kolyshkin@gmail.com> | 2021-01-20 01:18:21 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-01-21 22:05:59 +0100 |
commit | 0d17d017fd090b3ec434373adb800cfc0cb6e7f6 (patch) | |
tree | f5a87698cba72aa9be234b8120ccaa32e34bf2b6 /Documentation | |
parent | docs/admin-guide: cgroup-v2: typos and spaces (diff) | |
download | linux-0d17d017fd090b3ec434373adb800cfc0cb6e7f6.tar.xz linux-0d17d017fd090b3ec434373adb800cfc0cb6e7f6.zip |
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')
-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. |