瀏覽代碼

update arp

updated
Michal 5 年之前
父節點
當前提交
7dcf8772c6
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      pages.pl/common/arp.md

+ 5 - 5
pages.pl/common/arp.md

@@ -1,19 +1,19 @@
 # arp
 
-> Show and manipulate your system's ARP cache.
+> Pokaż i manipuluj pamięcią podręczną ARP systemu.
 
-- Show current arp table:
+- Pokaż bieżącą tabelę arp:
 
 `arp -a`
 
-- Clear the entire cache:
+- Wyczyść całość cache:
 
 `sudo arp -a -d`
 
-- Delete a specific entry:
+- Usuń konkretny wpis:
 
 `arp -d {{address}}`
 
-- Create an entry:
+- Utwórz wpis:
 
 `arp -s {{address}} {{mac_address}}`