summaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-12-18 19:39:31 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-12-18 19:39:31 +0000
commit3d8b176a628f718108d08bd0f3d3ce1422e5b402 (patch)
tree5b78cd2cba6bc72ce518e2a6c0dcd9cce20d687e /usr.bin/systat
parentb137578a69dfa31265779c4e4f7d30fd9ebc4b2e (diff)
increase width of interface column in the pf rules view by 2 chars, so that 'vetherXY' fits
ok deraadt@ mpi@
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/pftop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/pftop.c b/usr.bin/systat/pftop.c
index 9e5dfdda7ac..1a193eb7da5 100644
--- a/usr.bin/systat/pftop.c
+++ b/usr.bin/systat/pftop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pftop.c,v 1.34 2016/04/13 05:25:45 jasper Exp $ */
+/* $OpenBSD: pftop.c,v 1.35 2016/12/18 19:39:30 jasper Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar
* Copyright (c) 2001 Daniel Hartmeier
@@ -140,7 +140,7 @@ field_def fields[] = {
{"LOG", 1, 3, 2, FLD_ALIGN_LEFT, -1, 0, 0, 0},
{"QUICK", 1, 1, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
{"KS", 1, 1, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
- {"IF", 4, 6, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
+ {"IF", 4, 7, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
{"INFO", 40, 80, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
{"MAX", 3, 5, 2, FLD_ALIGN_RIGHT, -1, 0, 0},
{"RATE", 5, 8, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0},