summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-31 11:16:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-31 11:16:23 +0000
commit1783c584807a51b6e2e7a30026199932f0c15c1b (patch)
tree270b5ab5c63c82dae11c5a4993c51d6f84bdd621 /sbin/ifconfig/ifconfig.c
parent441e19135c55112feb38692d41a290347f87e744 (diff)
address family; forget about this protocol family stuff for now
Diffstat (limited to 'sbin/ifconfig/ifconfig.c')
-rw-r--r--sbin/ifconfig/ifconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 5299b4ed2d4..3d4eddbdaee 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifconfig.c,v 1.11 1997/09/20 07:51:39 deraadt Exp $ */
+/* $OpenBSD: ifconfig.c,v 1.12 1997/12/31 11:16:22 deraadt Exp $ */
/* $NetBSD: ifconfig.c,v 1.22 1996/01/04 20:11:20 pk Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
#else
-static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.11 1997/09/20 07:51:39 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.12 1997/12/31 11:16:22 deraadt Exp $";
#endif
#endif /* not lint */
@@ -941,7 +941,7 @@ void
usage()
{
fprintf(stderr, "usage: ifconfig interface\n%s",
- "\t[ af [ address [ dest_addr ] ] [ up ] [ down ] "
+ "\t[ [af] [ address [ dest_addr ] ] [ up ] [ down ] "
"[ netmask mask ] ]\n"
"\t[ metric n ]\n"
"\t[ arp | -arp ]\n"