mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
23
Base/usr/share/man/man1/arp.md
Normal file
23
Base/usr/share/man/man1/arp.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
## Name
|
||||
|
||||
arp - display ARP cache
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
# arp
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
This program run as root displays IP and MAC addresses of devices in local network.
|
||||
|
||||
ARP stands for Address Resolution Protocol, which is used to find devices in local network.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
# arp
|
||||
Address HWaddress
|
||||
192.168.1.1 52:54:00:12:34:56
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue