CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/06/11 04:53:07
Modified files: usr.bin/nc : netcat.c Log message: Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and omitting parentheses in return statements. Binary change because of return instead of exit(3) from main and because help() is now __dead. ok awolk