mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49:02 +00:00
Document the possibility of having comments in -iL and --excludefile in
refguide.xml.
This commit is contained in:
@@ -233,6 +233,8 @@ you would expect.</para>
|
|||||||
newlines. You can specify a hyphen (<literal>-</literal>)
|
newlines. You can specify a hyphen (<literal>-</literal>)
|
||||||
as the filename if you want Nmap to read hosts from standard
|
as the filename if you want Nmap to read hosts from standard
|
||||||
input rather than an actual file.</para>
|
input rather than an actual file.</para>
|
||||||
|
<para>The input file may contain comments that start with
|
||||||
|
<literal>#</literal> and extend to the end of the line.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -293,6 +295,8 @@ you would expect.</para>
|
|||||||
newline, space, or tab delimited
|
newline, space, or tab delimited
|
||||||
<replaceable>exclude_file</replaceable> rather than on the
|
<replaceable>exclude_file</replaceable> rather than on the
|
||||||
command line.</para>
|
command line.</para>
|
||||||
|
<para>The exclude file may contain comments that start with
|
||||||
|
<literal>#</literal> and extend to the end of the line.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|||||||
Reference in New Issue
Block a user