add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# arp
> 显示和操作系统的 ARP 缓存。
> 更多信息:<https://manned.org/arp>.
> 更多信息:<https://manned.org/arp>
- 显示当前的 ARP 表:
`arp -a`
- 删除特定条目:
- [d] 删除特定条目:
`arp -d {{地址}}`
- 创建指定条目:
- [s] 在 ARP 表中设置一个新条目:
`arp -s {{地址}} {{MAC 地址}}`
`arp -s {{地址}} {{mac_address}}`