Source-Changes-HG archive

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

[src/netbsd-8]: src/usr.sbin/arp Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/d75a54d7804b
branches:  netbsd-8
changeset: 851792:d75a54d7804b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 11 08:50:31 2018 +0000

description:
Pull up following revision(s) (requested by nonaka in ticket #875):

        usr.sbin/arp/arp.c: revision 1.59

fix usage of `arp -d'.

diffstat:

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

diffs (27 lines):

diff -r 76d35ac6be01 -r d75a54d7804b usr.sbin/arp/arp.c
--- a/usr.sbin/arp/arp.c        Mon Jun 11 08:48:57 2018 +0000
+++ b/usr.sbin/arp/arp.c        Mon Jun 11 08:50:31 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arp.c,v 1.55.8.1 2017/07/07 13:57:26 martin Exp $ */
+/*     $NetBSD: arp.c,v 1.55.8.2 2018/06/11 08:50:31 martin Exp $ */
 
 /*
  * Copyright (c) 1984, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)arp.c      8.3 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: arp.c,v 1.55.8.1 2017/07/07 13:57:26 martin Exp $");
+__RCSID("$NetBSD: arp.c,v 1.55.8.2 2018/06/11 08:50:31 martin Exp $");
 #endif
 #endif /* not lint */
 
@@ -597,7 +597,7 @@
        progname = getprogname();
        (void)fprintf(stderr, "Usage: %s [-n] hostname\n", progname);
        (void)fprintf(stderr, "       %s [-nv] -a\n", progname);
-       (void)fprintf(stderr, "       %s [-v] -d [-a|hostname [pub [proxy]]]\n",
+       (void)fprintf(stderr, "       %s [-v] -d [-a|hostname [proxy]]\n",
            progname);
        (void)fprintf(stderr, "       %s -s hostname ether_addr [temp] [pub [proxy]]\n",
            progname);



Home | Main Index | Thread Index | Old Index