doc/zh_CN: fix title heading markup in admin-guide cpu-load
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sun, 2 Aug 2020 16:21:01 +0000 (18:21 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 11 Aug 2020 16:51:08 +0000 (10:51 -0600)
Documentation generation warns:

  Documentation/translations/zh_CN/admin-guide/cpu-load.rst:1:
  WARNING: Title overline too short.

Extend title heading markup by one. It was just off by one.

Fixes: e210c66d567c ("doc/zh_CN: add cpu-load Chinese version")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Tao Zhou <ouwen210@hotmail.com>
Link: https://lore.kernel.org/r/20200802162101.18875-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/translations/zh_CN/admin-guide/cpu-load.rst

index 0116d04..c972731 100644 (file)
@@ -1,6 +1,6 @@
-=======
+========
 CPU 负载
-=======
+========
 
 Linux通过``/proc/stat``和``/proc/uptime``导出各种信息,用户空间工具
 如top(1)使用这些信息计算系统花费在某个特定状态的平均时间。