CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/14 05:15:30
Modified files:
usr.bin/systat : pf.c
Log message:
pf: Merge NOTES column into NAME column
NOTES stays unused unless pf.conf(5) contains "set loginterface ..." in
which case it merely amends what can otherwise be part of the NAME column.
Merge the constant NOTES values for conditional counters into their NAME
values to make the "pf" view look a little nicer and less empty by default;
this also saves screen estate for possible future changes, e.g. we could
increase column widths.
OK tobhe