Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ifmcstat align message a bit better.



details:   https://anonhg.NetBSD.org/src/rev/b875e51e43a6
branches:  trunk
changeset: 481564:b875e51e43a6
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Feb 02 05:18:32 2000 +0000

description:
align message a bit better.

diffstat:

 usr.sbin/ifmcstat/ifmcstat.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8e026104aaff -r b875e51e43a6 usr.sbin/ifmcstat/ifmcstat.c
--- a/usr.sbin/ifmcstat/ifmcstat.c      Wed Feb 02 05:07:57 2000 +0000
+++ b/usr.sbin/ifmcstat/ifmcstat.c      Wed Feb 02 05:18:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifmcstat.c,v 1.6 2000/02/02 05:04:17 itojun Exp $      */
+/*     $NetBSD: ifmcstat.c,v 1.7 2000/02/02 05:18:32 itojun Exp $      */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -327,7 +327,7 @@
        for (mkp = in6_mk.lh_first; mkp; mkp = mk.mk_entry.le_next) {
                KREAD(mkp, &mk, struct multi6_kludge);
                if (strcmp(nam, ifname(mk.mk_ifp)) == 0 && mk.mk_head.lh_first) {
-                       printf("    (on kludge entry for %s)\n", nam);
+                       printf("\t(on kludge entry for %s)\n", nam);
                        in6_multilist(mk.mk_head.lh_first);
                }
        }



Home | Main Index | Thread Index | Old Index