Re: nc: Fix -n documentation

2019-10-23 Thread Theo de Raadt
Safe enough from my perspective. Back in the days of YP-over-network that kind of thing was nasty, but we only do service discovery on-system now Klemens Nanni wrote: > nc(1) still resolves service names if `-n' is given, only hostnames are > effected. > > Instead of changing the code, which d

nc: Fix -n documentation

2019-10-23 Thread Klemens Nanni
nc(1) still resolves service names if `-n' is given, only hostnames are effected. Instead of changing the code, which does behave like other tools such as pfctl(8), fix the manual by simply using pfctl's `-N' wording. OK? Index: nc.1 ==