mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
top: fix typo (#13923)
top: fix wrong term translation in zh_TW thread -> 執行緒 process -> 程序
This commit is contained in:
parent
9a3243d4c8
commit
fa64fdce62
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`top`
|
`top`
|
||||||
|
|
||||||
- 不顯示閒置以及殭屍行程:
|
- 不顯示閒置以及殭屍程序:
|
||||||
|
|
||||||
`top -i`
|
`top -i`
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`top -o {{領域名稱}}`
|
`top -o {{領域名稱}}`
|
||||||
|
|
||||||
- 查看程序底下的所有線程:
|
- 查看程序底下的所有執行緒:
|
||||||
|
|
||||||
`top -Hp {{程序 id}}`
|
`top -Hp {{程序 id}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue