mirror of https://github.com/CrimsonTome/tldr.git
arp: update Polish translation (#13587)
parent
7d22c4d8b4
commit
311f74aa2a
|
@ -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}}`
|
||||||
|
|
Loading…
Reference in New Issue