5c16db
diff -up nmap-6.40/docs/nmap.1.mantypo nmap-6.40/docs/nmap.1
5c16db
--- nmap-6.40/docs/nmap.1.mantypo	2013-08-09 18:09:13.569139528 +0200
5c16db
+++ nmap-6.40/docs/nmap.1	2013-08-09 18:09:24.616044416 +0200
5c16db
@@ -174,7 +174,7 @@ SCRIPT SCAN:
5c16db
   \-\-script\-trace: Show all data sent and received
5c16db
   \-\-script\-updatedb: Update the script database\&.
5c16db
   \-\-script\-help=<Lua scripts>: Show help about scripts\&.
5c16db
-           <Lua scripts> is a comma separted list of script\-files or
5c16db
+           <Lua scripts> is a comma separated list of script\-files or
5c16db
            script\-categories\&.
5c16db
 OS DETECTION:
5c16db
   \-O: Enable OS detection
5c16db
diff -up nmap-6.40/nping/docs/nping.1.mantypo nmap-6.40/nping/docs/nping.1
5c16db
--- nmap-6.40/nping/docs/nping.1.mantypo	2013-08-09 18:09:37.655932148 +0200
5c16db
+++ nmap-6.40/nping/docs/nping.1	2013-08-09 18:09:49.382831186 +0200
5c16db
@@ -1425,7 +1425,7 @@ The following paragraphs describe the di
5c16db
 .RS 4
5c16db
 This option tells Nping to run as an Echo client\&.
5c16db
 \fIpassphrase\fR
5c16db
-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\&.
5c16db
+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\&.
5c16db
 .sp
5c16db
 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
5c16db
 \fB\-\-tcp\fR,
5c16db
@@ -1441,7 +1441,7 @@ or
5c16db
 .RS 4
5c16db
 This option tells Nping to run as an Echo server\&.
5c16db
 \fIpassphrase\fR
5c16db
-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
5c16db
+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
5c16db
 \fB\-\-echo\-server ""\fR\&. However, if what you want is to set up an open Echo server, it is better to use option
5c16db
 \fB\-\-no\-crypto\fR\&. See below for details\&.
5c16db
 .RE