summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r--usr.bin/netstat/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 4366163..f72bf6a 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -321,7 +321,7 @@ intpr(interval, ifnetaddr, pfunc)
hexprint:
while (--n >= 0)
m += printf("%02x%c", *cp++ & 0xff,
- n > 0 ? '.' : ' ');
+ n > 0 ? ':' : ' ');
m = 30 - m;
while (m-- > 0)
putchar(' ');
OpenPOWER on IntegriCloud