From d3c5568d2deebec95bd0311b5c857c18de895e1f Mon Sep 17 00:00:00 2001 From: david Date: Wed, 2 Jul 2008 19:48:58 +0000 Subject: [PATCH] Use /32 instead of 32 in the CIDR example to match the /0 used earlier. --- docs/refguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/refguide.xml b/docs/refguide.xml index 26d0a73a7..15746db75 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -161,7 +161,7 @@ hosts between 192.168.10.0 (binary: 11000000 10101000 scanme.nmap.org is at the IP address 205.217.153.62, the specification scanme.nmap.org/16 would scan the 65,536 IP addresses between 205.217.0.0 and 205.217.255.255. The smallest allowed value is /0, -which scans the whole Internet. The largest value is 32, which scans +which scans the whole Internet. The largest value is /32, which scans just the named host or IP address because all address bits are fixed. CIDR notation is short but not always flexible enough. For example, you