diff options
author | Joel Savitz <jsavitz@redhat.com> | 2022-04-22 18:45:26 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-04-28 20:36:06 +0200 |
commit | a477b94d657875c81775b7e5147fd2671ff25ce0 (patch) | |
tree | 42e068980dabfd58c5e6e09c4b7db9fc06f9b161 /Documentation/admin-guide | |
parent | Documentation: dev-tools: use literal block instead of code-block (diff) | |
download | linux-a477b94d657875c81775b7e5147fd2671ff25ce0.tar.xz linux-a477b94d657875c81775b7e5147fd2671ff25ce0.zip |
Documentation: add missing angle bracket in cgroup-v2 doc
Trivial addition of missing closing angle backet.
Signed-off-by: Joel Savitz <jsavitz@redhat.com>
Link: https://lore.kernel.org/r/20220422164526.3464306-1-jsavitz@redhat.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-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 69d7a6983f78..38aa01939e1e 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -1881,7 +1881,7 @@ IO Latency Interface Files io.latency This takes a similar format as the other controllers. - "MAJOR:MINOR target=<target time in microseconds" + "MAJOR:MINOR target=<target time in microseconds>" io.stat If the controller is enabled you will see extra stats in io.stat in |