Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ifconfig Add -vlanif to the help message of ifconfig
details: https://anonhg.NetBSD.org/src/rev/adfce0fae08a
branches: trunk
changeset: 802453:adfce0fae08a
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Mon Sep 15 06:46:04 2014 +0000
description:
Add -vlanif to the help message of ifconfig
PR 49114
diffstat:
sbin/ifconfig/vlan.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3b2756e85655 -r adfce0fae08a sbin/ifconfig/vlan.c
--- a/sbin/ifconfig/vlan.c Mon Sep 15 06:07:37 2014 +0000
+++ b/sbin/ifconfig/vlan.c Mon Sep 15 06:46:04 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vlan.c,v 1.13 2009/07/28 18:22:33 dyoung Exp $ */
+/* $NetBSD: vlan.c,v 1.14 2014/09/15 06:46:04 ozaki-r Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: vlan.c,v 1.13 2009/07/28 18:22:33 dyoung Exp $");
+__RCSID("$NetBSD: vlan.c,v 1.14 2014/09/15 06:46:04 ozaki-r Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -175,7 +175,7 @@
static void
vlan_usage(prop_dictionary_t env)
{
- fprintf(stderr, "\t[ vlan n vlanif i ]\n");
+ fprintf(stderr, "\t[ vlan n vlanif i ] [ -vlanif i ]\n");
}
static void
Home |
Main Index |
Thread Index |
Old Index