diff --git a/docs/refguide.xml b/docs/refguide.xml index 4671c0291..7071de373 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -2964,7 +2964,7 @@ worth the extra time. + iocp|epoll|kqueue|poll|select Nsock IO engine @@ -2976,7 +2976,8 @@ available on your system. Engines are named after the name of the IO management facility they leverage. Engines currently implemented are epoll, kqueue, poll, and select, but not all will be present on any platform. -Use nmap -V to see which engines are supported. +By default, Nmap will use the "best" engine, i.e. the first one in this list that is supported. +Use nmap -V to see which engines are supported on your platform.