X-Git-Url: https://git.distorted.org.uk/~mdw/unet/blobdiff_plain/7a80a79af064da73cc950fdbb5912c9c16180c24..88613db413040344e358f2749f25a736b9beab9d:/unetcfg.c diff --git a/unetcfg.c b/unetcfg.c index dec5a9a..4b98e0e 100644 --- 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,