From dacdf9409a9ba52f0392f365e4d9303f020aeb0e Mon Sep 17 00:00:00 2001 From: david Date: Sat, 30 Aug 2008 00:15:09 +0000 Subject: [PATCH] Expand the sorting text to include all the letters of the index entry text when using sortas in an index entry. Previously I had things like .nmap filename extension .nmap directory which, because they have the same sort key, would result in one index entires under either ".nmap filename extension" or ".nmap directory", with the page numbers for both. Now I just spell out the full text: sortas="nmap filename extension". --- docs/nmap-install.xml | 2 +- docs/refguide.xml | 4 ++-- docs/scripting.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 3317335e8..63c210951 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -963,7 +963,7 @@ the Nmap download page provides a file named nmap-version.dmg, where version is the version number of the most recent release. The -.dmg.dmg (Mac OS X disk image)disk image (Mac OS X) +.dmg.dmg (Mac OS X disk image)disk image (Mac OS X) file is known as a disk image. Installation instructions follow: diff --git a/docs/refguide.xml b/docs/refguide.xml index c68570f5b..383142310 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -2052,7 +2052,7 @@ supplied. Relative paths are searched for in the following places until found:data filesdirectory search orderscripts, location of --datadir/; $NMAPDIR/;NMAPDIR environment variable -~/.nmap/ (not searched on Windows);.nmap directory +~/.nmap/ (not searched on Windows);.nmap directory NMAPDATADIR/ orNMAPDATADIR ./. A scripts/ subdirectory is also tried in each of these. @@ -3675,7 +3675,7 @@ overwhelming requests. Specify to only see found there, are searched for in the directory specified by the NMAPDIR environmental variableNMAPDIR environment variable. Next comes - ~/.nmap.nmap directory + ~/.nmap.nmap directory for real and effective UIDs (POSIX systems only) or location of the Nmap executable (Win32 only), and then a compiled-in location such as /usr/local/share/nmap or /usr/share/nmap diff --git a/docs/scripting.xml b/docs/scripting.xml index 198788b3c..3ca7277bf 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -366,7 +366,7 @@ supplied. Relative paths are searched for in the following places until found:data filesdirectory search orderscripts, location of --datadir/; $NMAPDIR/;NMAPDIR environment variable -~/.nmap/ (not searched on Windows);.nmap directory +~/.nmap/ (not searched on Windows);.nmap directory NMAPDATADIR/ orNMAPDATADIR ./. A scripts/ subdirectory is also tried in each of these.