From a4bd825b7e6b4d62bfbbadf1b3dbd71fd3f70c25 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Thu, 21 Oct 2010 13:13:21 +0200 Subject: Improved man page entry for script_type Signed-off-by: Gert Doering Acked-by: krzee Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- openvpn.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 8df9367..0d57518 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -5294,12 +5294,12 @@ documentation for .\"********************************************************* .TP .B script_type -One of +Prior to execution of any script, this variable is set to the type of +script being run. It can be one of the following: .B up, down, ipchange, route-up, tls-verify, auth-user-pass-verify, .B client-connect, client-disconnect, or .B learn-address. -Set prior to execution of any script. .\"********************************************************* .TP .B signal -- cgit v1.2.3 From bbea5bb30f8148546bee0a72e409c6089b84b757 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 12 Nov 2010 23:10:32 +0100 Subject: Clarified --explicit-exit-notify man page entry Reformulated parts of this entry to clarify that the OpenVPN will not attempt notifying the server unless this option is used. This misunderstanding was reported anonymously to the old SF.net tracker. Signed-off-by: David Sommerseth Trac-ticket: 40 --- openvpn.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 0d57518..4eaf0db 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -3338,8 +3338,9 @@ exit/restart, this option will tell the server to immediately close its client instance object rather than waiting for a timeout. The .B n -parameter (default=1) controls the maximum number of retries that the client -will attempt to resend the exit notification message. +parameter (default=1) controls the maximum number of attempts that the client +will try to resend the exit notification message. OpenVPN will not send any exit +notifications unless this option is enabled. .\"********************************************************* .SS Data Channel Encryption Options: These options are meaningful for both Static & TLS-negotiated key modes -- cgit v1.2.3