diff --git a/docs/nmap.1 b/docs/nmap.1 index 51a211102..567d1f77a 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -1,12 +1,12 @@ .\" Title: nmap .\" Author: Gordon \(lqFyodor\(rq Lyon .\" Generator: DocBook XSL Stylesheets v1.74.0 -.\" Date: 01/29/2009 +.\" Date: 02/02/2009 .\" Manual: Nmap Reference Guide .\" Source: Nmap First Edition .\" Language: English .\" -.TH "NMAP" "1" "01/29/2009" "Nmap First Edition" "Nmap Reference Guide" +.TH "NMAP" "1" "02/02/2009" "Nmap First Edition" "Nmap Reference Guide" .\" ----------------------------------------------------------------- .\" * (re)Define some macros .\" ----------------------------------------------------------------- @@ -277,7 +277,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .ps -1 .nf .BB lightgray -Nmap 4\&.85BETA2 ( http://nmap\&.org ) +Nmap 4\&.85BETA3 ( http://nmap\&.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\&. @@ -1746,7 +1746,7 @@ In addition to offering different output formats, Nmap provides options for cont .PP Nmap makes output available in five different formats\&. The default is called interactive output,.\" interactive output -and it is sent to standard output (stdout)\&..\" stdout.\" standard output +and it is sent to standard output (stdout)\&..\" standard output There is also normal output,.\" normal output which is similar to interactive except that it displays less runtime information and warnings since it is expected to be analyzed after the scan completes rather than interactively\&. @@ -1774,7 +1774,7 @@ and fills standard output with the same interactive results it would have printe wasn\'t specified at all\&. You can change this by passing a hyphen character as the argument to one of the format types\&. This causes Nmap to deactivate interactive output, and instead print results in the format you specified to the standard output stream\&. So the command \fBnmap \-oX \- target\fR will send only XML output to stdout\&..\" output: to stdout with - -Serious errors may still be printed to the normal error stream, stderr\&..\" standard error.\" stderr +Serious errors may still be printed to the normal error stream, stderr\&..\" standard error .PP Unlike some Nmap arguments, the space between the logfile option flag (such as \fB\-oX\fR) and the filename or hyphen is mandatory\&. If you omit the flags and give arguments such as diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 929b5fd17..8dcb4a608 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.85BETA2 ( http://nmap.org ) +Nmap 4.85BETA3 ( http://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/docs/zenmap.1 b/docs/zenmap.1 index bad5f465c..b456281b8 100644 --- a/docs/zenmap.1 +++ b/docs/zenmap.1 @@ -1,12 +1,12 @@ .\" Title: zenmap .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.74.0 -.\" Date: 01/29/2009 +.\" Date: 02/02/2009 .\" Manual: Zenmap Reference Guide .\" Source: Zenmap .\" Language: English .\" -.TH "ZENMAP" "1" "01/29/2009" "Zenmap" "Zenmap Reference Guide" +.TH "ZENMAP" "1" "02/02/2009" "Zenmap" "Zenmap Reference Guide" .\" ----------------------------------------------------------------- .\" * (re)Define some macros .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index 6045058a4..0ae9c8d05 100644 --- a/nmap.h +++ b/nmap.h @@ -256,8 +256,8 @@ void *realloc(); #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "4.85BETA2" -#define NMAP_NUM_VERSION "4.85.0.2" +#define NMAP_VERSION "4.85BETA3" +#define NMAP_NUM_VERSION "4.85.0.3" #endif /* User configurable #defines: */