Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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