summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:31:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:31:12 +0000
commitb48903928c6e81d8544eb8d4303cde12fa1292be (patch)
tree3d23277088f528686493d43d12606fcef47f8ca1 /usr.bin
parent402481c1a57fdfd137982aeb635fc812cde318f0 (diff)
resize an output field
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/if.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index bb270fe734c..2515973bc6e 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if.c,v 1.13 1995/10/03 21:42:36 thorpej Exp $ */
+/* $NetBSD: if.c,v 1.14 1995/10/17 07:17:04 jtc Exp $ */
/*
* Copyright (c) 1983, 1988, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94";
#else
-static char *rcsid = "$NetBSD: if.c,v 1.13 1995/10/03 21:42:36 thorpej Exp $";
+static char *rcsid = "$NetBSD: if.c,v 1.14 1995/10/17 07:17:04 jtc Exp $";
#endif
#endif /* not lint */
@@ -97,7 +97,7 @@ intpr(interval, ifnetaddr)
}
if (kread(ifnetaddr, (char *)&ifnetaddr, sizeof ifnetaddr))
return;
- printf("%-5.5s %-5.5s %-11.11s %-15.15s %10.10s %5.5s %8.8s %5.5s",
+ printf("%-5.5s %-5.5s %-11.11s %-17.17s %8.8s %5.5s %8.8s %5.5s",
"Name", "Mtu", "Network", "Address", "Ipkts", "Ierrs",
"Opkts", "Oerrs");
printf(" %5s", "Coll");