1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Fix a statement which didn't match the example it was describing

This commit is contained in:
fyodor
2014-11-22 06:00:16 +00:00
parent ee167e1c4d
commit ed27a0de09

View File

@@ -91,7 +91,7 @@
linkend="man-ex-repscan" xrefstyle="select: label nopage" />. The only Nmap arguments used in
this example are <option>-A</option>, to enable OS and version
detection, script scanning, and traceroute; <option>-T4</option> for
faster execution; and then the two target hostnames.</para>
faster execution; and then the hostname.</para>
<example id="man-ex-repscan"><title>A representative Nmap scan</title>
<indexterm><primary><option>-A</option></primary><secondary>example of</secondary></indexterm>