Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/arp Pull up revision 1.12 (requested by atatat):



details:   https://anonhg.NetBSD.org/src/rev/d57654f8dff3
branches:  netbsd-1-5
changeset: 491540:d57654f8dff3
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 12:44:00 2001 +0000

description:
Pull up revision 1.12 (requested by atatat):
  Make it possible to erase all arp entries in one invocation.

diffstat:

 usr.sbin/arp/arp.8 |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 4c42b8d7c9b0 -r d57654f8dff3 usr.sbin/arp/arp.8
--- a/usr.sbin/arp/arp.8        Tue May 01 12:43:30 2001 +0000
+++ b/usr.sbin/arp/arp.8        Tue May 01 12:44:00 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: arp.8,v 1.11 1999/03/22 18:43:48 garbled Exp $
+.\"    $NetBSD: arp.8,v 1.11.10.1 2001/05/01 12:44:00 he Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,7 +48,8 @@
 .Fl a
 .Nm ""
 .Op Fl v
-.Fl d Ar hostname
+.Fl d 
+.Op Ar -a|hostname
 .Nm ""
 .Fl s Ar hostname ether_addr
 .Op Ar temp
@@ -79,7 +80,11 @@
 .Ar hostname
 with the
 .Fl d
-flag.
+flag.  If used with
+.Fl a
+instead of a
+.Ar hostname ,
+it will delete all arp entries.
 .It Fl n
 Show network addresses as numbers (normally
 .Nm



Home | Main Index | Thread Index | Old Index