cvsdist 493a8e0
--- net-tools-1.57/arp.c.orig	Sun May 14 17:57:41 2000
cvsdist 493a8e0
+++ net-tools-1.57/arp.c	Sat Nov 25 15:05:27 2000
cvsdist 493a8e0
@@ -618,6 +618,7 @@
cvsdist 493a8e0
     fprintf(stderr, _("  arp [-v]   [<HW>] [-i <if>] -Ds <hostname> <if> [netmask <nm>] pub      <-''-\n\n"));
cvsdist 493a8e0
     
cvsdist 493a8e0
     fprintf(stderr, _("        -a                       display (all) hosts in alternative (BSD) style\n"));
cvsdist 493a8e0
+    fprintf(stderr, _("        -e                       display (all) hosts in default (Linux) style\n"));
cvsdist 493a8e0
     fprintf(stderr, _("        -s, --set                set a new ARP entry\n"));
cvsdist 493a8e0
     fprintf(stderr, _("        -d, --delete             delete a specified entry\n"));
cvsdist 493a8e0
     fprintf(stderr, _("        -v, --verbose            be verbose\n"));
cvsdist 493a8e0
--- net-tools-1.57/man/en_US/arp.8.orig	Sat Nov 25 15:13:26 2000
cvsdist 493a8e0
+++ net-tools-1.57/man/en_US/arp.8	Sat Nov 25 15:15:12 2000
cvsdist 493a8e0
@@ -3,7 +3,7 @@
cvsdist 493a8e0
 arp \- manipulate the system ARP cache
cvsdist 493a8e0
 .SH SYNOPSIS
cvsdist 493a8e0
 .B arp 
cvsdist 493a8e0
-.RB [ \-vn ] 
cvsdist 493a8e0
+.RB [ \-evn ] 
cvsdist 493a8e0
 .RB [ "\-H type" ] 
cvsdist 493a8e0
 .RB [ "-i if" ] 
cvsdist 493a8e0
 .B -a 
cvsdist 493a8e0
@@ -60,7 +60,7 @@
cvsdist 493a8e0
 shows numerical addresses instead of trying to determine symbolic host, port
cvsdist 493a8e0
 or user names.
cvsdist 493a8e0
 .TP
cvsdist 493a8e0
-.B "\-H type, \-\-hw-type type"
cvsdist 493a8e0
+.B "\-H type, \-\-hw-type type, \-t type"
cvsdist 493a8e0
 When setting or reading the ARP cache, this optional parameter tells
cvsdist 493a8e0
 .B arp
cvsdist 493a8e0
 which class of entries it should check for.  The default value of
cvsdist 493a8e0
@@ -81,7 +81,8 @@
cvsdist 493a8e0
 .B hostname
cvsdist 493a8e0
 parameter is not used,
cvsdist 493a8e0
 .B all
cvsdist 493a8e0
-entries will be displayed.
cvsdist 493a8e0
+entries will be displayed.  
cvsdist 493a8e0
+The entries will be displayed in alternate (BSD) style.
cvsdist 493a8e0
 .TP
cvsdist 493a8e0
 .B "\-d hostname, \-\-delete hostname"
cvsdist 493a8e0
 Remove any entry for the specified host.  This can be used if the
cvsdist 493a8e0
@@ -91,6 +92,9 @@
cvsdist 493a8e0
 Use the interface
cvsdist 493a8e0
 .BR ifa "'s"
cvsdist 493a8e0
 hardware address.
cvsdist 493a8e0
+.TP
cvsdist 493a8e0
+.B "\-e"
cvsdist 493a8e0
+Shows the entries in default (Linux) style.
cvsdist 493a8e0
 .TP
cvsdist 493a8e0
 .B "\-i If, \-\-device If"
cvsdist 493a8e0
 Select an interface. When dumping the ARP cache only entries matching