diff --git a/docs/refguide.xml b/docs/refguide.xml
index f5c625dea..90ca02abe 100644
--- a/docs/refguide.xml
+++ b/docs/refguide.xml
@@ -214,6 +214,19 @@ for Internet surveys and research.
address or hostname. CIDR and octet ranges aren't yet supported for
IPv6.
+link-local IPv6 addressIPv6 address, link-local
+IPv6 addresslink-local
+zone ID (IPv6 address)
+
+IPv6 addresses with non-global scope need to have a zone ID suffix. On
+Unix systems, this is a percent sign followed by an interface name; a
+complete address might be fe80::a8bb:ccff:fedd:eeff%eth0.
+On Windows, use an interface index number in place of an interface name:
+fe80::a8bb:ccff:fedd:eeff%1. You can see a list of
+interface indexes by running the command
+netsh.exe interface ipv6 show interface.
+
+
Nmap accepts multiple host specifications on the command line,
and they don't need to be the same type. The command nmap
scanme.nmap.org 192.168.0.0/8 10.0.0,1,3-7.- does what