1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Document the possibility of having comments in -iL and --excludefile in

refguide.xml.
This commit is contained in:
david
2009-09-29 02:08:36 +00:00
parent 89019cb221
commit ab8fcad92d

View File

@@ -233,6 +233,8 @@ you would expect.</para>
newlines. You can specify a hyphen (<literal>-</literal>)
as the filename if you want Nmap to read hosts from standard
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>
</varlistentry>
@@ -293,6 +295,8 @@ you would expect.</para>
newline, space, or tab delimited
<replaceable>exclude_file</replaceable> rather than on the
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>
</varlistentry>
</variablelist>