In message <fda5829e-4980-f9ae-d85a-efbc61e54...@yahoo.com> on Wed, 10 Feb 2021 08:36:54 +0000, Ottavio Caruso <ottavio2006-usenet2...@yahoo.com> wrote: > nslookup(8), section FILES <https://man.netbsd.org/nslookup.8#FILES> > > mentions /usr/share/misc/nslookup.help, but it's not there, at least > in my NetBSD 9.0 installation. > > It looks like it was removed, if I interpret the output of cvsweb > correctly: > http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/bind/nslookup/Attic/nslookup.help
(1) Yes it was removed. (2) There is src/external/mpl/bind/dist/bin/dig/nslookup.1. (3) But current src/external/mpl/bind/bin/nslookup/Makefile install its own nslookup.8 as before. So, modify bin/nslookup/Makefile and install nslookup.1 in (2). -- Takahiro Kambe <t...@back-street.net>