5a7ca0
diff -up nmap-6.40/docs/nmap.1.mantypo nmap-6.40/docs/nmap.1
5a7ca0
--- nmap-6.40/docs/nmap.1.mantypo	2013-08-09 18:09:13.569139528 +0200
5a7ca0
+++ nmap-6.40/docs/nmap.1	2013-08-09 18:09:24.616044416 +0200
5a7ca0
@@ -174,7 +174,7 @@ SCRIPT SCAN:
5a7ca0
   \-\-script\-trace: Show all data sent and received
5a7ca0
   \-\-script\-updatedb: Update the script database\&.
5a7ca0
   \-\-script\-help=<Lua scripts>: Show help about scripts\&.
5a7ca0
-           <Lua scripts> is a comma separted list of script\-files or
5a7ca0
+           <Lua scripts> is a comma separated list of script\-files or
5a7ca0
            script\-categories\&.
5a7ca0
 OS DETECTION:
5a7ca0
   \-O: Enable OS detection
5a7ca0
diff -up nmap-6.40/nping/docs/nping.1.mantypo nmap-6.40/nping/docs/nping.1
5a7ca0
--- nmap-6.40/nping/docs/nping.1.mantypo	2013-08-09 18:09:37.655932148 +0200
5a7ca0
+++ nmap-6.40/nping/docs/nping.1	2013-08-09 18:09:49.382831186 +0200
5a7ca0
@@ -1425,7 +1425,7 @@ The following paragraphs describe the di
5a7ca0
 .RS 4
5a7ca0
 This option tells Nping to run as an Echo client\&.
5a7ca0
 \fIpassphrase\fR
5a7ca0
-is a sequence of ASCII characters that is used used to generate the cryptographic keys needed for encryption and authentication in a given session\&. The passphrase should be a secret that is also known by the server, and it may contain any number of printable ASCII characters\&. Passphrases that contain whitespace or special characters must be enclosed in double quotes\&.
5a7ca0
+is a sequence of ASCII characters that is used to generate the cryptographic keys needed for encryption and authentication in a given session\&. The passphrase should be a secret that is also known by the server, and it may contain any number of printable ASCII characters\&. Passphrases that contain whitespace or special characters must be enclosed in double quotes\&.
5a7ca0
 .sp
5a7ca0
 When running Nping as an Echo client, most options from the regular raw probe modes apply\&. The client may be configured to send specific probes using flags like
5a7ca0
 \fB\-\-tcp\fR,
5a7ca0
@@ -1441,7 +1441,7 @@ or
5a7ca0
 .RS 4
5a7ca0
 This option tells Nping to run as an Echo server\&.
5a7ca0
 \fIpassphrase\fR
5a7ca0
-is a sequence of ASCII characters that is used used to generate the cryptographic keys needed for encryption and authentication in a given session\&. The passphrase should be a secret that is also known by the clients, and it may contain any number of printable ASCII characters\&. Passphrases that contain whitespace or special characters must be enclosed in double quotes\&. Note that although it is not recommended, it is possible to use empty passphrases, supplying
5a7ca0
+is a sequence of ASCII characters that is used to generate the cryptographic keys needed for encryption and authentication in a given session\&. The passphrase should be a secret that is also known by the clients, and it may contain any number of printable ASCII characters\&. Passphrases that contain whitespace or special characters must be enclosed in double quotes\&. Note that although it is not recommended, it is possible to use empty passphrases, supplying
5a7ca0
 \fB\-\-echo\-server ""\fR\&. However, if what you want is to set up an open Echo server, it is better to use option
5a7ca0
 \fB\-\-no\-crypto\fR\&. See below for details\&.
5a7ca0
 .RE