Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/arp fix usage of `arp -d'.



details:   https://anonhg.NetBSD.org/src/rev/194c07ea3721
branches:  trunk
changeset: 319722:194c07ea3721
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Jun 08 04:24:12 2018 +0000

description:
fix usage of `arp -d'.

diffstat:

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

diffs (27 lines):

diff -r a5ed20dfba1c -r 194c07ea3721 usr.sbin/arp/arp.c
--- a/usr.sbin/arp/arp.c        Thu Jun 07 23:32:30 2018 +0000
+++ b/usr.sbin/arp/arp.c        Fri Jun 08 04:24:12 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arp.c,v 1.58 2017/06/28 08:17:50 ozaki-r Exp $ */
+/*     $NetBSD: arp.c,v 1.59 2018/06/08 04:24:12 nonaka 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.58 2017/06/28 08:17:50 ozaki-r Exp $");
+__RCSID("$NetBSD: arp.c,v 1.59 2018/06/08 04:24:12 nonaka 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