chiark / gitweb /
Setting the maximum interface count now does the right thing.
[unet] / unetcfg.c
index dec5a9a6f8d66cca81d017fe14b9e3c176d392bc..4b98e0ebe2dd1a5b8a1fe13a700cdb6554cd720f 100644 (file)
--- a/unetcfg.c
+++ b/unetcfg.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: unetcfg.c,v 1.1 2001/01/25 22:03:39 mdw Exp $
+ * $Id: unetcfg.c,v 1.2 2001/02/03 18:39:59 mdw Exp $
  *
  * User-space network device support.
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: unetcfg.c,v $
+ * Revision 1.2  2001/02/03 18:39:59  mdw
+ * Setting the maximum interface count now does the right thing.
+ *
  * Revision 1.1  2001/01/25 22:03:39  mdw
  * Initial check-in (somewhat belated).
  *
@@ -607,8 +610,7 @@ attachments inherit their debug flags from the global flag.\n\
 
   { "maxif", 0, cmd_maxif,
     "maxif [MAX]", "set maximum number of interfaces allowed", "\
-Configures the maximum number of interfaces allowed (actually, the highest\n\
-number of any interface).\n\
+Configures the maximum number of interfaces allowed.\n\
 " },
 
   { "help", 0, cmd_help,