Trivial addition of missing closing angle backet.
Signed-off-by: Joel Savitz <[email protected]>
---
Documentation/admin-guide/cgroup-v2.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.27.0
Joel Savitz <[email protected]> writes:
> Trivial addition of missing closing angle backet.
>
> Signed-off-by: Joel Savitz <[email protected]>
> ---
> Documentation/admin-guide/cgroup-v2.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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>"
>
Applied, thanks.
jon