CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2012/01/30 07:35:50
Modified files: usr.bin/systat : netstat.c systat.1 Log message: - allow the default to only show all non-listneing scokets, which matches the manpage and what netstat(1) does, sans the aflag (-a). - allow one to use 'a' to toggle the above (include listening or not). - implement [r]eset to reset all toggles to default (all/tcp/udp). - document a/n/r/t/u toggles. ok henning@ sthen@ jmc@