aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2001-02-01 21:23:16 +0000
committerArchie Cobbs <archie@FreeBSD.org>2001-02-01 21:23:16 +0000
commite03bb411eebf21a751f96945cd6f4df299b0440a (patch)
treedebe1a0743256349cdf32f83330ed24a5c88ee0a /usr.sbin
parent7a71790687d009013e0ce9ce6e0968f12b838649 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/arp.87
-rw-r--r--usr.sbin/arp/arp.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8
index e8164fb917ff..dc6c01b91689 100644
--- a/usr.sbin/arp/arp.8
+++ b/usr.sbin/arp/arp.8
@@ -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
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c
index 815ca2e3f5a6..3afd37df8775 100644
--- a/usr.sbin/arp/arp.c
+++ b/usr.sbin/arp/arp.c
@@ -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]",