format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,15 +1,15 @@
# dmesg
> 将内核消息写入标准输出.
> 将内核消息写入标准输出
- 显示内核消息:
- 显示内核消息
`dmesg`
- 显示此系统上有多少可用的物理内存:
- 显示此系统上有多少可用的物理内存
`dmesg | grep -i memory`
- 一次显示一页内核消息:
- 一次显示一页内核消息
`dmesg | less`