1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

Update pages.zh/osx/netstat.md

netstat: add missing curly braces

Co-Authored-By: wizarot <wizarot@qq.com>
This commit is contained in:
Owen Voke 2019-03-29 10:10:22 +08:00
parent dc100d6737
commit 8f641ae8b5

View file

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