From 78d229b507787df68c723e3557f4cbd6804356ef Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 16 Jun 2008 03:06:37 +0000 Subject: [PATCH] remove a stray space --- docs/nmap-install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index fc364c9cf..e73108ddc 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -714,7 +714,7 @@ url="http://www.microsoft.com/express/vc/">Visual C++ 2008 Express which Compiling Nmap on Windows from Source -Download the latest Nmap source distribution from . It has the name nmap-version.tar.bz2 or nmap-version.tgz . Those are the same tar file compressed using gzip or bzip2, respectively. The bzip2-compressed version is smaller. +Download the latest Nmap source distribution from . It has the name nmap-version.tar.bz2 or nmap-version.tgz. Those are the same tar file compressed using gzip or bzip2, respectively. The bzip2-compressed version is smaller. Uncompress the source code file you just downloaded. Recent releases of the free Cygwin distribution can handle both the .tar.bz2 and .tgz. Use the command tar xvjf nmap-version.tar.bz2 or tar xvzf nmap-version.tgz, respectively. Alternatively, the common Winzip application can decompress the .tgz version.