mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
parent
37bbd20cee
commit
8f253a745e
28 changed files with 89 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
## Name
|
||||
|
||||
arp - display ARP cache
|
||||
arp - Display or modify the system ARP cache
|
||||
|
||||
## Synopsis
|
||||
|
||||
|
@ -14,6 +14,17 @@ This program run as root displays IP and MAC addresses of devices in local netwo
|
|||
|
||||
ARP stands for Address Resolution Protocol, which is used to find devices in local network.
|
||||
|
||||
## Options
|
||||
|
||||
* `-s`, `--set`: Set an ARP table entry
|
||||
* `-d`, `--delete`: Delete an ARP table entry
|
||||
* `-n`, `--numeric`: Display numerical addresses. Don't resolve hostnames
|
||||
|
||||
## Arguments
|
||||
|
||||
* `address`: IPv4 protocol address
|
||||
* `hwaddress`: Hardware address
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue