Revert previous checkin ("proxy" is required in some instances).
Add a note to that effect to the man page.
This commit is contained in:
parent
efe88b8afe
commit
4cd21e8c8d
@ -47,6 +47,7 @@
|
||||
.Fl a
|
||||
.Nm
|
||||
.Fl d Ar hostname
|
||||
.Op Ar proxy
|
||||
.Nm
|
||||
.Fl d
|
||||
.Fl a
|
||||
@ -84,7 +85,11 @@ A super-user may delete an entry for the host called
|
||||
.Ar hostname
|
||||
with the
|
||||
.Fl d
|
||||
flag. May be combined with the
|
||||
flag.
|
||||
The
|
||||
.Dq Li proxy
|
||||
keyword is sometimes required when deleting published ARP entries.
|
||||
This flag may be combined with the
|
||||
.Fl a
|
||||
flag to delete all entries.
|
||||
.It Fl n
|
||||
|
@ -562,7 +562,7 @@ usage(void)
|
||||
fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n",
|
||||
"usage: arp [-n] hostname",
|
||||
" arp [-n] -a",
|
||||
" arp -d hostname",
|
||||
" arp -d hostname [proxy]",
|
||||
" arp -d -a",
|
||||
" arp -s hostname ether_addr [temp] [pub]",
|
||||
" arp -S hostname ether_addr [temp] [pub]",
|
||||
|
Loading…
Reference in New Issue
Block a user