From f8b4fc4cc1f17804a444e71374363c1a9d40bd64 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 30 Oct 2008 17:28:14 +0000 Subject: [PATCH] Fix a couple of duplicate words found with the duplicate-words script. --- docs/nmap-install.xml | 2 +- scripts/whois.nse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.