Module Name:    src
Committed By:   ozaki-r
Date:           Mon Sep 15 06:46:04 UTC 2014

Modified Files:
        src/sbin/ifconfig: vlan.c

Log Message:
Add -vlanif to the help message of ifconfig

PR 49114


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/ifconfig/vlan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/ifconfig/vlan.c
diff -u src/sbin/ifconfig/vlan.c:1.13 src/sbin/ifconfig/vlan.c:1.14
--- src/sbin/ifconfig/vlan.c:1.13	Tue Jul 28 18:22:33 2009
+++ src/sbin/ifconfig/vlan.c	Mon Sep 15 06:46:04 2014
@@ -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 @@ vlan_status(prop_dictionary_t env, prop_
 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

Reply via email to