CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/24 04:18:50
Modified files:
usr.bin/systat : netstat.c systat.1
Log message:
This tool doesn't actually support networks(5).
So remove the call to setnetent(3) which is a no-op
here (except for consuming a file descriptor)
and the call sethostent(3) which is a no-op in general.
Also remove the misleading reference to networks(5) from the manual.
OK okan@ henning@
