Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig update usage() for agr(4). pointed by Thomas ...



details:   https://anonhg.NetBSD.org/src/rev/e775d43ccc6e
branches:  trunk
changeset: 579586:e775d43ccc6e
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Mar 18 14:30:08 2005 +0000

description:
update usage() for agr(4).  pointed by Thomas Klausner.

diffstat:

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

diffs (26 lines):

diff -r a6926a68ebdc -r e775d43ccc6e sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c  Fri Mar 18 14:18:06 2005 +0000
+++ b/sbin/ifconfig/ifconfig.c  Fri Mar 18 14:30:08 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifconfig.c,v 1.153 2005/03/18 11:11:51 yamt Exp $      */
+/*     $NetBSD: ifconfig.c,v 1.154 2005/03/18 14:30:08 yamt Exp $      */
 
 /*-
  * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
 #if 0
 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
 #else
-__RCSID("$NetBSD: ifconfig.c,v 1.153 2005/03/18 11:11:51 yamt Exp $");
+__RCSID("$NetBSD: ifconfig.c,v 1.154 2005/03/18 14:30:08 yamt Exp $");
 #endif
 #endif /* not lint */
 
@@ -2880,6 +2880,7 @@
                "\t[ media type ] [ mediaopt opts ] [ -mediaopt opts ] "
                "[ instance minst ]\n"
                "\t[ vlan n vlanif i ]\n"
+               "\t[ agrport i ] [ -agrport i ]\n"
                "\t[ anycast | -anycast ] [ deprecated | -deprecated ]\n"
                "\t[ tentative | -tentative ] [ pltime n ] [ vltime n ] [ eui64 ]\n"
                "\t[ link0 | -link0 ] [ link1 | -link1 ] [ link2 | -link2 ]\n"



Home | Main Index | Thread Index | Old Index