diff options
author | Jakub Kicinski <[email protected]> | 2020-02-27 16:06:51 -0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2020-03-02 12:57:03 -0700 |
commit | 69654d37cfa66bd0483f172d174180daf4527fea (patch) | |
tree | 536411cb3596f21d8d574e480a51bf99dce52bd7 | |
parent | 2551cab59927e3b50f45f3f04f7ce0c9708eb5fb (diff) |
doc: cgroup: improve formatting of io example
We need a literal section, like few paragraphs below.
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index ab8b91014afb..9d16fbc5df63 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -1466,7 +1466,7 @@ IO Interface Files dios Number of discard IOs ====== ===================== - An example read output follows: + An example read output follows:: 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353 dbytes=0 dios=0 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021 |