Fix a misleading comment.

PR:		bin/4861
Submitted by:	Alex <garbanzo@hooked.net>
This commit is contained in:
Steve Price 1997-10-27 03:28:44 +00:00
parent 7416845fdd
commit 0f30219fa8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30757

View file

@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
*/
static const char rcsid[] =
"$Id: ifconfig.c,v 1.30 1997/05/10 17:14:52 peter Exp $";
"$Id: ifconfig.c,v 1.31 1997/10/16 03:55:28 peter Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -327,7 +327,7 @@ main(argc, argv)
case 'd': /* restrict scan to "down" interfaces */
downonly++;
break;
case 'u': /* restrict scan to "down" interfaces */
case 'u': /* restrict scan to "up" interfaces */
uponly++;
break;
case 'm': /* show media choices in status */