format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

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