Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig ifconfig: add linkstr/-linkstr to the help mes...



details:   https://anonhg.NetBSD.org/src/rev/2080ec8de975
branches:  trunk
changeset: 445846:2080ec8de975
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Nov 15 04:36:46 2018 +0000

description:
ifconfig: add linkstr/-linkstr to the help message

diffstat:

 sbin/ifconfig/ifconfig.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b3328c897c83 -r 2080ec8de975 sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c  Thu Nov 15 03:50:22 2018 +0000
+++ b/sbin/ifconfig/ifconfig.c  Thu Nov 15 04:36:46 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifconfig.c,v 1.236 2016/01/07 11:32:21 roy Exp $       */
+/*     $NetBSD: ifconfig.c,v 1.237 2018/11/15 04:36:46 ozaki-r Exp $   */
 
 /*-
  * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 1983, 1993\
  The Regents of the University of California.  All rights reserved.");
-__RCSID("$NetBSD: ifconfig.c,v 1.236 2016/01/07 11:32:21 roy Exp $");
+__RCSID("$NetBSD: ifconfig.c,v 1.237 2018/11/15 04:36:46 ozaki-r Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -1484,6 +1484,7 @@
                "\t[ arp | -arp ]\n"
                "\t[ preference n ]\n"
                "\t[ link0 | -link0 ] [ link1 | -link1 ] [ link2 | -link2 ]\n"
+               "\t[ linkstr str | -linkstr ]\n"
                "       %s -a [-b] [-d] [-h] %s[-u] [-v] [-z] [ af ]\n"
                "       %s -l [-b] [-d] [-s] [-u]\n"
                "       %s -C\n"



Home | Main Index | Thread Index | Old Index