1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

Change "UDP & TCP" to "UDP and TCP".

This commit is contained in:
david
2008-08-20 03:45:01 +00:00
parent b4c60f49e5
commit 5910fb80fd

View File

@@ -1564,7 +1564,7 @@ way.</para>
qualifier. For example, the argument <option>-p
U:53,111,137,T:21-25,80,139,8080</option> would scan UDP
ports 53,111,and 137, as well as the listed TCP ports. Note
that to scan both UDP &amp; TCP, you have to specify
that to scan both UDP and TCP, you have to specify
<option>-sU</option> and at least one TCP scan type (such as
<option>-sS</option>, <option>-sF</option>, or
<option>-sT</option>). If no protocol qualifier is given,