doc/zh_CN: fix title heading markup in admin-guide cpu-load

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: e210c66d56 ("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>
This commit is contained in:
Lukas Bulwahn 2020-08-02 18:21:01 +02:00 committed by Jonathan Corbet
parent 7033a95ab4
commit ccfaed7bd4
1 changed files with 2 additions and 2 deletions

View File

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