1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Comment improvement.

This commit is contained in:
david
2011-12-16 02:55:26 +00:00
parent bd4fea7378
commit 233fd6c0f9

10
nmap.cc
View File

@@ -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