ACK to the attached patch, extracted from the 'version 2' patch supplied by Andris Kalnozols in trac ticket #402.
Applies to both release/2.3 and master. -Steffan
>From ae6e57ffb677cbee90ff55c83c5071d41ede6999 Mon Sep 17 00:00:00 2001 From: Andris Kalnozols <and...@hpl.hp.com> List-Post: openvpn-devel@lists.sourceforge.net Date: Sat, 28 Jun 2014 19:45:48 +0200 Subject: [PATCH 1/3] Fix some typos in the man page. Signed-off-by: Andris Kalnozols <and...@hpl.hp.com> --- doc/openvpn.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 786719d..14f3129 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -1606,7 +1606,7 @@ and in server mode configurations. The server timeout is set twice the value of the second argument. -This ensures that a timeout is dectected on client side +This ensures that a timeout is detected on client side before the server side drops the connection. For example, @@ -2459,7 +2459,7 @@ Normally, adaptive compression is enabled with .B \-\-comp-lzo. Adaptive compression tries to optimize the case where you have -compression enabled, but you are sending predominantly uncompressible +compression enabled, but you are sending predominantly incompressible (or pre-compressed) packets over the tunnel, such as an FTP or rsync transfer of a large, compressed file. With adaptive compression, OpenVPN will periodically sample the compression process to measure its @@ -3498,7 +3498,7 @@ like this: .B /C=US/L=Somewhere/CN=John Doe/emailAddress=j...@example.com .IP -In addition the old behavivour was to remap any character other than +In addition the old behaviour was to remap any character other than alphanumeric, underscore ('_'), dash ('-'), dot ('.'), and slash ('/') to underscore ('_'). The X.509 Subject string as returned by the .B tls_id @@ -4354,7 +4354,7 @@ A different mode can be specified for each provider. Mode is encoded as hex number, and can be a mask one of the following: .B 0 -(default) \-\- Try to determind automatically. +(default) \-\- Try to determine automatically. .br .B 1 \-\- Use sign. -- 1.9.1