1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

arp: update Polish translation (#13587)

This commit is contained in:
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

View file

@ -1,9 +1,9 @@
# 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>.
- Pokaż bieżącą tabelę arp:
- Pokaż bieżącą tabelę ARP:
`arp -a`
@ -11,6 +11,6 @@
`arp -d {{adres}}`
- Utwórz wpis:
- Utwórz nowy wpis w tabeli ARP:
`arp -s {{adres}} {{adres_mac}}`