]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Fix alignment of `Drop' header.
authorume <ume@FreeBSD.org>
Thu, 5 Nov 2015 11:04:43 +0000 (11:04 +0000)
committerume <ume@FreeBSD.org>
Thu, 5 Nov 2015 11:04:43 +0000 (11:04 +0000)
usr.bin/netstat/if.c

index bc75526f3e059959ffb04ae987a99875515ec6ab..8aed8961591901b43c2b5fa13742df5833260f42 100644 (file)
@@ -308,7 +308,7 @@ intpr(void (*pfunc)(char *), int af)
                        xo_emit(" {T:/%10.10s}","Obytes");
                xo_emit(" {T:/%5s}", "Coll");
                if (dflag)
-                       xo_emit(" {T:/%s}", "Drop");
+                       xo_emit(" {T:/%5.5s}", "Drop");
                xo_emit("\n");
        }