Skip to content

Commit

Permalink
doc/zh_CN: fix title heading markup in admin-guide cpu-load
Browse files Browse the repository at this point in the history
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: e210c66 ("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>
  • Loading branch information
Lukas Bulwahn authored and Jonathan Corbet committed Aug 11, 2020
1 parent 7033a95 commit ccfaed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/translations/zh_CN/admin-guide/cpu-load.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=======
========
CPU 负载
=======
========

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

0 comments on commit ccfaed7

Please sign in to comment.