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

@@ -10,15 +10,15 @@
`netstat -l`
- 列出侦听的TCP端口:
- 列出侦听的 TCP 端口:
`netstat -t`
- 显示监听给定协议监听的PID和程序名:
- 显示监听给定协议监听的 PID 和程序名:
`netstat -p {{协议}}`
- 连续列出信息(这条我电脑里netstat是不支持的.谁明白麻烦提交pr!):
- 连续列出信息这条我电脑里 netstat 是不支持的谁明白麻烦提交 pr!):
`netstat -c`