arp: update Polish translation (#13587)

pull/28/head
spageektti 2024-09-04 14:38:32 +02:00 committed by GitHub
parent 7d22c4d8b4
commit 311f74aa2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# arp # arp
> Pokaż i manipuluj pamięcią podręczną ARP systemu. > Pokaż i manipuluj systemową pamięcią podręczną ARP.
> Więcej informacji: <https://manned.org/arp>. > Więcej informacji: <https://manned.org/arp>.
- Pokaż bieżącą tabelę arp: - Pokaż bieżącą tabelę ARP:
`arp -a` `arp -a`
@ -11,6 +11,6 @@
`arp -d {{adres}}` `arp -d {{adres}}`
- Utwórz wpis: - Utwórz nowy wpis w tabeli ARP:
`arp -s {{adres}} {{adres_mac}}` `arp -s {{adres}} {{adres_mac}}`