format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,18 +2,18 @@
> 显示和操作系统的 ARP 缓存.
- 显示当前的 ARP 表
- 显示当前的 ARP 表:
`arp -a`
- 清除整个缓存
- 清除整个缓存:
`sudo arp -a -d`
- 删除特定条目
- 删除特定条目:
`arp -d {{地址}}`
- 创建指定条目
- 创建指定条目:
`arp -s {{地址}} {{MAC 地址}}`