format translation: update

This commit is contained in:
Ein Verne
2019-10-20 10:34:33 +08:00
committed by Starbeamrainbowlabs
parent 30c2bd4c7c
commit b33795f8ab
72 changed files with 173 additions and 173 deletions

View File

@@ -6,11 +6,11 @@
`top`
- 按内部内存大小排序进程(默认顺序-进程ID):
- 按内部内存大小排序进程(默认顺序 - 进程 ID):
`top -o mem`
- 首先按CPU启动顺序排序进程,然后按运行时间排序:
- 首先按 CPU 启动顺序排序进程然后按运行时间排序:
`top -o cpu -O time`
@@ -18,6 +18,6 @@
`top -user {{用户名}}`
- 获取有关交互式命令的帮助(我测试并没看到这个功能):
- 获取有关交互式命令的帮助我测试并没看到这个功能:
`?`