diff --git a/docs/nmap.1 b/docs/nmap.1 index bb071b21f..9013efc72 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: 03/15/2009 +.\" Date: 03/30/2009 .\" Manual: Nmap Reference Guide .\" Source: Nmap First Edition .\" Language: English .\" -.TH "NMAP" "1" "03/15/2009" "Nmap First Edition" "Nmap Reference Guide" +.TH "NMAP" "1" "03/30/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\&.85BETA4 ( http://nmap\&.org ) +Nmap 4\&.85BETA5 ( http://nmap\&.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\&. @@ -382,7 +382,7 @@ EXAMPLES: nmap \-v \-A scanme\&.nmap\&.org nmap \-v \-sP 192\&.168\&.0\&.0/16 10\&.0\&.0\&.0/8 nmap \-v \-iR 10000 \-PN \-p 80 -SEE THE MAN PAGE FOR MANY MORE OPTIONS, DESCRIPTIONS, AND EXAMPLES +SEE THE MAN PAGE (http://nmap\&.org/book/man\&.html) FOR MORE OPTIONS AND EXAMPLES .EB lightgray .fi .fam diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index c1dd53a7d..9ade83964 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.85BETA4 ( http://nmap.org ) +Nmap 4.85BETA5 ( http://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. @@ -103,4 +103,4 @@ EXAMPLES: nmap -v -A scanme.nmap.org nmap -v -sP 192.168.0.0/16 10.0.0.0/8 nmap -v -iR 10000 -PN -p 80 -SEE THE MAN PAGE FOR MANY MORE OPTIONS, DESCRIPTIONS, AND EXAMPLES +SEE THE MAN PAGE (http://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES diff --git a/docs/zenmap.1 b/docs/zenmap.1 index 58a54d5d7..391462cbf 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: 03/15/2009 +.\" Date: 03/30/2009 .\" Manual: Zenmap Reference Guide .\" Source: Zenmap .\" Language: English .\" -.TH "ZENMAP" "1" "03/15/2009" "Zenmap" "Zenmap Reference Guide" +.TH "ZENMAP" "1" "03/30/2009" "Zenmap" "Zenmap Reference Guide" .\" ----------------------------------------------------------------- .\" * (re)Define some macros .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index 0d4d53fbd..045b50020 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.85BETA4" -#define NMAP_NUM_VERSION "4.85.0.4" +#define NMAP_VERSION "4.85BETA5" +#define NMAP_NUM_VERSION "4.85.0.5" #endif /* User configurable #defines: */