pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -7,7 +7,7 @@
`logoff`
- 通过名称和 id 注销会话:
- 通过名称和 ID 注销会话:
`logoff {{会话名|会话 id}}`

View File

@@ -1,9 +1,9 @@
# taskkill
> 按进程 id 或进程名终止进程。
> 按进程 ID 或进程名终止进程。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/taskkill>.
- 通过进程 id 终止进程:
- 通过进程 ID 终止进程:
`taskkill /pid {{进程 id}}`