diff --git a/docs/refguide.xml b/docs/refguide.xml
index 48543b7bb..4b8b41fad 100644
--- a/docs/refguide.xml
+++ b/docs/refguide.xml
@@ -647,14 +647,16 @@ you would expect.
Another host discovery option is the UDP ping, which
sends a UDP packet to the given ports. For most ports, the
- packet will be empty, though for a few a protocol-specific
- payload will be sent that is more likely to get a
+ packet will be empty, though some use a protocol-specific
+ payload that is more likely to elicit a
response.
The payload database is described at .See for a description of the database of payloads.
-protocol-specific payloadsUDP
- The and options can be used to send custom payloads to every port. For example: or
- The option can be used to send a fixed-length random payload to every port or (if you specify a value of 0) to disable payloads. You can also disable payloads by specifying .
+protocol-specific
+payloadsUDP. Packet
+content can also be affected with the ,
+, and options.
+
The port list
takes the same format as with the previously discussed
and options. If
@@ -825,9 +827,9 @@ you would expect.
headersprotocol-specific payloadsIP
while other protocols are
sent with no additional data beyond the IP header (unless any of
- ,
- , or
-
+ ,
+ , or
+
options are specified).
This host discovery method looks for either responses
@@ -1264,11 +1266,10 @@ run.UDP scan works by sending a UDP packet to every
targeted port. For some common ports such as 53 and 161, a
-protocol-specific payload is sent, but for most ports the packet is
-empty.protocol-specific payloadsUDP
-The and options can be used to send a custom
-payload to every port and the option can be used to send a
-fixed-length random payload to every port or (if you specify a value of 0) to disable payloads.
+protocol-specific payload is sent to increase response rate, but for most ports the packet is
+empty unless the ,
+, or
+options are specified.
If an ICMP port unreachable error (type 3, code 3) is
returned, the port is closed. Other ICMP unreachable errors (type 3,
codes 1, 2, 9, 10, or 13) mark the port as filtered. Occasionally, a