aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2020-02-27 16:06:52 -0800
committerJonathan Corbet <[email protected]>2020-03-02 12:57:03 -0700
commitf3431ba715b5e7ecf6ae9634c0aa84305339e286 (patch)
tree4cfe9c0644e743aab73bb454ea2738142d1fc705
parent69654d37cfa66bd0483f172d174180daf4527fea (diff)
doc: cgroup: improve formatting of cpuset examples
We need literal sections otherwise the entire example is rendered as a single line. Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Johannes Weiner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/admin-guide/cgroup-v2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
index 9d16fbc5df63..308d096af071 100644
--- a/Documentation/admin-guide/cgroup-v2.rst
+++ b/Documentation/admin-guide/cgroup-v2.rst
@@ -1841,7 +1841,7 @@ Cpuset Interface Files
from the requested CPUs.
The CPU numbers are comma-separated numbers or ranges.
- For example:
+ For example::
# cat cpuset.cpus
0-4,6,8-10
@@ -1880,7 +1880,7 @@ Cpuset Interface Files
from the requested memory nodes.
The memory node numbers are comma-separated numbers or ranges.
- For example:
+ For example::
# cat cpuset.mems
0-1,3