summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-10-27 03:28:44 +0000
committersteve <steve@FreeBSD.org>1997-10-27 03:28:44 +0000
commit668d29bd1f8d1ed1e07f0293b41ea17f77352920 (patch)
tree494b0b86deef081496df3ade0cfac60de9fdce94 /sbin
parentabd3e4e8910b45e6c2cfc9e6bad9b8c8d37d602a (diff)
downloadFreeBSD-src-668d29bd1f8d1ed1e07f0293b41ea17f77352920.zip
FreeBSD-src-668d29bd1f8d1ed1e07f0293b41ea17f77352920.tar.gz
Fix a misleading comment.
PR: bin/4861 Submitted by: Alex <garbanzo@hooked.net>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 03fecf3..900db40 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -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 */
OpenPOWER on IntegriCloud