From e999e05ca08c0f184d13760724c4b177642aeeb2 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 13 Jul 2008 16:01:29 +0000 Subject: [PATCH] Change a few occurrences of "./nmap" to "nmap". --- docs/scripting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 6323fc10b..43f28016d 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -158,7 +158,7 @@ The reference manual is also Typical NSE Output example of -$ ./nmap -sC localhost -p 22,23,80,113 +$ nmap -sC localhost -p 22,23,80,113 Starting Nmap ( http://nmap.org ) Interesting ports on localhost (127.0.0.1): @@ -3498,7 +3498,7 @@ end This is what the output of this script looks like: -$ ./nmap -sV localhost -p 80 +$ nmap -sV localhost -p 80 Starting Nmap ( http://nmap.org ) Interesting ports on localhost (127.0.0.1):