mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
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 <indexterm><primary sortas="nmap"><filename>.nmap</filename> filename extension</primary></indexterm> <indexterm><primary sortas="nmap"><filename>.nmap</filename> directory</primary></indexterm> 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".
This commit is contained in:
@@ -366,7 +366,7 @@ supplied. Relative paths are searched for in the following places
|
||||
until found:<indexterm><primary>data files</primary><secondary>directory search order</secondary></indexterm><indexterm><primary>scripts, location of</primary></indexterm>
|
||||
<filename>--datadir/</filename>;
|
||||
<filename>$NMAPDIR/</filename>;<indexterm><primary><envar>NMAPDIR</envar> environment variable</primary></indexterm>
|
||||
<filename>~/.nmap/</filename> (not searched on Windows);<indexterm><primary sortas="nmap"><filename>.nmap</filename> directory</primary></indexterm>
|
||||
<filename>~/.nmap/</filename> (not searched on Windows);<indexterm><primary sortas="nmap directory"><filename>.nmap</filename> directory</primary></indexterm>
|
||||
NMAPDATADIR/ or<indexterm><primary>NMAPDATADIR</primary></indexterm>
|
||||
<filename>./</filename>. A <filename>scripts/</filename> subdirectory
|
||||
is also tried in each of these.</para>
|
||||
|
||||
Reference in New Issue
Block a user