aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-05-21 13:46:39 +0000
committerPhil Blundell <philb@gnu.org>2000-05-21 13:46:39 +0000
commit3b602edc046bb29b7056f086853288479171e49b (patch)
treec8236e61476ed3657b9c36df632e9a54fdb321e2 /ifconfig.c
parentAdd mii-tool from David Hinds. (diff)
downloadnet-tools-3b602edc046bb29b7056f086853288479171e49b.tar.gz
net-tools-3b602edc046bb29b7056f086853288479171e49b.tar.bz2
net-tools-3b602edc046bb29b7056f086853288479171e49b.zip
Documentation updates.
Diffstat (limited to 'ifconfig.c')
-rw-r--r--ifconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ifconfig.c b/ifconfig.c
index cc23868..353ba5f 100644
--- a/ifconfig.c
+++ b/ifconfig.c
@@ -3,7 +3,7 @@
* that either displays or sets the characteristics of
* one or more of the system's networking interfaces.
*
- * Version: $Id: ifconfig.c,v 1.35 2000/05/20 18:08:48 pb Exp $
+ * Version: $Id: ifconfig.c,v 1.36 2000/05/21 13:46:39 pb Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
@@ -114,7 +114,7 @@ static const char *if_port_text[][4] =
#include "sockets.h"
#include "util.h"
-char *Release = RELEASE, *Version = "ifconfig 1.39 (1999-03-18)";
+char *Release = RELEASE, *Version = "ifconfig 1.40 (2000-05-21)";
int opt_a = 0; /* show all interfaces */
int opt_i = 0; /* show the statistics */