diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index f96458df2..bc80412ef 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -1071,7 +1071,7 @@ install nmap. Nmap will be installed as /opt/local/bin/nmap. To uninstall, run sudo port uninstall nmap. -These systems install install the nmap +These systems install the nmap executable outside the global PATH. To enable Zenmap to find it, set the nmap_command_path variable in zenmap.conf to /sw/bin/nmap or diff --git a/scripts/whois.nse b/scripts/whois.nse index 7275ae30e..64e7de8b1 100644 --- a/scripts/whois.nse +++ b/scripts/whois.nse @@ -32,7 +32,7 @@ the RIRs. ]] --- --- @args whodb Takes any of the the following values, which may be combined: +-- @args whodb Takes any of the following values, which may be combined: -- * whodb=nofile Prevent the use of IANA assignments data and instead query the default services. -- * whodb=nofollow Ignore referrals and instead display the first record obtained. -- * whodb=nocache Prevent the acceptance of records in the cache when they apply to large ranges of addresses.