From 6d358a8b6eddaec39c67755fa5175cd1f3bbe044 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Jun 2008 20:04:45 +0000 Subject: [PATCH] Fix an error in the Reference Guide: -PT is an undocumented synonym for -PA (ACK ping), not for -PS (SYN ping). --- docs/refguide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/refguide.xml b/docs/refguide.xml index 2a6339086..3a34249a8 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -745,8 +745,8 @@ each host is up or down. This option displays the type of the packet that determined a port or hosts state. For example, A RST packet from a closed port or an echo reply from an alive host. The information Nmap can provide is determined by the type of scan or ping. The SYN -scan and SYN ping ( and ) are very detailed, but the -TCP connect scan and ping () are limited by the +scan and SYN ping ( and ) are very detailed, but the +TCP connect scan () is limited by the implementation of the connect system call. This feature is automatically enabled by the debug option () and the results are stored in XML log files even if this option is not specified.