From 233fd6c0f99e87c92456983c9f0226d78fb424f0 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 16 Dec 2011 02:55:26 +0000 Subject: [PATCH] Comment improvement. --- nmap.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nmap.cc b/nmap.cc index a3530de48..ff8e6850f 100644 --- a/nmap.cc +++ b/nmap.cc @@ -2799,11 +2799,11 @@ static int nmap_fetchfile_sub(char *filename_returned, int bufferlen, const char bufferlen bytes. Returns true iff the search should be considered finished (i.e., the caller shouldn't try to search anywhere else for the file). - The search order is as follows: - * Options like --servicedb and --versiondb set explicit locations for - individual data files. If any of these were used those locations are - checked. (And no others; if it's not there, don't look in the standard - places.) + Options like --servicedb and --versiondb set explicit locations for + individual data files. If any of these were used those locations are checked + first, and no other locations are checked. + + After that, the search order is as follows: * --datadir * $NMAPDIR * [Non-Windows only] ~/.nmap