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 <kuba@kernel.org> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Link: https://lore.kernel.org/r/20200228000653.1572553-5-kuba@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
69654d37cf
commit
f3431ba715
@ -1841,7 +1841,7 @@ Cpuset Interface Files
|
|||||||
from the requested CPUs.
|
from the requested CPUs.
|
||||||
|
|
||||||
The CPU numbers are comma-separated numbers or ranges.
|
The CPU numbers are comma-separated numbers or ranges.
|
||||||
For example:
|
For example::
|
||||||
|
|
||||||
# cat cpuset.cpus
|
# cat cpuset.cpus
|
||||||
0-4,6,8-10
|
0-4,6,8-10
|
||||||
@ -1880,7 +1880,7 @@ Cpuset Interface Files
|
|||||||
from the requested memory nodes.
|
from the requested memory nodes.
|
||||||
|
|
||||||
The memory node numbers are comma-separated numbers or ranges.
|
The memory node numbers are comma-separated numbers or ranges.
|
||||||
For example:
|
For example::
|
||||||
|
|
||||||
# cat cpuset.mems
|
# cat cpuset.mems
|
||||||
0-1,3
|
0-1,3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user